obs-toggle-output
Toggle OBS Studio output status to start or stop streaming and recording functions using the OBS WebSocket protocol.
Instructions
Toggles the status of an output
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputName | Yes | Output name |
Input Schema (JSON Schema)
{
"properties": {
"outputName": {
"description": "Output name",
"type": "string"
}
},
"required": [
"outputName"
],
"type": "object"
}