LinuxGeek28's picture

to get HW acceleration/transcoding in Mediaserver (intel i965) you must add the gpu device to the video group, add the video group to jellyfin user, and install the driver software

see here:

https://jellyfin.org/docs/general/administration/hardware-acceleration.h...

host:  lxc config device add <container> mygpu gpu gid=44

root@mediaserver ~# apt install i965-va-driver vainfo

root@mediaserver ~# usermod -aG video jellyfin 

root@mediaserver ~#  systemctl restart jellyfin