this post was submitted on 01 Sep 2024
123 points (97.7% liked)

Technology

58115 readers
3975 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 2 weeks ago

The article's author mentioned that the problem is not limited to Samsung TVs - someone reported the issue on their phone.

The article does not mention a root cause, but I have a theory that it's likely a malformed subtitle track. I tend to watch with subtitles on so I run into related issues every once in a while. Most of the time it's one of two things:

  • The subtitles are misaligned (eg wrong offset, addressed by adding a positive or negative delay to the track)
  • Bad formatting on the timing information.

The latter can have multiple effects depending on what format the subs are in, but most of the time it's a missing end time, meaning that the subtitle stays on. However, some formats also have cues as to who the speaker is, and that comes with a start and end tag like in HTML. I suspect that in this case the end tag is either missing or misaligned in the syntax tree, causing this one line of dialogue to be displayed over and over when the player reaches other lines matching the cue for it, but that don't get shown because the user has turned subtitles off.

As to why this is bleeding into other shows: I suspect it's an issue with how the software clients are caching the subtitle files. This would also explain why going back into the episode that caused this fixes things, because it would reset the cached file. Which in turn brings me back to pointing the finger at Amazon, not Samsung, because Samsung would just be loading Amazon's software client to play the video and subtitles.