Browse Source

update contrib-media-sources to 4.6.2 (#1291)

pull/6/head
Matthew Neil 8 years ago
committed by GitHub
parent
commit
62d31e45cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 4
      package.json

4
CHANGELOG.md

@ -3,7 +3,9 @@ CHANGELOG
-------------------- --------------------
## HEAD (Unreleased) ## HEAD (Unreleased)
_(none)_
* update contrib-media-sources to 4.6.2 [#1291](https://github.com/videojs/videojs-contrib-hls/pull/1291)
* update mux.js to 4.3.2
* flush pes packets when there is enough data
-------------------- --------------------
## 5.12.1 (2017-10-24) ## 5.12.1 (2017-10-24)

4
package.json

@ -92,10 +92,10 @@
"aes-decrypter": "1.0.3", "aes-decrypter": "1.0.3",
"global": "^4.3.0", "global": "^4.3.0",
"m3u8-parser": "2.1.0", "m3u8-parser": "2.1.0",
"mux.js": "4.3.1",
"mux.js": "4.3.2",
"url-toolkit": "1.0.9", "url-toolkit": "1.0.9",
"video.js": "^5.19.1 || ^6.2.0", "video.js": "^5.19.1 || ^6.2.0",
"videojs-contrib-media-sources": "4.6.1",
"videojs-contrib-media-sources": "4.6.2",
"webworkify": "1.0.2" "webworkify": "1.0.2"
}, },
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save