This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaLive::Channel UdpOutputSettings
The settings for one UDP output.
The parent of this entity is OutputSettings.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BufferMsec" :Integer, "ContainerSettings" :UdpContainerSettings, "Destination" :OutputLocationRef, "FecOutputSettings" :FecOutputSettings}
YAML
BufferMsec:IntegerContainerSettings:UdpContainerSettingsDestination:OutputLocationRefFecOutputSettings:FecOutputSettings
Properties
BufferMsec- 
                    
The UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, and so on.
Required: No
Type: Integer
Update requires: No interruption
 ContainerSettings- 
                    
The settings for the UDP output.
Required: No
Type: UdpContainerSettings
Update requires: No interruption
 Destination- 
                    
The destination address and port number for RTP or UDP packets. These can be unicast or multicast RTP or UDP (for example, rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).
Required: No
Type: OutputLocationRef
Update requires: No interruption
 FecOutputSettings- 
                    
The settings for enabling and adjusting Forward Error Correction on UDP outputs.
Required: No
Type: FecOutputSettings
Update requires: No interruption