Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dash): Fix seek range issues on transition from live to VOD
Before, when using SegmentTemplate or SegmentList, we would tell the presentation timeline about new segments only when we saw a new period or representation. This meant that, in live streams, if new content was being added to the SegmentTemplate or SegmentList, the presentation timeline was not being kept abreast of the changes. Thus, if that stream were to then transition to VOD, the presentation timeline would suddenly start to report that the current time was beyond the end of the seek range, which caused playback to stop. Closes #3675 Change-Id: I77ef00c5a86de9ebcb86f18f792084ed70f94e8d
- Loading branch information