From 8e22e41605b10ba8345a3f797b47164728138654 Mon Sep 17 00:00:00 2001 From: uvjustin <46082645+uvjustin@users.noreply.github.com> Date: Tue, 19 Oct 2021 16:38:57 +0800 Subject: [PATCH] Use maxLiveSyncPlaybackRate in ha-hls-player (#10323) --- src/components/ha-hls-player.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ha-hls-player.ts b/src/components/ha-hls-player.ts index 7f10361583..1db14c07ee 100644 --- a/src/components/ha-hls-player.ts +++ b/src/components/ha-hls-player.ts @@ -189,6 +189,7 @@ class HaHLSPlayer extends LitElement { fragLoadingTimeOut: 30000, manifestLoadingTimeOut: 30000, levelLoadingTimeOut: 30000, + maxLiveSyncPlaybackRate: 2, }); this._hlsPolyfillInstance = hls; hls.attachMedia(videoEl);