obs-send-stream-caption
Send CEA-608 caption text to your live stream output for accessibility and viewer comprehension during OBS Studio broadcasts.
Instructions
Sends CEA-608 caption text over the stream output
Input Schema
Name | Required | Description | Default |
---|---|---|---|
captionText | Yes | Caption text to send |
Input Schema (JSON Schema)
{
"properties": {
"captionText": {
"description": "Caption text to send",
"type": "string"
}
},
"required": [
"captionText"
],
"type": "object"
}