Skip to content

Commit 169e6d6

Browse files
Merge pull request #1628 from canalplus/fix/initial-period-multithread
MultiThread: Fix initial period prediction in multithread mode
2 parents b56ba61 + 5ae647f commit 169e6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/main/worker/worker_main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ function loadOrReloadPreparedContent(
594594
);
595595

596596
StreamOrchestrator(
597-
{ initialPeriod: manifest.periods[0], manifest },
597+
{ initialPeriod, manifest },
598598
playbackObserver,
599599
representationEstimator,
600600
segmentSinksStore,

0 commit comments

Comments
 (0)