Today, 12:51 AM
Thanks guys, this helped a lot in terms of debugging. Installed Jellyfin-FFMpeg up to v7, and then further inspected the logs. Running the FFMpeg command from the logs in terminal worked, so I was able to track down that there was a permission issue within the container.
For completeness, this is the code I ran on the host:
For completeness, this is the code I ran on the host:
Code:
ctid=100 # change to plex container id
renderid=$(pct exec $ctid getent group render | cut -d: -f3)
pct set $ctid -dev0 /dev/dri/renderD128,gid=$renderid
pct reboot $ctid
