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 MediaPackageV2GroupSettings
Parameters that apply only if the destination parameter (for the output group) specifies a channel group and channel name. Use of these two parameters indicates that the output group is for MediaPackage V2 (CMAF Ingest).
The parent of this entity is MediaPackageGroupSettings.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AdditionalDestinations" :[ MediaPackageAdditionalDestinations, ... ], "CaptionLanguageMappings" :[ CaptionLanguageMapping, ... ], "Id3Behavior" :String, "KlvBehavior" :String, "NielsenId3Behavior" :String, "Scte35Type" :String, "SegmentLength" :Integer, "SegmentLengthUnits" :String, "TimedMetadataId3Frame" :String, "TimedMetadataId3Period" :Integer, "TimedMetadataPassthrough" :String}
YAML
AdditionalDestinations:- MediaPackageAdditionalDestinationsCaptionLanguageMappings:- CaptionLanguageMappingId3Behavior:StringKlvBehavior:StringNielsenId3Behavior:StringScte35Type:StringSegmentLength:IntegerSegmentLengthUnits:StringTimedMetadataId3Frame:StringTimedMetadataId3Period:IntegerTimedMetadataPassthrough:String
Properties
AdditionalDestinations-
Optional, an array of additional destination HTTP destinations for the output group outputs.
Required: No
Type: Array of MediaPackageAdditionalDestinations
Update requires: No interruption
CaptionLanguageMappings-
Mapping of up to 4 caption channels to caption languages. Each mapping maps a caption channel to an ISO 693-2 language code, with an optional description.
Required: No
Type: Array of CaptionLanguageMapping
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
KlvBehavior-
If set to passthrough, passes any KLV data from the input source to this output.
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
Scte35Type-
Type of SCTE-35 track to add. Specify 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 the segment length parameter.
Required: No
Type: String
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