Raw
Make custom calls to the OBS websocket server for even more control over your OBS Studio instance
You can use the OBS Raw Generator to generate raw requests in JSON or CPH format
Variables
Variables are generated based on the configured request
You need to use a Test Trigger if you want to send a raw command and populate variables in Streamer.bot. The
Test
button within the sub-action dialog will only send the OBS request.Parameters
Connectionrequired
Select
Select the configured OBS Studio Connection to connect to
Any
- trigger on events from any OBS connectionDefault
- trigger on events from the default OBS connection
C# Usage
public string ObsSendRaw(string requestType, string data, int connection = 0)