Merge branch 'master' into audio-normalization

This commit is contained in:
TelepathicWalrus
2023-04-22 18:59:40 +01:00
committed by GitHub
320 changed files with 55219 additions and 49479 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;