-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Subtitles get stuck when fast-forwarding or if subtitles are visible just before the next episode is queued #362
Comments
I've got a screenshot (well, photo) on my issue: |
Can confirm this bug, along with subtitles double displaying and out of sync along with just stuck. Hope this is fixed soon |
We experienced issue this when seeking with visible subs. It seems the end event was skipped, leaving the sub stuck while new ones piled on top. |
This comment has been minimized.
This comment has been minimized.
I have this problem also. It is a major issue for those who need subtitles due to hearing impairment. |
Nothing new on this? For someone who habitually uses subtitles it renders Jellyfin close to unusable for casting as any scrubbing or changing of subtitles (to see if some sync up better than others) fills up the screen with text. |
I, too, have been experiencing this bug for a long time now. Notes:
|
I noticed this issue while casting to Chromecast using some simple golang tool I wrote. The only way to fix it I found so far is to send a CLOSE message to the media session, followed by a CLOSE message to the receiver (I guess the first part in I suspect this is a bug in the Chromecast receiver, seems like it's not discarding the previous subtitle track. Another possible fix, which I'll try soon, would be to use a new, unique track ID for the subtitle track each time a play command is issued. I always use 0 for the subtitle track ID and I think this might be what's causing the lingering subtitle. |
I read in a previous issue that .mkv embedded subtitles supposedly do not have this issue. However, when I tried streaming an mkv with embedded STR subtitles using the Jellyfin Android app with the MX Free or VLC external player this bug also occurs |
Describe the bug
The bug burn in some subtitle text which can only be removed by stopping the cast completely and recasting to the TV again. If the video you are playing also has subtitles these will be displayed on top of the burned in subtitles which takes up more space of the screen and is a little confusing due to the burn in.
To Reproduce
Replicated using a Chromecast 2nd generation
Can also be replicated by
Expected behavior
I do not expect the video to burn a static subtitle text
Logs
Please specify what you need exactly and I'll provide it
Screenshots
Not keen on providing screenshots. If you need them and request them i'll try to make up a video that can provide them.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: