Skip to content
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

Multiple audio tracks play at the same time #417

Open
geiger-engineering opened this issue Feb 1, 2023 · 3 comments
Open

Multiple audio tracks play at the same time #417

geiger-engineering opened this issue Feb 1, 2023 · 3 comments
Labels
bug Something isn't working playback This PR or issue mainly concerns playback

Comments

@geiger-engineering
Copy link

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

  1. Play video file from library
  2. Both tracks play at the same time
  3. (Note: if the other track is selected, no audio is playing)

Expected behavior
Only one audio track playing

Screenshots
ffprobe of one video file
screenshot

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.

@geiger-engineering geiger-engineering added the bug Something isn't working label Feb 1, 2023
@JeWe37
Copy link

JeWe37 commented Apr 18, 2023

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.

@pignoodle
Copy link

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.

@Mikei386
Copy link

Mikei386 commented May 5, 2024

I’m having exact the same problem.
In my case track 1 is English and track 2 is German.

Playing track 1 gives me both tracks at once.
Playing track 2 gives me silence.

Using the Jellyfin App on iPad

@thornbill thornbill moved this to Needs Investigation in Jellyfin Mobile for iOS - Roadmap Jan 3, 2025
@thornbill thornbill added the playback This PR or issue mainly concerns playback label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working playback This PR or issue mainly concerns playback
Projects
Status: Needs Investigation
Development

No branches or pull requests

5 participants