Create egress stream
Creates an egress stream that publishes a live stream to a downstream consumer.
A stream in STREAM_STATUS_UNAVAILABLE is rejected as not-live.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Identifier of the live ingress stream to re-publish as an egress stream.
The Lattice video service supports SRT protocol for push operations (ingress) and pull operations (egress).
When configuring SRT for ingress, CreateIngressStreamResponse will return to the user a url to push to which contains a unique 'session_id' to use on the connection. If supplied, passphrase will be applied on incoming connections.
When configuring SRT for egress, CreateEgressStreamResponse will return to the user a url from which to pull a stream. Use the supplied session_id and passphrase in your StreamId if applicable. See the SRT documentation on Access Control for more information.
Response
Service-generated identifier for the new egress stream. Use it for subsequent
GetEgressStream and DeleteEgressStream calls.