QSV not working after restart - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: QSV not working after restart (/t-qsv-not-working-after-restart) Pages:
1
2
|
QSV not working after restart - Feuerqualle - 2024-01-13 I recently rebooted my host system (Proxmox VE 8.0.4). This is where I am running my Jellyfin LXC (installed via this script: https://tteck.github.io/Proxmox/ ). I added hardware acceleration following the official documentation (although most of that was already done by the install script as I discovered while adding it). It was working for a while but after I restarted the host (unrelated issues) I got playback errors and the logs seem to imply that the decoder cannot be accessed:
but the device seems to be mounted:
and intel_gpu_top also returns my CPU (12thGen) as an available device although its utilization is at 0% along all categories even when attempting to play back a video. Would love some help on this, all other threads online point to issues specific to their setup where I don't see an immediate connection to my system. RE: QSV not working after restart - TheDreadPirate - 2024-01-13 What kernel is your Proxmox currently running? RE: QSV not working after restart - Feuerqualle - 2024-01-14 Proxmox is running on Debian 12 with the Linux kernel 6.2.16-15-pve x86_64. The Jellyfin container is build on a Ubuntu 22.04.3 LTS base (with the same kernel, I think that is shared between host and containers) RE: QSV not working after restart - TheDreadPirate - 2024-01-14 On the host, go through the bare metal setup for Intel HWA. https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#configure-on-linux-host The official Jellyfin docker container contains all the needed Intel drivers, but I am pretty sure whatever you have going on doesn't. RE: QSV not working after restart - krukkpl - 2024-03-21 Hello, I have similar setup and similar issue: QSV not working after Proxmox restart but only if Jellyfin LXC is auto-started without delay... If I start Jellyfin LXC manually some time after Proxmox boot - QSV works just fine. As a workaround I set 30sec delay for auto-starting Jellyfin container but... yeah... I would like to solve the root cause. Any ideas how to troubleshoot this? I have run mentioned methods when Jellyfin was in "corrupted" state but didn't find any obvious issue... RE: QSV not working after restart - TheDreadPirate - 2024-03-21 (2024-03-21, 08:42 AM)krukkpl Wrote: Hello, That is very strange. I'm not aware of any services specifically tied to Intel media drivers that LXC would need to wait on. RE: QSV not working after restart - Iacov - 2024-04-01 could anyone of you solve their respective issue? I'm in a similar position (just in a VM and not lxc) and can't wrap my head around what could be the root cause RE: QSV not working after restart - Lainol - 2024-04-05 Same here, after restart QSV don't work, have to re-do the chmod, usermod and systemctl restart. Tried the delay method without success. RE: QSV not working after restart - TheDreadPirate - 2024-04-05 Are both of you chmod-ing the /dev/dri devices? If that is the case, the proper solution is to add the user running the LXC to the render group. That will persist between reboots. RE: QSV not working after restart - Lainol - 2024-04-09 (2024-04-05, 10:50 AM)TheDreadPirate Wrote: Are both of you chmod-ing the /dev/dri devices? If that is the case, the proper solution is to add the user running the LXC to the render group. That will persist between reboots. Thank so much for your advice! Maybe someone can try it and post instructions how to do this? I'm afraid I'm not smart enough to do this xd |