Skip to content

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.

Notifications You must be signed in to change notification settings

sudheeshb/dash.js

 
 

Repository files navigation

dash.js

A reference client implementation for the playback of MPEG DASH via JavaScript and compliant browsers. Learn more about DASH IF Reference Client

Current version is now in Master, rather than dev.

Quick Start

Download 'master' or latest tagged release, extract and open main folder dash.js/index.html in your web browser to view the main test file.

Install Dependencies

  1. install nodejs
  2. install grunt
    • npm install -g grunt-cli
  3. install grunt-template-jasmine-istanbul
    • npm install grunt-template-jasmine-istanbul --save-dev
  4. install some other dependencies:
    • npm install grunt-contrib-connect grunt-contrib-watch grunt-contrib-jshint grunt-contrib-uglify

Build / Run tests:

grunt --config Gruntfile.js --force

About

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.

Resources

Stars

Watchers

Forks

Packages

No packages published