Fix live play

This commit is contained in:
Chocobozzz 2022-04-19 16:22:01 +02:00
parent 156cdbac22
commit 023c3ca2e7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export class HLSOptionsBuilder {
},
segments: {
swarmId: this.options.p2pMediaLoader.playlistUrl,
forwardSegmentCount: specificLiveOrVODOptions.p2pDownloadMaxPriority
forwardSegmentCount: specificLiveOrVODOptions.p2pDownloadMaxPriority ?? 20
}
}
}