Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support MPEG-DASH using dash.js #328

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 10, 2015

  1. Support for MPEG-DASH

    The setMedia call will need to provide a mpdv key pointing to a
    mdp (Media Presentation Description) file.
    
    You also need to require dash.js[1] before initializing jPlayer.
    
    [1] https://github.com/Dash-Industry-Forum/dash.js
    Matt Fawcett committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    a822615 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Regenerate the dash.all.js file

    The dash.all.js file on the official dashjs.org cdn is version 1.4 which is
    2 months old and has a bug which breaks playback in Safari on Yosemite.
    
    This commit replaces it with a freshly compiled version I created from
    the development branch of the dash.js project as of commit 8b045c757.
    Matt Fawcett committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    c9cacd2 View commit details
    Browse the repository at this point in the history