-
Notifications
You must be signed in to change notification settings - Fork 25
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
Feature request: mutiple OBS instances for the same captured game #184
Comments
It's not going to work like that, yes. I can add env variable ( OBS_VKCAPTURE_SOCKET_PATH=/tmp/vkcpature1.sock obs
OBS_VKCAPTURE_SOCKET_PATH=/tmp/vkcpature2.sock obs
OBS_VKCAPTURE_SOCKET_PATH=/tmp/vkcpature1.sock obs-gamecapture %game1%
OBS_VKCAPTURE_SOCKET_PATH=/tmp/vkcpature2.sock obs-gamecapture %game2% |
Thank you for your feedback ! Unfortunately, in the use case I am having I need the same game instance to be captured twice. In the approach you suggest it would mean that
Another possibility for me is to look into |
As I understand it, this issue is not really a limitation to So implementing something in Also found this that I need to test https://sorayuki.github.io/obs-multi-rtmp/ |
https://sorayuki.github.io/obs-multi-rtmp/ worked for me. This feature request isn't needed for my use case any longer. Thanks! Feel free to close this issue. |
Hello!
Hope you have been doing well and would like to thank you again for this project.
I just tried to lunch two OBS instances for the same game to try something: one to do H264 CPU encoding (twitch) and the other for H265 GPU encoding (youtube, enables better quality). And it looks like
obs-vkcapture
is not quite ready to handle multiple clients on its socket: the firstobs
instance successfully binds, but the second cannotIs it a hard thing to implement ?
Thanks!
Adel
The text was updated successfully, but these errors were encountered: