obs-start-output
Start a specific output in OBS Studio to begin streaming or recording sessions using the OBS WebSocket protocol.
Instructions
Starts 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"
}