AWS::MediaLive::Channel HlsOutputSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Channel HlsOutputSettings

The settings for an HLS output.

The parent of this entity is OutputSettings.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "H265PackagingType" : String, "HlsSettings" : HlsSettings, "NameModifier" : String, "SegmentModifier" : String }

Properties

H265PackagingType

Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.

Required: No

Type: String

Update requires: No interruption

HlsSettings

The settings regarding the underlying stream. These settings are different for audio-only outputs.

Required: No

Type: HlsSettings

Update requires: No interruption

NameModifier

A string that is concatenated to the end of the destination file name. Accepts \"Format Identifiers\":#formatIdentifierParameters.

Required: No

Type: String

Update requires: No interruption

SegmentModifier

A string that is concatenated to the end of segment file names.

Required: No

Type: String

Update requires: No interruption