Skip to content

Commit

Permalink
change hls options (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacAyelin authored May 19, 2024
1 parent ab04ca6 commit 6b1e53c
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 @@ -242,8 +242,8 @@ class VideoItem extends React.Component {
forceHLS: this.shouldUseHlsPlayer(),
forceVideo: this.shouldForceVideoForHLS(),
hlsOptions: {
startLevel: 3,
testBandwidth: false,
abrEwmaDefaultEstimate: 6000000,
},
},
}}
Expand Down

0 comments on commit 6b1e53c

Please sign in to comment.