place.stream.ingest.defs
Lexicon Version: 1
Definitions
Section titled “Definitions”ingest
Section titled “ingest”Type: object
An ingest URL for a Streamplace station.
Properties:
| Name | Type | Req’d | Description | Constraints |
|---|---|---|---|---|
type | string | ✅ | The type of ingest endpoint, currently ‘rtmp’ and ‘whip’ are supported. | |
url | string | ✅ | The URL of the ingest endpoint. | Format: uri |
Lexicon Source
Section titled “Lexicon Source”{ "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." } } } }}