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