AWS::MediaLive::Channel HlsOutputSettings - AWS CloudFormation

AWS::MediaLive::Channel HlsOutputSettings

The settings for an HLS output.

The parent of this entity is OutputSettings.

Syntax

To declare this entity in your AWS 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