update startup wizard instructions
This commit is contained in:
parent
315d60943d
commit
47c6980d11
12 changed files with 33 additions and 33 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hls.js",
|
||||
"version": "0.6.14",
|
||||
"version": "0.6.15",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Media Source Extension - HLS library, by/for Dailymotion",
|
||||
"homepage": "https://github.com/dailymotion/hls.js",
|
||||
|
@ -16,11 +16,11 @@
|
|||
"test",
|
||||
"tests"
|
||||
],
|
||||
"_release": "0.6.14",
|
||||
"_release": "0.6.15",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v0.6.14",
|
||||
"commit": "0e12670c875f4e3235b02ccc7455abb923333eb2"
|
||||
"tag": "v0.6.15",
|
||||
"commit": "f0da89e4f6256457ebf87c6d5f9fd007d0ccca69"
|
||||
},
|
||||
"_source": "https://github.com/dailymotion/hls.js.git",
|
||||
"_target": "^0.6.11",
|
||||
|
|
12
dashboard-ui/bower_components/hlsjs/API.md
vendored
12
dashboard-ui/bower_components/hlsjs/API.md
vendored
|
@ -402,16 +402,6 @@ Enable WebWorker (if available on browser) for TS demuxing/MP4 remuxing, to impr
|
|||
|
||||
Enable to use JavaScript version AES decryption for fallback of WebCrypto API.
|
||||
|
||||
|
||||
#### `enableLazyURLResolve`
|
||||
|
||||
(default: `false`)
|
||||
|
||||
Enable lazy URL resolving in fragment/key object.
|
||||
Instead of resolving relative fragment/key URL on playlist parsing, URL are resolved on `FRAG_LOADING` / `KEY_LOADING`
|
||||
this improves manifest parsing performance.
|
||||
the drawback is that `frag.url` is not set in frag object, instead it is replaced by `frag.baseurl and `frag.relurl`
|
||||
|
||||
#### `startLevel`
|
||||
|
||||
(default: `undefined`)
|
||||
|
@ -711,7 +701,7 @@ If `abrBandWidthUpFactor * bandwidth average < level.bitrate` then ABR can switc
|
|||
(default: `0`)
|
||||
|
||||
Return the capping/min bandwidth value that could be used by automatic level selection algorithm.
|
||||
Useful when browser or tab of the browser is not in the focus and bandwidth drops
|
||||
Useful when browser or tab of the browser is not in the focus and bandwidth drops
|
||||
|
||||
|
||||
## Video Binding/Unbinding API
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hls.js",
|
||||
"version": "0.6.14",
|
||||
"version": "0.6.15",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Media Source Extension - HLS library, by/for Dailymotion",
|
||||
"homepage": "https://github.com/dailymotion/hls.js",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hls.js",
|
||||
"version": "0.6.14",
|
||||
"version": "0.6.15",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Media Source Extension - HLS library, by/for Dailymotion",
|
||||
"homepage": "https://github.com/dailymotion/hls.js",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"browserify-derequire": "^0.9.4",
|
||||
"browserify-versionify": "^1.0.6",
|
||||
"bundle-collapser": "^1.2.1",
|
||||
"chromedriver": "^2.24.1",
|
||||
"chromedriver": "^2.26.1",
|
||||
"deep-strict-equal": "^0.2.0",
|
||||
"exorcist": "^0.4.0",
|
||||
"http-server": "^0.9.0",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"rimraf": "^2.5.1",
|
||||
"uglify-js": "^2.7.5",
|
||||
"url-toolkit": "^1.0.4",
|
||||
"selenium-webdriver": "^3.0.0",
|
||||
"selenium-webdriver": "^2.52.0",
|
||||
"watchify": "^3.7.0",
|
||||
"webworkify": "^1.4.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue