2024-05-29, 03:53 PM
(2024-05-29, 03:35 PM)TheDreadPirate Wrote: FYI, Fate, jellyfin-ffmpeg comes with all of the user space drivers needed for transcoding, except the Intel OpenCL driver. For the official docker image, it also includes the OpenCL driver.
Yes, you mentioned that in another thread (I'm learning hehe), but he is using a debian LXC containter, this means vanilla ffmpeg only and no docker... This also mean he has to manually install intel drivers on the proxmox host/container.
(2024-05-29, 03:35 PM)TheDreadPirate Wrote: Regarding dmesg, if you go to /var/log there will probably be serveral dmesg log files.Agreed an trying without HEVC as well
Code:-rw-r----- 1 root adm 103203 May 11 01:07 dmesg
-rw-r----- 1 root adm 103445 May 3 20:14 dmesg.0
-rw-r----- 1 root adm 25082 May 1 14:23 dmesg.1.gz
-rw-r----- 1 root adm 24654 Apr 29 13:47 dmesg.2.gz
-rw-r----- 1 root adm 24821 Apr 29 12:03 dmesg.3.gz
-rw-r----- 1 root adm 24536 Apr 28 20:47 dmesg.4.gz
If you "grep i915 dmesg.0" or "zgrep i915 dmesg.1.gz", etc., it will search the older dmesg files for the i915 driver logs.
And the debug log doesn't appear any more informative.
Can you look in /var/log/messages? That is your system log and may help us find why jellyfin is crashing hard.
One thing worth trying is to disable HEVC iGPU decoding. In Dashboard > Playback can you uncheck HEVC and HEVC 10-bit?