Get Status

Get your OBS Studio output status
Get Status Dialog
Get Status Dialog

Parameters

Connection
Select
Default:
Default

Select the configured OBS Studio Connection to connect to

ValueDescription
Default

Only the default configured OBS Studio connection

Any

All configured OBS Studio connections

Variables

NameTypeDescription
Example Value:true

If the selected OBS connection is connected

Example Value:true

If the selected OBS connection is recording

Example Value:true

If the selected OBS connection is streaming

 
Variables generated by all triggers and available within all action executions.

C# Usage

public bool ObsIsConnected(int connection = 0)
Read more in API > C# > Methods > Obs Studio > Obs Is Connected
public bool ObsIsRecording(int connection = 0)
Read more in API > C# > Methods > Obs Studio > Recording > Obs Is Recording
public bool ObsIsStreaming(int connection = 0)
Read more in API > C# > Methods > Obs Studio > Streaming > Obs Is Streaming