This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaLive::Input SrtCallerSourceRequest
Configures the connection for a source that uses SRT as the connection protocol. In terms of establishing the connection, MediaLive is always the caller and the upstream system is always the listener. In terms of transmission of the source content, MediaLive is always the receiver and the upstream system is always the sender.
The parent of this entity is SrtSettingsRequest.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Decryption" :SrtCallerDecryptionRequest, "MinimumLatency" :Integer, "SrtListenerAddress" :String, "SrtListenerPort" :String, "StreamId" :String}
YAML
Decryption:SrtCallerDecryptionRequestMinimumLatency:IntegerSrtListenerAddress:StringSrtListenerPort:StringStreamId:String
Properties
Decryption-
Complete these parameters only if the content is encrypted.
Required: No
Type: SrtCallerDecryptionRequest
Update requires: No interruption
MinimumLatency-
The preferred latency (in milliseconds) for implementing packet loss and recovery. Packet recovery is a key feature of SRT. Obtain this value from the operator at the upstream system.
Required: No
Type: Integer
Update requires: No interruption
SrtListenerAddress-
The IP address at the upstream system (the listener) that MediaLive (the caller) will connect to.
Required: No
Type: String
Update requires: No interruption
SrtListenerPort-
The port at the upstream system (the listener) that MediaLive (the caller) will connect to.
Required: No
Type: String
Update requires: No interruption
StreamId-
This value is required if the upstream system uses this identifier because without it, the SRT handshake between MediaLive (the caller) and the upstream system (the listener) might fail.
Required: No
Type: String
Update requires: No interruption