place.stream.ingest.defs

did:web:stream.place

Documentation

ingest object

An ingest URL for a Streamplace station.

Properties

type string Required

The type of ingest endpoint, currently 'rtmp' and 'whip' are supported.

url string uri Required

The URL of the ingest endpoint.

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."
}

Lexicon Garden

@