Merge branch 'master' into enable-airplay-audioplayer
This commit is contained in:
commit
9a69156487
264 changed files with 53855 additions and 48500 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