Comment on Firefox Nightly now plays Amazon.com Flash videos using ShumwayparentComments−synchronise11yHave you implemented support for Real Time Media Flow Protocol?If so, is it possible to use UDP over shumway?−cpeterso11yYury Delendik on the Shumway team is working on RTMP.js. It's a standalone JS library, but will eventually be used by Shumway.https://github.com/yurydelendik/rtmp.jsAFAIK, Shumway does not support UDP sockets, but, as a Firefox extension, it could access Gecko XPCOM APIs that are not available to JS on the web.
Comments
Have you implemented support for Real Time Media Flow Protocol?
If so, is it possible to use UDP over shumway?
Yury Delendik on the Shumway team is working on RTMP.js. It's a standalone JS library, but will eventually be used by Shumway.
https://github.com/yurydelendik/rtmp.js
AFAIK, Shumway does not support UDP sockets, but, as a Firefox extension, it could access Gecko XPCOM APIs that are not available to JS on the web.