mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: HW Decoding not working #5751
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 @FML128 on GitHub (May 14, 2024).
Please describe your bug
It seems that the hardware decoding in particular is not working. (infinite loading)
Encoding seems to work just fine.
Reproduction Steps
Jellyfin Version
10.9.0
if other:
10.9.1
Environment
Jellyfin logs
FFmpeg logs
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@jellyfin-bot commented on GitHub (May 14, 2024):
Hi, it seems like your issue report has the following item(s) that need to be addressed:
This is an automated message, currently under testing. Please file an issue here if you encounter any problems.
@FML128 commented on GitHub (May 14, 2024):
It is unaltered
@gnattu commented on GitHub (May 14, 2024):
Your kernel contains Intel i915 bug, can you try 6.8.4 and see?
@FML128 commented on GitHub (May 15, 2024):
I now tried it with 6.6.30-2-lts, same issue. (Does it need to be 6.8.4 specific?)
Also, I use the ZFS kernel module if this is relevant.
@gnattu commented on GitHub (May 15, 2024):
6.6.26+ also has i915 bug that is yet to be resolved.
But for your specific one, it is probably something other like https://github.com/intel/media-driver/issues/1626
@icedterminal commented on GitHub (May 15, 2024):
I use Arch as well with kernel 6.7.9. As that is the only version to work with my A380. Kernel 6.8 and later do not work for me.
@xhaihao commented on GitHub (May 19, 2024):
AFAIK kernel 6.8.5+ has the Intel i915 regression, kernel 6.8 to 6.8.4 isn't impacted by this regression.
@nyanmisaka commented on GitHub (May 19, 2024):
FYI the kernel 6.6.31+, 6.8.10+ and 6.9+ have a fix for this regression.
@FML128 commented on GitHub (May 20, 2024):
Works with 6.9.1-arch1-1 now correctly