Skip to content

Commit

Permalink
Merge pull request #1628 from canalplus/fix/initial-period-multithread
Browse files Browse the repository at this point in the history
MultiThread: Fix initial period prediction in multithread mode
  • Loading branch information
Florent-Bouisset authored Jan 16, 2025
2 parents b56ba61 + 5ae647f commit 169e6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/main/worker/worker_main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ function loadOrReloadPreparedContent(
);

StreamOrchestrator(
{ initialPeriod: manifest.periods[0], manifest },
{ initialPeriod, manifest },
playbackObserver,
representationEstimator,
segmentSinksStore,
Expand Down

0 comments on commit 169e6d6

Please sign in to comment.