Hi, my Jellyfin LXC install requires this command in order for HW encoding/decoding to work:
I tried to add this to /etc/rc.local and cron (as
) but none of these work. In order to get the acceleration running, I have to manually run this as root in the LXC shell on every restart of the LXC or the host.
Why is this? Any clues? Thanks!
Code:
/bin/chgrp video /dev/dri/renderD128
I tried to add this to /etc/rc.local and cron (as
Code:
* * * * * root /bin/chgrp video /dev/dri/renderD128
Why is this? Any clues? Thanks!