AWS::MediaLive::Channel UdpGroupSettings
The configuration of a UDP output group.
The parent of this entity is OutputGroupSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "InputLossAction" :
String
, "TimedMetadataId3Frame" :String
, "TimedMetadataId3Period" :Integer
}
YAML
InputLossAction:
String
TimedMetadataId3Frame:String
TimedMetadataId3Period:Integer
Properties
InputLossAction
-
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.
Required: No
Type: String
Update requires: No interruption
TimedMetadataId3Frame
-
Indicates the ID3 frame that has the timecode.
Required: No
Type: String
Update requires: No interruption
TimedMetadataId3Period
-
The timed metadata interval in seconds.
Required: No
Type: Integer
Update requires: No interruption