-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Can't switch audio tracks #2059
Comments
Any chance you can get the Roku log files as well? https://github.com/jellyfin/jellyfin-roku/blob/master/docs/DEVGUIDE.md#bugcrash-reports |
Here to say that I'm having a similar issue, but mine is happening with just two stereo audio channels. It will always play the second (commentary) track: ffprobe:
I'm working on getting a dev build onto my Roku and will post logs when I do |
…ng issue on Roku - Removed the line `m.LoadMetaDataTask.selectedSubtitleIndex = m.top.SelectedSubtitle` from onAudioIndexChange() - Removed the line `m.LoadMetaDataTask.selectedAudioStreamIndex = m.top.audioIndex` from onSubtitleChange() - These removals address a race condition causing video playback to fail when switching audio tracks Fixes jellyfin#2059
I have this same issue on at least one of my movies. I see that the fix has to do with a metadata race condition and possibly loading subtitles. I have also noticed that another of my movies cannot seem to change subtitles in the same way this movie wont change audio tracks, could they be the same issue or should I look into creating a bug report? Also, how confident are we that this race condition really is the issue? Like the comment above even if I change the default audio track before playing the movie it still does not load the correct track for me, which im not sure fits the narrative of the fix above. |
Software Versions
Describe the bug
When using direct stream, I'm unable to change the audio track. I have both DTS and AAC codecs as tracks. Even if I select DTS on episode overview screen with *, it still loads aac. If I attempt to change to DTS during the playback, it will will refresh but still have AAC selected.
FFprobe of my media file:
`{
"programs": [
}
`
Logs
Log for the stream:
https://pastebin.com/uaKkBcTX
The text was updated successfully, but these errors were encountered: