Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
update contrib-media-sources to 4.6.1 (#1284)
Browse files Browse the repository at this point in the history
* update mux.js to 4.3.1
  * Set active data channel per-field instead of globally for CEA-608
    * Fixed an issue with captions being placed in the wrong CC
mjneil authored Oct 24, 2017
1 parent 2dd1451 commit 7a04cdb
Showing 3 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

--------------------
## HEAD (Unreleased)
* update contrib-media-sources to 4.6.1 [#1284](https://github.com/videojs/videojs-contrib-hls/pull/1284)
* update mux.js to 4.3.1
* Set active data channel per-field instead of globally for CEA-608
* Fixed an issue with captions being placed in the wrong CC

--------------------
## 5.12.0 (2017-10-19)
* use `lastSegmentDuration + 2 * targetDuration` for safe live point instead of 3 segments [#1271](https://github.com/videojs/videojs-contrib-hls/pull/1271)
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -92,10 +92,10 @@
"aes-decrypter": "1.0.3",
"global": "^4.3.0",
"m3u8-parser": "2.1.0",
"mux.js": "4.3.0",
"mux.js": "4.3.1",
"url-toolkit": "1.0.9",
"video.js": "^5.19.1 || ^6.2.0",
"videojs-contrib-media-sources": "4.6.0",
"videojs-contrib-media-sources": "4.6.1",
"webworkify": "1.0.2"
},
"devDependencies": {

0 comments on commit 7a04cdb

Please sign in to comment.