Skip to content

Commit

Permalink
adjust hls starting level (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacAyelin authored Sep 30, 2024
1 parent a35c302 commit 625010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gallery/src/components/item/videos/videoItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class VideoItem extends React.Component {
forceHLS: this.shouldUseHlsPlayer(),
forceVideo: this.shouldForceVideoForHLS(),
hlsOptions: {
startLevel: 3,
startLevel: 2,
testBandwidth: false,
abrEwmaDefaultEstimate: 7000000,
},
Expand Down

0 comments on commit 625010e

Please sign in to comment.