Matthew Neil
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
3 deletions
-
CHANGELOG.md
-
package.json
|
|
@ -3,7 +3,9 @@ CHANGELOG |
|
|
|
|
|
|
|
-------------------- |
|
|
|
## 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) |
|
|
|
|
|
@ -92,10 +92,10 @@ |
|
|
|
"aes-decrypter": "1.0.3", |
|
|
|
"global": "^4.3.0", |
|
|
|
"m3u8-parser": "2.1.0", |
|
|
|
"mux.js": "4.3.1", |
|
|
|
"mux.js": "4.3.2", |
|
|
|
"url-toolkit": "1.0.9", |
|
|
|
"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" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|