obs-get-media-input-status
Check the current status of a media input in OBS Studio, such as playback state or duration, to monitor media playback during streaming or recording.
Instructions
Gets the status of a media input
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputName | Yes | Name of the media input |
Input Schema (JSON Schema)
{
"properties": {
"inputName": {
"description": "Name of the media input",
"type": "string"
}
},
"required": [
"inputName"
],
"type": "object"
}