Hardware transcoding on UGREEN NAS
Just wanted to create this post in case someone else is having this issue. I found that hardware transcoding wasn't working after installing immich on UGREEN NAS and in fact enabling it caused all transcoding to stop working altogether. Only hint of an error was from the logs (no /dev/dri/ devices found). Turns out you need to include the below lines in your compose configuration in order to point the image to the built in GPU:
devices:
Hope this helps. Please move this to a more appropriate section if necessary.
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
- /dev/dri:/dev/dri
Hope this helps. Please move this to a more appropriate section if necessary.