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.
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 nodejs
- install grunt
- npm install -g grunt-cli
- install grunt-template-jasmine-istanbul
- npm install grunt-template-jasmine-istanbul --save-dev
- install some other dependencies:
- npm install grunt-contrib-connect grunt-contrib-watch grunt-contrib-jshint grunt-contrib-uglify
grunt --config Gruntfile.js --force