Skip to content

Commit

Permalink
Merge pull request video-dev#2069 from jonnyboris/master
Browse files Browse the repository at this point in the history
Docs: abrBandWidthFactor and abrBandWidthUpFactor
  • Loading branch information
michaelcunningham19 authored Jan 15, 2019
2 parents 7021254 + 1adc39e commit 88a084b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -947,14 +947,14 @@ parameter should be a float
(default: `0.95`)

Scale factor to be applied against measured bandwidth average, to determine whether we can stay on current or lower quality level.
If `abrBandWidthFactor * bandwidth average < level.bitrate` then ABR can switch to that level providing that it is equal or less than current level.
If `abrBandWidthFactor * bandwidth average > level.bitrate` then ABR can switch to that level providing that it is equal or less than current level.

### `abrBandWidthUpFactor`

(default: `0.7`)

Scale factor to be applied against measured bandwidth average, to determine whether we can switch up to a higher quality level.
If `abrBandWidthUpFactor * bandwidth average < level.bitrate` then ABR can switch up to that quality level.
If `abrBandWidthUpFactor * bandwidth average > level.bitrate` then ABR can switch up to that quality level.

### `abrMaxWithRealBitrate`

Expand Down

0 comments on commit 88a084b

Please sign in to comment.