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

Seeking a HLS video desynchronizes subtitles #38

Closed
fir3z opened this issue Jan 11, 2024 · 1 comment
Closed

Seeking a HLS video desynchronizes subtitles #38

fir3z opened this issue Jan 11, 2024 · 1 comment

Comments

@fir3z
Copy link

fir3z commented Jan 11, 2024

As the title suggests, there appears to be a bug that causes subtitles to desynchronize from the video if the video is using HLS & has been seeked through.

Here's what I've tested so far:

  • Syncs if HLS video without seeking
  • Desyncs if HLS video and seeking
  • Syncs if MP4 video without seeking
  • Syncs if MP4 video and seeking
@ThaUnknown
Copy link
Owner

this isn't an issue with jassub

this is definitely an issue with the HLS library you use, not jassub as jassub uses the video's currentTime to get the accurate timestamp for rendering subtitles, either fix this inside the HLS library you use, or use JASSUB's time offset to set a proper time offset yourself

@ThaUnknown ThaUnknown closed this as not planned Won't fix, can't repro, duplicate, stale Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants