Get Status

Get your OBS Studio output status
Preview
Preview

Parameters

Connectionrequired
Select

Select the configured OBS Studio Connection to connect to

  • Any - trigger on events from any OBS connection
  • Default - trigger on events from the default OBS connection

Variables

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

Description
obs.isConnectedboolean

If the selected OBS connection is connected

Example: true
obs.isRecordingboolean

If the selected OBS connection is recording

Example: true
obs.isStreamingboolean

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)