How can I shutdown OBS over websockets? #71
|
When attempting to quit OBS with I also tried sending the request with empty requestData like this: I think it's an issue with the module, but let me know if I'm missing something. Python logs: OBS logs: |
Answered by
onyx-and-iris
Jul 21, 2025
Replies: 2 comments
|
Hi, Are you trying to use obs-shutdown-plugin which does register a shutdown command with the websocket plugin? If so, then you need to use CallVendorRequest. Here is a working example. |
0 replies
Answer selected by
onyx-and-iris
|
Yes sorry, I somehow missed that it's from a separate plugin. Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
shutdownisn't a request in the obs websocket protocol.Are you trying to use obs-shutdown-plugin which does register a shutdown command with the websocket plugin?
If so, then you need to use CallVendorRequest.
Here is a working example.