mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: video transcoding occurring when only audio needs transcoding. disabling video transcoding causes remuxed unsupported audio to play #4136
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 @alchemyyy on GitHub (Aug 23, 2022).
Please describe your bug
==============
I'm playing back HEVC with DTS audio in a build of chromium that supports HEVC. I have found that in 10.8.4 there still seems to be the bug where video will be transcoded even if audio is the only thing requiring transcoding. I have also found that attempting the workaround of disabling video transcoding for my user's settings, jellyfin will then attempt to directly stream vis remuxing, both video and the unsupported audio.
Issues I believe are related:
https://github.com/jellyfin/jellyfin/issues/6640
https://github.com/jellyfin/jellyfin/issues/7272
https://github.com/jellyfin/jellyfin/issues/7593
https://github.com/jellyfin/jellyfin/pull/8078
Steps to reproduce:
Jellyfin Version
Other
if other:
10.8.4
Environment
Jellyfin logs
No response
FFmpeg logs
Please attach any browser or client logs here
No response
Please attach any screenshots here
Code of Conduct
@Shadowghost commented on GitHub (Aug 23, 2022):
Just because Chromium now supports HEVC doesn't mean we already implemented specific checks for that to not transcode if the version supports it. AFAIK it's also currently not enabled by default which makes detecting the capability quite hard too.
@jellyfin-bot commented on GitHub (Dec 22, 2022):
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 master branch, 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.