mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-14 02:18:05 +00:00
hls muxer: compensate latency by using maxLiveSyncPlaybackRate (#972)
This commit is contained in:
parent
41b08c9f50
commit
19e38930bd
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user