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:
|
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
Yes sorry, I somehow missed that it's from a separate plugin. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi,
shutdown
isn'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.