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 CmafIngestGroupSettings
Cmaf Ingest Group Settings
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AdditionalDestinations" :[ AdditionalDestinations, ... ], "CaptionLanguageMappings" :[ CmafIngestCaptionLanguageMapping, ... ], "Destination" :OutputLocationRef, "Id3Behavior" :String, "Id3NameModifier" :String, "KlvBehavior" :String, "KlvNameModifier" :String, "NielsenId3Behavior" :String, "NielsenId3NameModifier" :String, "Scte35NameModifier" :String, "Scte35Type" :String, "SegmentLength" :Integer, "SegmentLengthUnits" :String, "SendDelayMs" :Integer, "TimedMetadataId3Frame" :String, "TimedMetadataId3Period" :Integer, "TimedMetadataPassthrough" :String}
YAML
AdditionalDestinations:- AdditionalDestinationsCaptionLanguageMappings:- CmafIngestCaptionLanguageMappingDestination:OutputLocationRefId3Behavior:StringId3NameModifier:StringKlvBehavior:StringKlvNameModifier:StringNielsenId3Behavior:StringNielsenId3NameModifier:StringScte35NameModifier:StringScte35Type:StringSegmentLength:IntegerSegmentLengthUnits:StringSendDelayMs:IntegerTimedMetadataId3Frame:StringTimedMetadataId3Period:IntegerTimedMetadataPassthrough:String
Properties
AdditionalDestinations-
Optional an array of additional destinational HTTP destinations for the OutputGroup outputs.
Required: No
Type: Array of AdditionalDestinations
Update requires: No interruption
CaptionLanguageMappings-
An array that identifies the languages in the four caption channels in the embedded captions.
Required: No
Type: Array of CmafIngestCaptionLanguageMapping
Update requires: No interruption
Destination-
A HTTP destination for the tracks.
Required: No
Type: OutputLocationRef
Update requires: No interruption
Id3Behavior-
Set to ENABLED to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group, or you add an ID3 action to the channel schedule.
Required: No
Type: String
Update requires: No interruption
Id3NameModifier-
Change the modifier that MediaLive automatically adds to the Streams() name that identifies an ID3 track. The default is "id3", which means the default name will be Streams(id3.cmfm).
Required: No
Type: String
Update requires: No interruption
KlvBehavior-
If set to passthrough, passes any KLV data from the input source to this output.
Required: No
Type: String
Update requires: No interruption
KlvNameModifier-
Change the modifier that MediaLive automatically adds to the Streams() name that identifies a KLV track. The default is "klv", which means the default name will be Streams(klv.cmfm).
Required: No
Type: String
Update requires: No interruption
NielsenId3Behavior-
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
Required: No
Type: String
Update requires: No interruption
NielsenId3NameModifier-
Change the modifier that MediaLive automatically adds to the Streams() name that identifies a Nielsen ID3 track. The default is "nid3", which means the default name will be Streams(nid3.cmfm).
Required: No
Type: String
Update requires: No interruption
Scte35NameModifier-
Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track. The default is "scte", which means the default name will be Streams(scte.cmfm).
Required: No
Type: String
Update requires: No interruption
Scte35Type-
Type of scte35 track to add. none or scte35WithoutSegmentation.
Required: No
Type: String
Update requires: No interruption
SegmentLength-
The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
Required: No
Type: Integer
Update requires: No interruption
SegmentLengthUnits-
Time unit for segment length parameter.
Required: No
Type: String
Update requires: No interruption
SendDelayMs-
Number of milliseconds to delay the output from the second pipeline.
Required: No
Type: Integer
Update requires: No interruption
TimedMetadataId3Frame-
Set to none if you don't want to insert a timecode in the output. Otherwise choose the frame type for the timecode.
Required: No
Type: String
Update requires: No interruption
TimedMetadataId3Period-
If you set up to insert a timecode in the output, specify the frequency for the frame, in seconds.
Required: No
Type: Integer
Update requires: No interruption
TimedMetadataPassthrough-
Set to enabled to pass through ID3 metadata from the input sources.
Required: No
Type: String
Update requires: No interruption