Get Status

Get your OBS Studio output status

Parameters

Connectionrequired
Select

Select the configured OBS Studio Connection to connect to

  • Select Any to trigger on any connection

Variables

The following variables will be populated after executing this sub-action:

DescriptionExample
obs.isConnectedboolean

If the selected OBS connection is connected

true
obs.isRecordingboolean

If the selected OBS connection is recording

true
obs.isStreamingboolean

If the selected OBS connection is streaming

true

C# Usage

public bool ObsIsConnected(int connection = 0)
public bool ObsIsStreaming(int connection = 0)
public bool ObsIsRecording(int connection = 0)