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::Channel SrtOutputSettings
Srt Output Settings
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "BufferMsec" :Integer, "ContainerSettings" :UdpContainerSettings, "Destination" :OutputLocationRef, "EncryptionType" :String, "Latency" :Integer}
YAML
BufferMsec:IntegerContainerSettings:UdpContainerSettingsDestination:OutputLocationRefEncryptionType:StringLatency:Integer
Properties
BufferMsec-
SRT output buffering in milliseconds. A higher value increases latency through the encoder. But the benefits are that it helps to maintain a constant, low-jitter SRT output, and it accommodates clock recovery, input switching, input disruptions, picture reordering, and so on. Range: 0-10000 milliseconds.
Required: No
Type: Integer
Update requires: No interruption
ContainerSettings-
The container settings for the SRT output.
Required: No
Type: UdpContainerSettings
Update requires: No interruption
Destination-
Reference to an OutputDestination ID defined in the channel.
Required: No
Type: OutputLocationRef
Update requires: No interruption
EncryptionType-
The encryption level for the content. Valid values are AES128, AES192, AES256. You and the downstream system should plan how to set this field because the values must not conflict with each other.
Required: No
Type: String
Update requires: No interruption
Latency-
The latency value, in milliseconds, that is proposed during the SRT connection handshake. SRT will choose the maximum of the values proposed by the sender and receiver. Range: 40-16000 milliseconds.
Required: No
Type: Integer
Update requires: No interruption