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
2d86f49653
commit
ab58f98cc1
27 changed files with 276 additions and 129 deletions
37
dashboard-ui/bower_components/hls.js/API.md
vendored
37
dashboard-ui/bower_components/hls.js/API.md
vendored
|
@ -474,19 +474,38 @@ whether or not to enable CEA-708 captions
|
|||
|
||||
parameter should be a boolean
|
||||
|
||||
#### ```abrEwmaFast```
|
||||
(default : 0.0)
|
||||
#### ```abrEwmaFastLive```
|
||||
(default : 5.0)
|
||||
|
||||
Fast bitrate Exponential moving average half-life , used to compute average bitrate
|
||||
Half of the estimate is based on the last abrEwmaFast seconds of sample history.
|
||||
Fast bitrate Exponential moving average half-life , used to compute average bitrate for Live streams
|
||||
Half of the estimate is based on the last abrEwmaFastLive seconds of sample history.
|
||||
Each of the sample is weighted by the fragment loading duration.
|
||||
parameter should be a float greater than 0
|
||||
|
||||
#### ```abrEwmaSlow```
|
||||
(default : 0.0)
|
||||
#### ```abrEwmaSlowLive```
|
||||
(default : 9.0)
|
||||
|
||||
Slow bitrate Exponential moving average half-life , used to compute average bitrate
|
||||
Half of the estimate is based on the last abrEwmaFast seconds of sample history.
|
||||
parameter should be a float greater than abrEwmaFast
|
||||
Slow bitrate Exponential moving average half-life , used to compute average bitrate for Live streams
|
||||
Half of the estimate is based on the last abrEwmaSlowLive seconds of sample history.
|
||||
Each of the sample is weighted by the fragment loading duration.
|
||||
parameter should be a float greater than abrEwmaFastLive
|
||||
|
||||
|
||||
#### ```abrEwmaFastVoD```
|
||||
(default : 4.0)
|
||||
|
||||
Fast bitrate Exponential moving average half-life , used to compute average bitrate for VoD streams
|
||||
Half of the estimate is based on the last abrEwmaFastVoD seconds of sample history.
|
||||
Each of the sample is weighted by the fragment loading duration.
|
||||
parameter should be a float greater than 0
|
||||
|
||||
#### ```abrEwmaSlowVoD```
|
||||
(default : 15.0)
|
||||
|
||||
Slow bitrate Exponential moving average half-life , used to compute average bitrate for VoD streams
|
||||
Half of the estimate is based on the last abrEwmaSlowVoD seconds of sample history.
|
||||
Each of the sample is weighted by the fragment loading duration.
|
||||
parameter should be a float greater than abrEwmaFastVoD
|
||||
|
||||
|
||||
#### ```abrBandWidthFactor```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue