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:

other 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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -