dashjs
Version:
A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
10 lines (5 loc) • 815 B
Markdown
# videojs-contrib-dash
[videojs-contrib-dash](https://github.com/videojs/videojs-contrib-dash) is a source-handler providing an integration of [Video.js](http://videojs.com) and [Dash.js](https://github.com/Dash-Industry-Forum/dash.js).
For Video.js, this adds support for MPEG-DASH in browsers that support the [Media Source Extensions](https://en.wikipedia.org/wiki/Media_Source_Extensions#Browser_support).
For Dash.js, this gives access to all of the [Video.js plugins](https://github.com/videojs/video.js/wiki/Plugins), [custom skinnning](http://designer.videojs.com), and support for falling back to other video formats (HLS/MP4/Webm) through other technologies (HTML5/Flash/Youtube).
See the [Getting Started](https://github.com/videojs/videojs-contrib-dash#getting-started) for how to use this project.