obs-stop-output
Stop an active OBS Studio output such as streaming or recording by specifying the output name to halt broadcasting or capture.
Instructions
Stops 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"
}