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

update login

This commit is contained in:
Luke Pulverenti 2016-02-24 22:15:07 -05:00
parent 3c9e6e0374
commit 08122a5e93
36 changed files with 2845 additions and 2228 deletions

View file

@ -182,8 +182,8 @@ configuration parameters could be provided to hls.js upon instantiation of Hls O
```js
var config = {
debug : false,
autoStartLoad : true,
debug : false,
defaultAudioCodec : undefined,
maxBufferLength : 30,
maxMaxBufferLength : 600,
@ -203,8 +203,7 @@ configuration parameters could be provided to hls.js upon instantiation of Hls O
fragLoadingTimeOut : 20000,
fragLoadingMaxRetry : 6,
fragLoadingRetryDelay : 500,
fpsDroppedMonitoringPeriod : 5000,
fpsDroppedMonitoringThreshold : 0.2,
startFragPrefech : false,
appendErrorMaxRetry : 3,
loader : customLoader,
fLoader: customFragmentLoader,
@ -323,6 +322,11 @@ max nb of load retry
initial delay between XmlHttpRequest error and first load retry (in ms)
any I/O error will trigger retries every 500ms,1s,2s,4s,8s, ... capped to 64s (exponential backoff)
prefetch start fragment although media not attached
#### ```startFragPrefetch```
(default false)
start prefetching start fragment although media not attached yet
max nb of append retry
#### ```appendErrorMaxRetry```