Captions out of sync in videos played with HLS #5443
Labels
component: HLS
The issue involves Apple's HLS manifest format
priority: P2
Smaller impact or easy workaround
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
v4.3.8
Can you reproduce the issue with our latest release version?
O
Can you reproduce the issue with the latest code from
main
?O
Are you using the demo app or your own custom app?
custom app
If custom app, can you reproduce the issue using our demo app?
O
What browser and OS are you using?
Mac OS
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
X
What did you do?
What did you expect to happen?
The captions are out of sync and play.
What actually happened?
As with the MP4 video below, the video and subtitles play in sync.
Since the VTT file is provided externally, it is not possible to set it in m3u8 during the HLS encoding process. Therefore, we will use
player.addTextTrackAsync(captionUrl, "en", "captions", "text/vtt")
to represent the caption.The text was updated successfully, but these errors were encountered: