CreateIngressStream

Creates a video ingress stream, returning metadata that you can use to stream live video to Lattice. Exactly one of rtsp or srt must be set on the request.

CreateIngressStreamRequest

Request
This endpoint expects an object.
ingressobject
_ingress_idstring
titlestring

Human-readable title for the stream. A title is required: surrounding whitespace is trimmed before it is stored, and what remains must be non-empty, valid UTF-8, and no longer than 64 characters. Otherwise the request is rejected.

CreateIngressStreamResponse

Response
This endpoint returns an object.
ingressobject
ingress_idstring

Identifier of the newly created ingress stream. Echoes the caller-supplied ingress_id if one was provided, otherwise a service-generated GUID.