SrtCallerRouterInputConfiguration
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.
Contents
- minimumLatencyMilliseconds
-
The minimum latency in milliseconds for the SRT protocol in caller mode.
Type: Long
Valid Range: Minimum value of 10. Maximum value of 10000.
Required: Yes
- sourceAddress
-
The source IP address for the SRT protocol in caller mode.
Type: String
Required: Yes
- sourcePort
-
The source port number for the SRT protocol in caller mode.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 65535.
Required: Yes
- decryptionConfiguration
-
Specifies the decryption settings for an SRT caller input, including the encryption key configuration and associated parameters.
Type: SrtDecryptionConfiguration object
Required: No
- streamId
-
The stream ID for the SRT protocol in caller mode.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: