Merge branch 'master' into audio-normalization
This commit is contained in:
commit
8bfc387b85
320 changed files with 55219 additions and 49479 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue