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

davemevans/dash.js

This branch is 6504 commits behind Dash-Industry-Forum/dash.js:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Kirk Shoop (MS OPEN TECH)
Mar 20, 2014
8f95cc2 · Mar 20, 2014
Mar 19, 2014
Sep 5, 2013
Mar 12, 2014
May 16, 2013
Sep 4, 2013
Mar 12, 2014
Sep 4, 2013
Sep 4, 2013
Sep 6, 2013
Mar 20, 2014
Mar 20, 2014
Mar 19, 2014
Mar 12, 2014
Feb 20, 2014
Apr 16, 2013
Apr 5, 2013
May 13, 2013
Apr 10, 2013
Apr 10, 2013
Apr 16, 2013
Mar 18, 2014

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.

If your intent is to use the player code without contributing back to this project, then use the MASTER branch which holds the approved and stable public releases.

If your goal is to improve or extend the code and contribute back to this project, then you should make your changes in, and submit a pull request against, the DEVELOPMENT branch. Read through our wiki section on https://github.com/Dash-Industry-Forum/dash.js/wiki/How-to-Contribute for a walk-through of the contribution process.

All new work should be in the development branch. Master is now reserved to tag builds.

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

Languages

  • JavaScript 72.1%
  • Java 26.8%
  • CSS 1.1%