Synology Docker Compose File #2033
gardinermichael
started this conversation in
Show and tell
Replies: 1 comment
|
I don't know if anyone else faced this before, but transcoding only worked for me after adding the services:
tunarr:
image: chrisbenincasa/tunarr:latest
# ...
group_add:
- "937"
# ... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
I noticed in the docs that you were looking for a Synology install guide. This isn't a guide, but here is the docker-compose file I used:
DSM 7.2+ on Intel-based Synology models supports VAAPI hardware transcoding via /dev/dri passthrough to Docker (I ran this on a DS423+). You can test your own model by doing:
If you see
card0andrenderD128, you can use the VAAPI hardware transcoding by including:All reactions