From 709d727eab5493e491bb50e2eab51ed7b0fad95a Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 27 Apr 2022 18:55:31 +0200 Subject: [PATCH] hls muxer: tune hls.js parameters --- internal/core/hls_muxer.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) => {