Skip to main content

OBS Connection Status

The OBS Connection Status data node reports whether OBS Studio is currently connected to Streamerly through the browser source. It outputs true when the connection is active and false when OBS is disconnected or the browser source is not loaded.

Use this node as a safety check before running OBS-dependent effects, or to display a connection indicator in your overlay.

Outputs

NameTypeDescription
Connectedbooleantrue if OBS is connected to Streamerly, false otherwise

Example

You have a flow that switches OBS scenes in response to chat commands. To prevent errors when OBS is disconnected, connect an OBS Connection Status node to a Gate node's control input. The scene-switching effect only fires when OBS is actually connected, avoiding failed commands and confusing error states.