You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When playing (some) video files, both audio tracks play at the same time
System (please complete the following information):
iOS Version: 16.3 (Iphone 14), 16.2 (Ipad Pro)
Jellyfin Expo version: 43.0.0
Jellyfin Server version: 10.8.9 (Issue was also present on 10.8.8)
To Reproduce
Play video file from library
Both tracks play at the same time
(Note: if the other track is selected, no audio is playing)
Expected behavior
Only one audio track playing
Screenshots
ffprobe of one video file
Additional context
The files were created using ffmpeg (merging a file with one video and one audio track with another files audio track) and I suspect the handler might cause the problem (GPAC ISO audio handler), because using the exact same ffmpeg commands on videos with other handlers works fine.
The GPAC files also work fine on any device using jellyfin in the browser as well as using swiftfin on iOS and appletv. Curiously, on the jellyfin-android client only one audio track is playing, but only the first one is used, regardless of the track selection done by the user.
The text was updated successfully, but these errors were encountered:
I've been having the same issue. I've noticed that it only happens if both audio tracks are marked as default in the disposition-exactly as you have there according to that ffprobe.
It also happens from Safari which to me suggests it's actually a jellyfin-web issue.
I experienced this issue today. Only occurred on IOS (Android and Chrome on Windows both work fine). Selecting the first track plays both at once and selecting the second track makes the video silent.
Describe the bug
When playing (some) video files, both audio tracks play at the same time
System (please complete the following information):
To Reproduce
Expected behavior
Only one audio track playing
Screenshots
ffprobe of one video file
Additional context
The files were created using ffmpeg (merging a file with one video and one audio track with another files audio track) and I suspect the handler might cause the problem (GPAC ISO audio handler), because using the exact same ffmpeg commands on videos with other handlers works fine.
The GPAC files also work fine on any device using jellyfin in the browser as well as using swiftfin on iOS and appletv. Curiously, on the jellyfin-android client only one audio track is playing, but only the first one is used, regardless of the track selection done by the user.
The text was updated successfully, but these errors were encountered: