-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
If we have a live stream with CEA 608 captions, and we seek from Live Edge to point A to point C to point B, where [Time A] < [Time B] < [Time C] < [Live Edge], a bug in hls.js causes the cue created at point C to have the start time of point A, and the text of cue C to be visible at the wrong position. As a workaround, if after seek we detect a cue in the cues list which has an endTime greater than its next sibling - we remove that cue. Fixes FEC-11760.
- Loading branch information
1 parent
f32883b
commit 6211f18
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters