mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: GPU crashes when transcoding using VAAPI #3405
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 @NCLI on GitHub (Nov 28, 2021).
Please describe your bug
On both the stable and unstable docker image, the GPU of my 2200g pro often crashes, or at least enters some kind of degraded state, when trying to transcode files, requiring me to reboot the system in order to use the GPU for anything. It seems to consistently happen for heavy transcodes, such as 4K -> 1080p. Sometimes it brings the entire system down with it.
Looking at Radeontop, I see that "Graphics pipe" goes straight to 100%, and never comes back down.
Jellyfin Version
10.7.7
if other:
10.0.8.0
Environment
dmesg.txt
dmesg2.txt
Jellyfin logs
Log.txt
FFmpeg logs
TranscodeLog1.txt
TranscodeLog2.txt
TranscodeLog3.txt
TranscodeLog4.txt
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@NCLI commented on GitHub (Nov 28, 2021):
Log.txt
TranscodeLog4.txt
dmesg2.txt
dmesg.txt
TranscodeLog1.txt
TranscodeLog2.txt
TranscodeLog3.txt
@nyanmisaka commented on GitHub (Nov 28, 2021):
It's an upstream issue in amdgpu kernel driver. Try to downgrade or upgrade kernel or firmware may resolve it.
https://gitlab.freedesktop.org/mesa/mesa/-/issues/5359
https://gitlab.freedesktop.org/mesa/mesa/-/issues/5162