2024-07-09, 11:29 AM
(This post was last modified: 2024-07-09, 11:30 AM by CrissZollo. Edited 1 time in total.)
I think I got it to work. I changed from QSV to VA-API and added the following to the docker. It now transcodes as expected on my tv and android unit.
environment:
- PUID=*uid of the user running the container*
- PGID=*gid of the normal user group*
devices:
- /dev/dri/renderD128 : /dev/dri/renderD128
environment:
- PUID=*uid of the user running the container*
- PGID=*gid of the normal user group*
devices:
- /dev/dri/renderD128 : /dev/dri/renderD128