jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Support MPEG-DASH using dash.js #328

Open mattfawcett opened 8 years ago

mattfawcett commented 8 years ago

I added support for MPEG-DASH streaming.

To use it, you include a 'mpdv' file in your setMedia call as well as adding mpdv to the 'supplied' string. Mpeg Dash will be used if the browser supports it (MediaSource extensions are available), and the dash.js library is available.

There is an existing feature request for this (issue #304 )