RouterInputProtocolConfiguration
The protocol configuration settings for a router input.
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 input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
Type: RistRouterInputConfiguration object
Required: No
- rtp
-
The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
Type: RtpRouterInputConfiguration object
Required: No
- srtCaller
-
The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
Type: SrtCallerRouterInputConfiguration object
Required: No
- srtListener
-
The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
Type: SrtListenerRouterInputConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: