diff --git a/internal/core/hls_muxer.go b/internal/core/hls_muxer.go index 77e2ed26..13e1feed 100644 --- a/internal/core/hls_muxer.go +++ b/internal/core/hls_muxer.go @@ -59,6 +59,7 @@ const create = () => { // but doesn't support fMP4s. if (Hls.isSupported()) { const hls = new Hls({ + maxLiveSyncPlaybackRate: 1.5, }); hls.on(Hls.Events.ERROR, (evt, data) => {