Resource icon

OBS Shutdown Plugin 0.1.2

quasi51

New Member
I think this issue and it's comment addressed the same issue. Could you have a look at this?
Thanks, that solved it. For anyone trying to use this plugin with the Multi OBS Controller, this was how I got it working. Create a "Raw WS Request" and populate the fields with the following or something similar:

Request Type:

Code:
CallVendorRequest

RequestData:

Code:
{
  "vendorName": "obs-shutdown-plugin",
  "requestType": "shutdown",
  "requestData": {
    "reason": "asdfasdf asdfa",
    "support_url": "https://github.com/norihiro/obs-shutdown-plugin/issues"
  }
}
 
Top