hls muxer: compensate latency by using maxLiveSyncPlaybackRate (#972)

This commit is contained in:
aler9 2022-06-24 17:34:26 +02:00
parent 41b08c9f50
commit 19e38930bd

View File

@ -59,6 +59,7 @@ const create = () => {
// but doesn't support fMP4s.
if (Hls.isSupported()) {
const hls = new Hls({
maxLiveSyncPlaybackRate: 1.5,
});
hls.on(Hls.Events.ERROR, (evt, data) => {