Don't autoload HLS fragments

pull/2290/head
Chocobozzz 2019-11-25 17:13:14 +01:00
parent 66a3674004
commit 84ddb975d1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ export class PeertubePlayerManager {
},
html5: {
hlsjsConfig: {
autoStartLoad: false,
liveSyncDurationCount: 7,
loader: new p2pMediaLoaderModule.Engine(p2pMediaLoaderConfig).createLoaderClass()
}