Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLS Subtitles with external VTT out of sync #5458

Closed
WINOFFRG opened this issue Aug 4, 2023 · 1 comment · Fixed by #5491
Closed

HLS Subtitles with external VTT out of sync #5458

WINOFFRG opened this issue Aug 4, 2023 · 1 comment · Fixed by #5491
Assignees
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

Comments

@WINOFFRG
Copy link
Contributor

WINOFFRG commented Aug 4, 2023

Have you read the FAQ and checked for duplicate open issues?
Yes

What version of Shaka Player are you using?
4.3.8

Can you reproduce the issue with our latest release version?
Yes

Can you reproduce the issue with the latest code from main?
Yes

Are you using the demo app or your own custom app?
Both

If custom app, can you reproduce the issue using our demo app?
Yes

What browser and OS are you using?
Chrome, Windows 11

For embedded devices (smart TVs, etc.), what model and firmware version are you using?

What are the manifest and license server URIs?

Manifest: https://stream.mux.com/VZtzUzGRv02OhRnZCxcNg49OilvolTqdnFLEqBsTwaxU.m3u8
WebVTT: https://www.vidstack.io/media/sprite-fight.vtt

What configuration are you using? What is the output of player.getConfiguration()?

Default Config

What did you do?

$('video').ui.player_.load('https://stream.mux.com/VZtzUzGRv02OhRnZCxcNg49OilvolTqdnFLEqBsTwaxU.m3u8')
await $('video').ui.player_.addTextTrackAsync('https://www.vidstack.io/media/sprite-fight.vtt', 'en')
  1. Select English Track
  2. Seek to a time, Found captions out of sync

What did you expect to happen?
Captions should have been in sync, I have checked the timestamps in VTT they are correct.

What actually happened?

Captions are out of sync on both native video element as well as on UITextDisplayer

@WINOFFRG WINOFFRG added the type: bug Something isn't working correctly label Aug 4, 2023
@github-actions github-actions bot added this to the v4.4 milestone Aug 4, 2023
@avelad avelad added component: HLS The issue involves Apple's HLS manifest format priority: P2 Smaller impact or easy workaround labels Aug 18, 2023
@avelad avelad self-assigned this Aug 18, 2023
@avelad
Copy link
Member

avelad commented Aug 18, 2023

I'm working on a fix for it!

joeyparrish pushed a commit that referenced this issue Aug 21, 2023
joeyparrish pushed a commit that referenced this issue Aug 21, 2023
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Oct 20, 2023
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Oct 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants