Skip to content

place.stream.ingest.defs

Lexicon Version: 1

Type: object

An ingest URL for a Streamplace station.

Properties:

NameTypeReq’dDescriptionConstraints
typestringThe type of ingest endpoint, currently ‘rtmp’ and ‘whip’ are supported.
urlstringThe URL of the ingest endpoint.Format: uri

{
"lexicon": 1,
"id": "place.stream.ingest.defs",
"defs": {
"ingest": {
"type": "object",
"description": "An ingest URL for a Streamplace station.",
"required": ["type", "url"],
"properties": {
"type": {
"type": "string",
"description": "The type of ingest endpoint, currently 'rtmp' and 'whip' are supported."
},
"url": {
"type": "string",
"format": "uri",
"description": "The URL of the ingest endpoint."
}
}
}
}
}