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);