@videojs/http-streaming
Advanced tools
Comparing version
@@ -0,1 +1,21 @@ | ||
<a name="1.9.0"></a> | ||
# [1.9.0](https://github.com/videojs/http-streaming/compare/v1.8.0...v1.9.0) (2019-02-07) | ||
### Features | ||
* Use exposed transmuxer time modifications for more accurate conversion between program and player times ([#371](https://github.com/videojs/http-streaming/issues/371)) ([41df5c0](https://github.com/videojs/http-streaming/commit/41df5c0)) | ||
### Bug Fixes | ||
* m3u8 playlist is not updating when only endList changes ([#373](https://github.com/videojs/http-streaming/issues/373)) ([c7d1306](https://github.com/videojs/http-streaming/commit/c7d1306)) | ||
* Prevent exceptions from being thrown by the MediaSource ([#389](https://github.com/videojs/http-streaming/issues/389)) ([8c06366](https://github.com/videojs/http-streaming/commit/8c06366)) | ||
### Chores | ||
* Update mux.js to the latest version 🚀 ([#397](https://github.com/videojs/http-streaming/issues/397)) ([38ec2a5](https://github.com/videojs/http-streaming/commit/38ec2a5)) | ||
### Tests | ||
* added test for playlist not updating when only endList changes ([#394](https://github.com/videojs/http-streaming/issues/394)) ([39d0be2](https://github.com/videojs/http-streaming/commit/39d0be2)) | ||
<a name="1.8.0"></a> | ||
@@ -2,0 +22,0 @@ # [1.8.0](https://github.com/videojs/http-streaming/compare/v1.7.0...v1.8.0) (2019-01-10) |
{ | ||
"name": "@videojs/http-streaming", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Play back HLS and DASH with Video.js, even where it's not natively supported", | ||
@@ -73,3 +73,3 @@ "main": "dist/videojs-http-streaming.cjs.js", | ||
"mpd-parser": "0.7.0", | ||
"mux.js": "5.0.1", | ||
"mux.js": "5.1.0", | ||
"url-toolkit": "^2.1.3", | ||
@@ -76,0 +76,0 @@ "video.js": "^6.8.0 || ^7.0.0" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2636618
1.06%59742
0.8%+ Added
- Removed
Updated