hls muxer: tune hls.js parameters

This commit is contained in:
aler9 2022-04-27 18:55:31 +02:00
parent dedca93eca
commit 709d727eab

View file

@ -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) => {