2025-01-20, 08:56 PM
Hi all,
I have a similar issue like the thread owner and I tried different solutions but nothing worked for me. It is still crashing when I try to play my movie. The permissions should be fine and "Allow encoding in HEVC format" (also AV1) is activated.
I am running Jellyfin in a Proxmox container and gpu accelerator should be forwarded. I set inside config the "QSV Device" to use "/dev/dri/renderD133" to be sure it is using a free device, because the first and second are already bind to other containers/vms. I activated both tone mappings and the supported codecs for my i7-12650h.
I have a similar issue like the thread owner and I tried different solutions but nothing worked for me. It is still crashing when I try to play my movie. The permissions should be fine and "Allow encoding in HEVC format" (also AV1) is activated.
Code:
root@jellyfin:~# cat /etc/group | grep render
render:x:993:root,jellyfin
root@jellyfin:~# getent group render | cut -d: -f3
993
I am running Jellyfin in a Proxmox container and gpu accelerator should be forwarded. I set inside config the "QSV Device" to use "/dev/dri/renderD133" to be sure it is using a free device, because the first and second are already bind to other containers/vms. I activated both tone mappings and the supported codecs for my i7-12650h.
Code:
root@jellyfin:~# lspci -nn | grep -Ei "3d|display|vga"
00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
00:02.1 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
00:02.2 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
00:02.3 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
00:02.4 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
00:02.5 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
00:02.6 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
00:02.7 VGA compatible controller [0300]: Intel Corporation Alder Lake-P GT1 [UHD Graphics] [8086:46a3] (rev 0c)
root@jellyfin:~# ll /dev/dri/
total 0
drwxr-xr-x 3 root root 300 Jan 20 16:08 ./
drwxr-xr-x 10 root root 660 Jan 20 21:00 ../
drwxr-xr-x 2 root root 280 Jan 20 16:08 by-path/
crw-rw---- 1 root video 226, 1 Jan 20 16:08 card1
crw-rw---- 1 root video 226, 3 Jan 20 16:08 card3
crw-rw---- 1 root video 226, 4 Jan 20 16:08 card4
crw-rw---- 1 root video 226, 5 Jan 20 16:08 card5
crw-rw---- 1 root video 226, 6 Jan 20 16:08 card6
crw-rw---- 1 root video 226, 7 Jan 20 16:08 card7
crw-rw---- 1 root _ssh 226, 128 Jan 20 16:08 renderD128
crw-rw---- 1 root _ssh 226, 131 Jan 20 16:08 renderD131
crw-rw---- 1 root _ssh 226, 132 Jan 20 16:08 renderD132
crw-rw---- 1 root _ssh 226, 133 Jan 20 16:08 renderD133
crw-rw---- 1 root _ssh 226, 134 Jan 20 16:08 renderD134
crw-rw---- 1 root _ssh 226, 135 Jan 20 16:08 renderD135