An external server for rebroadcasting a Streamplace stream
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"url",
"active",
"createdAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "The rtmp:// or rtmps:// url of the target server."
},
"name": {
"type": "string",
"maxLength": 100,
"description": "A user-friendly name for this target."
},
"active": {
"type": "boolean",
"description": "Whether this target is currently active."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this target was created."
}
}
},
"description": "An external server for rebroadcasting a Streamplace stream"
}