@videojs/http-streaming
Advanced tools
Comparing version 1.2.6 to 1.3.0
@@ -0,1 +1,12 @@ | ||
<a name="1.3.0"></a> | ||
# [1.3.0](https://github.com/videojs/http-streaming/compare/v1.2.6...v1.3.0) (2018-10-05) | ||
### Features | ||
* add an option to ignore player size in selection logic ([#238](https://github.com/videojs/http-streaming/issues/238)) ([7ae42b1](https://github.com/videojs/http-streaming/commit/7ae42b1)) | ||
### Documentation | ||
* Update CONTRIBUTING.md ([#242](https://github.com/videojs/http-streaming/issues/242)) ([9d83e9d](https://github.com/videojs/http-streaming/commit/9d83e9d)) | ||
<a name="1.2.6"></a> | ||
@@ -2,0 +13,0 @@ ## [1.2.6](https://github.com/videojs/http-streaming/compare/v1.2.5...v1.2.6) (2018-09-21) |
{ | ||
"name": "@videojs/http-streaming", | ||
"version": "1.2.6", | ||
"version": "1.3.0", | ||
"description": "Play back HLS with video.js, even where it's not natively supported", | ||
@@ -5,0 +5,0 @@ "main": "dist/videojs-http-streaming.cjs.js", |
@@ -336,2 +336,11 @@ <img width=300 src="./logo.svg" alt="VHS Logo consisting of a VHS tape, the Video.js logo and the words VHS" /> | ||
##### limitRenditionByPlayerDimensions | ||
* Type: `boolean` | ||
* can be used as an initialization option | ||
When `limitRenditionByPlayerDimensions` is set to true, rendition | ||
selection logic will take into account the player size and rendition | ||
resolutions when making a decision. | ||
This setting is `true` by default. | ||
### Runtime Properties | ||
@@ -338,0 +347,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
2510152
57260
741