-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't create unix socket without 777 permission #11
Comments
Ah yes, we need to figure out a better path for socket. |
obs-vkcapture uses this path "/tmp/obs-vkcapture.sock", and author also mentioned "$XDG_RUNTIME_DIR/obs-vkcapture.socket". But i don't sure about better socket location too, i'm new in unix sockets. https://github.com/nowrep/obs-vkcapture/blob/3806d838a629884203c871602a817b2d9b8699ab/src/vkcapture.c#L76 |
Me too :D Something something XDG, freedesktop docs, etc. |
seems like most other user specific sockets are in /run/user/1000 which is $XDG_RUNTIME_DIR |
Yeah, my fork actually does that and it works really well. Do note, though, that it uses an older, working version of the plugin that has implicit EGL dependency, and doesn't use the built-in OBS implementation. |
Can't create unix socket without 777 permission in
/usr/local/share/obs/obs-plugins/linux-kmsgrab/
folder.The text was updated successfully, but these errors were encountered: