mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Audio in some sources not mapped to output audio stream. #7017
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shangjiaxuan on GitHub (May 16, 2025).
Description of the bug
Audio in m2ts source (muxed stream with both video and audio) not mapped to dlna audio stream. Http site playback works. VOB with audio streams not mapping audio streams to output on both http site and dlna.
ffplay works on the VOB with both video and audio, so it's not likely a codec support problem.
Maybe somewhere in the code assumed only video stream exists on such containers. Will meed more expertise to find out exactly where.
Reproduction steps
What is the current bug behavior?
Available audio stream not played back on stated conditions.
What is the expected correct behavior?
One of the available audio streams is chosen and played.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
10.10.7
Specify the build version
10.10.7
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
m2ts on http site

m2ts on dlna

VOB on http site

VOB on dlna

Additional information
No response
@shangjiaxuan commented on GitHub (May 16, 2025):
VTS_01_0.VOB stream is:
VTS_02_0.VOB stream is:
So it may be related to probing?
@shangjiaxuan commented on GitHub (May 16, 2025):
Probing the m2ts gives:
So that one seems more like a problem in dlna itself.
@jellyfin-bot commented on GitHub (Sep 14, 2025):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.