AWS::MediaLive::Channel UdpOutputSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 UdpOutputSettings

The settings for one UDP output.

The parent of this entity is OutputSettings.

Syntax

To declare this entity in your 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