mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[10.7-RC2] Can't direct play 2.1 FLAC files on iOS when transcoding #2541
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 @TheNamelessWonderer on GitHub (Jan 23, 2021).
Describe the bug
Due to https://github.com/jellyfin/jellyfin-web/issues/2249 a fix was implemented in https://github.com/jellyfin/jellyfin/pull/4860. However this fix has caused another issue. If the video is transcoding, it forces it to 2 channels even though it should be able to play 3 channels just fine.
System (please complete the following information):
To Reproduce
Expected behavior
The audio should be 3 channel.
Screenshots
Additional Information
I'm not sure if this only happens when transcoding or not. Seeing as the files are H264 High they are always transcoded when played back on my iPad.
@TheNamelessWonderer commented on GitHub (Jan 24, 2021):
Just tested 10.7-RC3 and it is still an issue on this build.
@nyanmisaka commented on GitHub (Jan 24, 2021):
Since the audio track is direct, the 2ch in Transcoding Info can be ignored. This should be a report error.
@TheNamelessWonderer commented on GitHub (Jan 24, 2021):
Thank you should this one be left open then?
@stale[bot] commented on GitHub (Jun 2, 2021):
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.
@TheNamelessWonderer commented on GitHub (Jun 29, 2021):
Was this fixed?