-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardware acceleration support? #67
Comments
You should be able to set |
Nope, that didn't worked. Created room-container falling in fatal state, saying |
I don't have such GPU, so I cannot help further. Here is original PR m1k1o/neko#151 for that, maybe the author can help you with that |
I'm not asking for help with GPU support, I asking is there a way to add option for adding docker-compose devices string for rooms creating, if simple mount not working? Like these:
|
No, that is not possible with neko-rooms yet. This is how it could look like: 35d2958 Or alternatively just implementing |
Hello there! Using Neko recently, figured how to pass render devices through to docker image and enabled
NEKO_HWENC
for better stream encoding performance.But in neko-rooms I don't see such options or fields to specify it manually, only
NEKO_HWENC: true
, which cause created room to collapse due to lack of render devices.Can it be implemented? Is there temporary solution alongside using Neko without rooms?
The text was updated successfully, but these errors were encountered: