aws-cdk-lib.aws_medialive.CfnChannel.UdpGroupSettingsProperty

interface UdpGroupSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.UdpGroupSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_UdpGroupSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.UdpGroupSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.UdpGroupSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » UdpGroupSettingsProperty

The configuration of a UDP output group.

The parent of this entity is OutputGroupSettings.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const udpGroupSettingsProperty: medialive.CfnChannel.UdpGroupSettingsProperty = {
  inputLossAction: 'inputLossAction',
  timedMetadataId3Frame: 'timedMetadataId3Frame',
  timedMetadataId3Period: 123,
};

Properties

NameTypeDescription
inputLossAction?stringSpecifies the behavior of the last resort when the input video is lost, and no more backup inputs are available.
timedMetadataId3Frame?stringIndicates the ID3 frame that has the timecode.
timedMetadataId3Period?numberThe timed metadata interval in seconds.

inputLossAction?

Type: string (optional)

Specifies the behavior of the last resort when the input video is lost, and no more backup inputs are available.

When dropTs is selected, the entire transport stream stops emitting. When dropProgram is selected, the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or when emitProgram is selected, the transport stream continues to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.


timedMetadataId3Frame?

Type: string (optional)

Indicates the ID3 frame that has the timecode.


timedMetadataId3Period?

Type: number (optional)

The timed metadata interval in seconds.