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
ingress
_ingress_id
title
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
ingress
ingress_id
Identifier of the newly created ingress stream. Echoes the caller-supplied
ingress_id if one was provided, otherwise a service-generated GUID.