Skip to main content
The OBS Studio device controls OBS Studio, so your rundown can switch scenes, reveal a source, mute a microphone, and start the stream without anyone touching the OBS machine.

Connection

Provide the host and port of the machine running OBS (default 4455), plus the password if you enabled authentication.
Turn on the WebSocket server in OBS under Tools → WebSocket Server Settings before connecting.

Commands

Scenes

Sources and inputs

Transitions and studio mode

Stream, record, and capture

Media and outputs

Profiles and general

A Send request command is also available as an escape hatch, taking any request type and raw JSON, so anything the protocol supports is reachable even if it is not listed above.

Triggers

Rules can react to:
  • The OBS connection changes
  • The program scene changes
  • Streaming starts or stops
  • Recording starts or stops
  • An input is muted or unmuted
  • A scene item is shown or hidden
  • A media clip finishes playing
The media-finished trigger carries the input name, so a clip ending in OBS can advance your rundown automatically.

State

The device reports its connection state, the current program scene, whether streaming and recording are active, and the recording output path when a recording stops.