hls muxer: remove progressive flag; add liveSyncDurationCount, liveMaxLatencyDurationCount to hls.js

This commit is contained in:
aler9 2022-04-25 18:57:12 +02:00
parent 07591c7514
commit ae7e68c914

View file

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