Skip to content

Commit

Permalink
define heigher hls quality start level (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacAyelin authored May 16, 2024
1 parent 411a7bf commit 7b10352
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/gallery/src/components/item/videos/videoItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ class VideoItem extends React.Component {
attributes,
forceHLS: this.shouldUseHlsPlayer(),
forceVideo: this.shouldForceVideoForHLS(),
hlsOptions: {
startLevel: 3,
testBandwidth: false,
},
},
}}
key={'video-' + this.props.id}
Expand Down

0 comments on commit 7b10352

Please sign in to comment.