mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix live play
This commit is contained in:
@@ -90,7 +90,7 @@ export class HLSOptionsBuilder {
|
||||
},
|
||||
segments: {
|
||||
swarmId: this.options.p2pMediaLoader.playlistUrl,
|
||||
forwardSegmentCount: specificLiveOrVODOptions.p2pDownloadMaxPriority
|
||||
forwardSegmentCount: specificLiveOrVODOptions.p2pDownloadMaxPriority ?? 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user