bvibber / ogv.js

JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten
https://brooke.vibber.net/misc/ogv.js/demo/
Other
1.21k stars 101 forks source link

WebSockets? Live Streaming? #399

Closed sassyn closed 8 years ago

sassyn commented 8 years ago

Hi,

Can we do a live streaming via NodeJS using WebSockets? I know about JSMPEG - and wonder if this project support this as well?

Thank You

bvibber commented 8 years ago

Current plan is to add an analogue of the Media Source Extensions interfaces, which will allow for demuxing straight from buffers obtained separately, whether loaded via XHR or Web Sockets.