How to enable HW acceleration in Docker #4439
Replies: 3 comments
-
Try steps from #305 (comment) |
Beta Was this translation helpful? Give feedback.
-
after passing through /dev/dri, you can use these options to enable hwaccel https://github.com/feederbox826/stash-s6/blob/main/docs/hwaccel.md you'll need a corresponding image built with hwaccel in mind - stash-s6 is my project, there is also stash-jellyfin, a manual build from source and my other personal project, stash-cuda alpine does not support hwaccel because it lacks the propreitary driver support for most hardware acceleration |
Beta Was this translation helpful? Give feedback.
-
Hey Guys, i´m sorry if i am abusing this Q&A but did anybody managed to get hwaccel work on LXC Containers or could help me through it? I was able to passthrough the iGPU to the LXC and installed the intel-gpu-tools but it doesn´t seem to work.. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to know how to enable HW acceleration in docker, I have tried adding:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
to my docker compose and also enable hw transcoding in settings but I cannot make it work.
My host is a mini pc with debian server.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions