diff --git a/internal/core/hls_muxer.go b/internal/core/hls_muxer.go index 67ef2106..af03599d 100644 --- a/internal/core/hls_muxer.go +++ b/internal/core/hls_muxer.go @@ -66,7 +66,9 @@ const create = () => { } else { const hls = new Hls({ - progressive: true, + progressive: false, + liveSyncDurationCount: 2, + liveMaxLatencyDurationCount: 3, }); hls.on(Hls.Events.ERROR, (evt, data) => {