An ingest URL for a Streamplace station.
Properties
View raw schema
{
"type": "object",
"required": [
"type",
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "The URL of the ingest endpoint."
},
"type": {
"type": "string",
"description": "The type of ingest endpoint, currently 'rtmp' and 'whip' are supported."
}
},
"description": "An ingest URL for a Streamplace station."
}