1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-12-16 12:11:49 -05:00
parent cbaac63619
commit a5f98e52ac
10 changed files with 35 additions and 30 deletions

View file

@ -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`)