mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: Tone mapping kills unraid server #5012
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 @UkeHa on GitHub (Aug 5, 2023).
Please describe your bug
I'm running into two separate issues with the latest jellyfin instance. Whenever i watch content that requires tone mapping from hdr to sdr the player stops working after a minute or so. After that all other services and vm's on my Unraid machine start to lock up one by one, you can't access the web ui of unraid anymore and the complete system becomes unresponsive. Even ssh fails to react.
My system has an amd iGPU to do the tone mapping and i'm using the linuxserver.io container.
The other issue is that tone mapping doesn't work in auto quality setting but only starts once the quality is set at 10 mbit/s or lower.
Jellyfin Version
Other
if other:
10.9.0
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
@nyanmisaka commented on GitHub (Aug 6, 2023):
Duplicate of https://github.com/jellyfin/jellyfin-ffmpeg/issues/312
I think it's an upstream kernel driver or firmware issue.
@nyanmisaka commented on GitHub (Aug 6, 2023):
If possible, you can upgrade the processor to 5600G/5700G and the problem will miraculously disappear. There were a lot of problems with the first generation Ryzen Vega APUs.
@UkeHa commented on GitHub (Aug 6, 2023):
@nyanmisaka, is the 5700G fix confirmed? If so, i'm gonna go shopping!
@nyanmisaka commented on GitHub (Aug 6, 2023):
Yes. I can confirm that as it is my daily use. Also don't forget to flash BIOS before swapping CPU.
@gileri commented on GitHub (Nov 11, 2023):
I hit kernel bugs too and system crash when transcoding with tone mapping on a Ryzen 5600G on the stable Jellyfin docker image (
020ecefdb5d2). Interestingly, the issue went away after switching to the unstable image (ba0c20e3b922).@UkeHa commented on GitHub (Nov 11, 2023):
Swapping to a 5700G fixed it for me as well