Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixes bug in trick mode stream concatenation
When concatenating trick mode streams, at the moment, the period combiner assumes that the streams already have segment indexes. However, we never actually make those segment indexes in the period combiner, causing it to break in that situation. This modifies the period combiner to also create the segment index of a video stream's trick mode stream when creating the main segment index of the stream. Fixes shaka-project#3423 Change-Id: I4ca6f14879b7a5d3dae735e931d2fb1f8d1673be
- Loading branch information