AWS::MediaLive::Channel UdpOutputSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

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