Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
therysin authored Jul 12, 2024
1 parent 3152388 commit 157fa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/servers/hls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
// but don't support fMP4s.
if (Hls.isSupported()) {
const hls = new Hls({
maxLiveSyncPlaybackRate: 1.5,
maxLiveSyncPlaybackRate: 1.0,
});

hls.on(Hls.Events.ERROR, (evt, data) => {
Expand Down

0 comments on commit 157fa0d

Please sign in to comment.