Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
dash.js: upgrade to v2.5.0 - patched for VOD end of video
Browse files Browse the repository at this point in the history
Patch needed for #22.
  • Loading branch information
phloxic committed Jul 14, 2017
1 parent 2b2a5f1 commit 4e20d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ A fully documented demo can be found [here](http://demos.flowplayer.org/api/dash
Features
--------

- packs a compatibility tested version - current:
[v2.4.1](https://github.com/Dash-Industry-Forum/dash.js/releases/tag/v2.4.1) - of
- packs a compatibility tested patched version - current:
[v2.5.0](https://github.com/Dash-Industry-Forum/dash.js/releases/tag/v2.5.0) - of
[dash.js](https://github.com/Dash-Industry-Forum/dash.js) by the
[Dash Industry Forum](http://dashif.org/software/)
- engine is only loaded if the client supports DASH in a MediaSource element, see also the `codecs`
Expand All @@ -62,7 +62,7 @@ Stream compatibility

DASH is not a fixed standard yet, but a moving target. As the plugin is based on dash.js stream
compatibility can be cross-checked in the latest
[dash.js sample player](http://dashif.org/reference/players/javascript/v2.4.1/samples/dash-if-reference-player/).
[dash.js sample player](http://dashif.org/reference/players/javascript/v2.5.0/samples/dash-if-reference-player/).

*Caveat:* WebM-DASH streams are extremely unlikely to work correctly with dash.js - or any other
available client library we know about. - Hence historically the name of the plugin Git repository.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/flowplayer/flowplayer-mpegdash",
"dependencies": {
"dashjs": "2.4.1"
"dashjs": "git://github.com/blacktrash/dash.js#2.5.0-patched"
},
"peerDependencies": {
"flowplayer": "^6.0.3"
Expand Down

0 comments on commit 4e20d76

Please sign in to comment.