google chrome - Which web browsers support the MPEG-DASH streaming protocol? -
i have found bellow:
according to: this link
dash supported browser browser supports w3c media source extensions (mse), today chrome , ie11
and here
firefox 21 includes implementation of dash html5 webm video turned off default. can enabled via "
about:config
" , "media.dash.enabled" preference. firefox 23 removed support dash html5 webm video
but can made run in chrome(23+). tell me browsers support dash mpeg streaming video?
browsers not support mpeg-dash natively
websites need javascript libraries play dash streaming. these open source mpeg-dash player libraries require mse support in browser:
- dash.js: official reference implementation
- shaka player: google's player library
other clients:
- dashas: open source client written in flash (so no mse support needed)
- commercial clients
mse support in browsers
- chrome 23
- ie 11 (only on windows 8+)
- edge
- safari 8.0 (only on os x, not on ios)
- firefox 42
- opera 20, webm, no h.264 yet (as of 26)
also, hls implementation in safari 10 (both ios , mac) supports mpeg-dash mp4 fragments, means don't need generate media fragments twice support hls , mpeg-dash. need 2 types of manifest files.
you can try out official mpeg-dash test vectors in own browser.
more mse browser support information: caniuse, jw player, html5test
Comments
Post a Comment