Hacker News new | ask | show | jobs
by synchronise 4140 days ago
Have you implemented support for Real Time Media Flow Protocol?

If so, is it possible to use UDP over shumway?

1 comments

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.