-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Adding audio / subtitles sync menu in ExoPlayer (adjust audio / subtitles sync functionality) #2479
Comments
It's been a while but I'm the guy who added the subtitle sync to the libVLC player and at that time I could not find a plug-and-play method to get subtitle offsets working in exoplayer. See here. However! I saw a very interesting conversation here where I maybe oversaw a very simple solution for that. So that's something I can maybe take a look at. I don't have the slightest idea how the audio sync would work: haven't looked at that. By the way: Your link is dead. Could you check it? Edit: Did a quick check. I think getting the subtitle offset to work with external subtitles shouldn't be a problem (just add the buttons & ensure 'getsubtitledelay' returns the correct value). However subtitle offset with internal subtitles would still be an issue (since exoplayer doesn't support offsets). |
First, thanks for your work! |
Describe the feature you'd like
Hello!
I noticed that libVLC player allows adjusting audio & subtitles sync, which is great as depending on the file format I have different audio delays. Sometimes the file will play just fine without sync issue, but with Dolby Vision files, for example, I need to add 350ms delay to get audio in sync.
Because of that (and problems with subtitles in ExoPlayer, as described here : #2374 (comment)), I have to use Kodi as external player if I want to use Jellyfin ATV app, but with that solution watch state tracking is not working, so I would prefer to be able to use ExoPlayer inside jellyfin app.
Is it possible to add this option in ExoPlayer as well ?
The text was updated successfully, but these errors were encountered: