Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(HLS): preserve discontinuitySequence in SegmentIndex#fit (#5066)
The `discontinuitySequence` field of the last `SegmentReference` was getting reset to `0` in this function, even if it was originally set to something other than 0. This was causing unnecessary resyncs for the final segment of the video in sequence mode.
- Loading branch information