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 MediaPackageV2DestinationSettings
Optional settings for MediaPackage V2 destinations.
The parent of this entity is MediaPackageOutputSettings.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AudioGroupId" :String, "AudioRenditionSets" :String, "HlsAutoSelect" :String, "HlsDefault" :String}
YAML
AudioGroupId:StringAudioRenditionSets:StringHlsAutoSelect:StringHlsDefault:String
Properties
AudioGroupId-
Applies only to an output that contains audio. If you want to put several audio encodes into one audio rendition group, decide on a name (ID) for the group. Then in every audio output that you want to belong to that group, enter that ID in this field. Note that this information is part of the HLS specification (not the CMAF specification), but if you include it then MediaPackage will include it in the manifest it creates for the video player.
Required: No
Type: String
Update requires: No interruption
AudioRenditionSets-
Applies only to an output that contains video, and only if you want to associate one or more audio groups to this video. In this field you assign the groups that you create (in the Group ID fields in the various audio outputs). Enter one group ID, or enter a comma-separated list of group IDs. Note that this information is part of the HLS specification (not the CMAF specification), but if you include it then MediaPackage will include it in the manifest it creates for the video player.
Required: No
Type: String
Update requires: No interruption
HlsAutoSelect-
Specifies whether MediaPackage should set this output as the auto-select rendition in the HLS manifest. YES means this must be the auto-select. NO means this should never be the auto-select. OMIT means MediaPackage decides what to set on this rendition. When you consider all the renditions, you can set zero or one renditions to YES, zero or more renditions to NO (but not all), and zero, some, or all to OMIT.
Required: No
Type: String
Update requires: No interruption
HlsDefault-
Specifies whether MediaPackage should set this output as the default rendition in the HLS manifest. YES means this must be the default. NO means this should never be the default. OMIT means MediaPackage decides what to set on this rendition. When you consider all the renditions, you can set zero or one renditions to YES, zero or more renditions to NO (but not all), and zero, some, or all to OMIT.
Required: No
Type: String
Update requires: No interruption