Skip to content

Commit

Permalink
feat(FEC-10915): let shaka and hls.js use their own default bandwidth…
Browse files Browse the repository at this point in the history
… estimators (#542)

remove `defaultBandwidthEstimate` from `player-config.js`
  • Loading branch information
yairans committed Feb 14, 2021
1 parent 791b3c4 commit e212b03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ var config = {
fpsDroppedMonitoringThreshold: 0.2,
capLevelOnFPSDrop: true,
capLevelToPlayerSize: false,
defaultBandwidthEstimate: 500e3,
restrictions: {
minBitrate: 0,
maxBitrate: Infinity
Expand Down Expand Up @@ -1354,7 +1353,6 @@ var config = {
> fpsDroppedMonitoringThreshold: 0.2,
> capLevelOnFPSDrop: true,
> capLevelToPlayerSize: false,
> defaultBandwidthEstimate: 500e3,
> restrictions: {
> minBitrate: 0,
> maxBitrate: Infinity
Expand Down Expand Up @@ -1418,8 +1416,6 @@ var config = {
> >
> > ##### Type: `number`
> >
> > ##### Default: 500000
> >
> > ##### Description: The default bandwidth estimate to use if there is not enough data, in bit/sec.
> >
> > ##
Expand Down
1 change: 0 additions & 1 deletion src/player-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const DefaultConfig = {
fpsDroppedMonitoringThreshold: 0.2,
capLevelOnFPSDrop: true,
capLevelToPlayerSize: false,
defaultBandwidthEstimate: 500e3,
restrictions: {
minBitrate: 0,
maxBitrate: Infinity
Expand Down

0 comments on commit e212b03

Please sign in to comment.