@videojs/http-streaming
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -0,1 +1,13 @@ | ||
<a name="1.4.0"></a> | ||
# [1.4.0](https://github.com/videojs/http-streaming/compare/v1.3.1...v1.4.0) (2018-10-24) | ||
### Features | ||
* limited experimental DASH multiperiod support ([#268](https://github.com/videojs/http-streaming/issues/268)) ([a213807](https://github.com/videojs/http-streaming/commit/a213807)) | ||
* smoothQualityChange flag ([#235](https://github.com/videojs/http-streaming/issues/235)) ([0e4fdf9](https://github.com/videojs/http-streaming/commit/0e4fdf9)) | ||
### Bug Fixes | ||
* immediately setup EME if available ([#263](https://github.com/videojs/http-streaming/issues/263)) ([7577e90](https://github.com/videojs/http-streaming/commit/7577e90)) | ||
<a name="1.3.1"></a> | ||
@@ -2,0 +14,0 @@ ## [1.3.1](https://github.com/videojs/http-streaming/compare/v1.3.0...v1.3.1) (2018-10-15) |
{ | ||
"name": "@videojs/http-streaming", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Play back HLS with video.js, even where it's not natively supported", | ||
@@ -72,3 +72,3 @@ "main": "dist/videojs-http-streaming.cjs.js", | ||
"m3u8-parser": "4.2.0", | ||
"mpd-parser": "0.6.1", | ||
"mpd-parser": "0.7.0", | ||
"mux.js": "4.5.1", | ||
@@ -75,0 +75,0 @@ "url-toolkit": "^2.1.3", |
@@ -47,2 +47,4 @@ <img width=300 src="./logo.svg" alt="VHS Logo consisting of a VHS tape, the Video.js logo and the words VHS" /> | ||
- [enableLowInitialPlaylist](#enablelowinitialplaylist) | ||
- [limitRenditionByPlayerDimensions](#limitrenditionbyplayerdimensions) | ||
- [smoothQualityChange](#smoothqualitychange) | ||
- [Runtime Properties](#runtime-properties) | ||
@@ -346,2 +348,18 @@ - [hls.playlists.master](#hlsplaylistsmaster) | ||
##### smoothQualityChange | ||
* Type: `boolean` | ||
* can be used as a source option | ||
* can be used as an initialization option | ||
When the `smoothQualityChange` property is set to `true`, a manual quality | ||
change triggered via the [representations API](#hlsrepresentations) will use | ||
smooth quality switching rather than the default fast (buffer-ejecting) | ||
quality switching. Using smooth quality switching will mean no loading spinner | ||
will appear during quality switches, but will cause quality switches to only | ||
be visible after a few seconds. | ||
Note that this _only_ affects quality changes triggered via the representations | ||
API; automatic quality switches based on available bandwidth will always be | ||
smooth switches. | ||
### Runtime Properties | ||
@@ -348,0 +366,0 @@ Runtime properties are attached to the tech object when HLS is in |
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
2525289
57509
759
+ Addedmpd-parser@0.7.0(transitive)
- Removedmpd-parser@0.6.1(transitive)
Updatedmpd-parser@0.7.0