Merge branch 'master' into enable-airplay-audioplayer

This commit is contained in:
stamatovg 2023-04-20 12:00:25 +03:00 committed by GitHub
commit 9a69156487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
264 changed files with 53855 additions and 48500 deletions

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;