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
8c738547c6
commit
52f247c51a
29 changed files with 185 additions and 402 deletions
8
dashboard-ui/bower_components/hls.js/API.md
vendored
8
dashboard-ui/bower_components/hls.js/API.md
vendored
|
@ -191,6 +191,7 @@ configuration parameters could be provided to hls.js upon instantiation of Hls O
|
|||
maxBufferSize : 60*1000*1000,
|
||||
maxBufferHole : 0.3,
|
||||
maxSeekHole : 2,
|
||||
seekHoleNudgeDuration : 0.01,
|
||||
maxFragLookUpTolerance : 0.2,
|
||||
liveSyncDurationCount : 3,
|
||||
liveMaxLatencyDurationCount: 10,
|
||||
|
@ -276,6 +277,13 @@ in case playback is stalled, and a buffered range is available upfront, less tha
|
|||
hls.js will jump over this buffer hole to reach the beginning of this following buffered range.
|
||||
```maxSeekHole``` allows to configure this jumpable threshold.
|
||||
|
||||
|
||||
#### ```seekHoleNudgeDuration```
|
||||
(default 0.01s)
|
||||
|
||||
in case playback is still stalling although a seek over buffer hole just occured, hls.js will seek to next buffer start + (nb of consecutive stalls * seekHoleNudgeDuration to try to restore playback
|
||||
|
||||
|
||||
#### ```maxFragLookUpTolerance```
|
||||
(default 0.2s)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue