-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Playback pauses when turning off streamable subtitles (but not when turning them on!) #1628
Comments
I've noticed this as well. |
It's def related. The stop/start occurs when we have to kick off a new content stream. We have code to only do that if the subtitles are not text. Can you cut a 10 second sample of your file with the streams for me to test with? I've exhausted my subtitles test file and non exhibit this behavior. |
Sent you an invite to a private repository with a test file that is exhibiting the behavior on my setup. File is called demo.mkv. |
File received. I'll check it out. On a side note, I've seen this opening clip (and the rest of the movie) so many times I could recreate it frame by frame from memory. 😆 |
I think I figured out the path to the bug. |
@dathbe If you can, please give this a try. It fixed the video stop/start when turning off text subtitles for me in my testing. |
Confirmed that PR #1632 fixes this issue for me. I assume that neither 1632 nor 1633 incorporates the other because 1632 does not fix issue 1627 and 1633 does not fix this issue. I imagine the next production release will include both, but I wanted to flag it in case not. |
Correct. PRs are self contained. These 2 bug fixes won't exist together until they get merged into the 2.0.x branch. |
Fixed by #1632 |
Software Versions
Describe the bug
When watching a video and text (SRT) subtitles are turned on, the video playback continues uninterrupted.
But when the subtitles are then turned off again, the playback pauses for a second and then resumes--much like what happens when graphic subtitles are turned on/off and the server has to start or stop an transcode.
The app reports it is Direct Playing the video file when the subtitles are on and off.
How To Reproduce
Expected behavior
Playback should not be interrupted when turning on or off streamable subtitles
Logs
N/A
Screenshots
N/A
Connection Information
Additional context
This may be related to #1627 where the app seems to pick up SRT subtitles as graphical subtitles.
The text was updated successfully, but these errors were encountered: