RouterOutputProtocolConfiguration
The protocol configuration settings for a router output.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- rist
-
The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
Type: RistRouterOutputConfiguration object
Required: No
- rtmpPush
-
The configuration settings for a router output that pushes a stream to a destination using the RTMP (Real-Time Messaging Protocol) protocol, or RTMPS (RTMP over TLS) when TLS encryption is specified. These settings include the destination address and port, the application and stream names, and optional TLS encryption configuration.
Type: RtmpPushRouterOutputConfiguration object
Required: No
- rtp
-
The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.
Type: RtpRouterOutputConfiguration object
Required: No
- srtCaller
-
The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.
Type: SrtCallerRouterOutputConfiguration object
Required: No
- srtListener
-
The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.
Type: SrtListenerRouterOutputConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: