obs-get-output-status
Check the current status of a specific OBS Studio output to monitor streaming or recording activity and verify operational state.
Instructions
Gets 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"
}