ableplayer / ableplayer

fully accessible cross-browser HTML5 media player.
Other
716 stars 214 forks source link

Support Live Streaming #258

Open terrill opened 7 years ago

terrill commented 7 years ago

The landscape for live streaming web audio and video using HTML5 media elements is evolving. Currently browsers all support streaming via different methods/formats, as described in this MDN article on live streaming.

If browsers ultimately adopt a standard solution, Able Player should support that solution.

In particular it will be good to monitor progress with Media Source Extensions, a W3C editor's draft designed to allow JavaScript to generate media streams for playback.

huan086 commented 7 years ago

Why not show an example of Able Player working together with Shaka Player? Shaka Player will take care of Media Source extension and encryption, while Able player takes care of UI

terrill commented 6 years ago

Just updating this issue to note that Media Source Extensions (MSE) is now an official W3C recommendation: https://www.w3.org/TR/media-source/

limefrogyank commented 1 year ago

https://github.com/ableplayer/ableplayer/issues/28#issuecomment-1562008352