mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
cbaac63619
commit
a5f98e52ac
10 changed files with 35 additions and 30 deletions
10
dashboard-ui/bower_components/hlsjs/API.md
vendored
10
dashboard-ui/bower_components/hlsjs/API.md
vendored
|
@ -402,6 +402,16 @@ 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`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue