Merge branch 'master' into enable-airplay-audioplayer

This commit is contained in:
stamatovg
2023-04-20 12:00:25 +03:00
committed by GitHub
264 changed files with 53855 additions and 48500 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ function supportsFade() {
}
function requireHlsPlayer(callback) {
import('hls.js').then(({ default: hls }) => {
import('hls.js/dist/hls.js').then(({ default: hls }) => {
hls.DefaultConfig.lowLatencyMode = false;
hls.DefaultConfig.backBufferLength = Infinity;
hls.DefaultConfig.liveBackBufferLength = 90;