Merge branch 'master' into audio-normalization

This commit is contained in:
TelepathicWalrus 2023-04-22 18:59:40 +01:00 committed by GitHub
commit 8bfc387b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
320 changed files with 55219 additions and 49479 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;