RTMP is just a protocol, anyone is free to implement it for appengine use. I use pyamf to format my data over HTTP cause pyamf is a sweet implementation of a formerly proprietary Adobe data format.
Not sure a streaming server makes sense with appengine due to the CPU hours cost (not to mention amount of work to implement a streaming server and the possibility that appengine is hosted in only one data center). There are cloud based streaming services available online though (wowza comes to mind) All that being said... it would be sweet to see someone try to make a video streaming server on appengine On Feb 20, 12:03 am, James Salsman <[email protected]> wrote: > Abobe published the RTMP spec, so there's no reason not to allow RTMP > file uploads. Red5 also supports RTMPT which uses port 80 to traverse > firewalls a lot better, and you might want to consider that, > too.http://red5.electroteque.org/dev/doc/html/rtmpt.html -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
