Get Status
Get your OBS Studio output status
Preview
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
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
obs.isConnected | boolean | If the selected OBS connection is connected Example: true |
obs.isRecording | boolean | If the selected OBS connection is recording Example: true |
obs.isStreaming | boolean | If the selected OBS connection is streaming Example: true |
C# Usage
public bool ObsIsConnected(int connection = 0)
public bool ObsIsStreaming(int connection = 0)
public bool ObsIsRecording(int connection = 0)