mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Use maxLiveSyncPlaybackRate in ha-hls-player (#10323)
This commit is contained in:
parent
2770d1f36b
commit
8e22e41605
@ -189,6 +189,7 @@ class HaHLSPlayer extends LitElement {
|
|||||||
fragLoadingTimeOut: 30000,
|
fragLoadingTimeOut: 30000,
|
||||||
manifestLoadingTimeOut: 30000,
|
manifestLoadingTimeOut: 30000,
|
||||||
levelLoadingTimeOut: 30000,
|
levelLoadingTimeOut: 30000,
|
||||||
|
maxLiveSyncPlaybackRate: 2,
|
||||||
});
|
});
|
||||||
this._hlsPolyfillInstance = hls;
|
this._hlsPolyfillInstance = hls;
|
||||||
hls.attachMedia(videoEl);
|
hls.attachMedia(videoEl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user