Skip to content

Commit

Permalink
up default bandwidth estimation and start level for HLS videos (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacAyelin authored Aug 29, 2024
1 parent 7f74c29 commit 1d24cbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gallery/src/components/item/videos/videoItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,9 @@ class VideoItem extends React.Component {
forceHLS: this.shouldUseHlsPlayer(),
forceVideo: this.shouldForceVideoForHLS(),
hlsOptions: {
startLevel: 3,
testBandwidth: false,
abrEwmaDefaultEstimate: 6000000,
abrEwmaDefaultEstimate: 7000000,
},
},
}}
Expand Down

0 comments on commit 1d24cbf

Please sign in to comment.