Use maxLiveSyncPlaybackRate in ha-hls-player (#10323)

This commit is contained in:
uvjustin 2021-10-19 16:38:57 +08:00 committed by GitHub
parent 2770d1f36b
commit 8e22e41605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,6 +189,7 @@ class HaHLSPlayer extends LitElement {
fragLoadingTimeOut: 30000,
manifestLoadingTimeOut: 30000,
levelLoadingTimeOut: 30000,
maxLiveSyncPlaybackRate: 2,
});
this._hlsPolyfillInstance = hls;
hls.attachMedia(videoEl);