AWS::MediaPackage::PackagingConfiguration HlsManifest - 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::MediaPackage::PackagingConfiguration HlsManifest

Parameters for an HLS manifest.

Syntax

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

JSON

{ "AdMarkers" : String, "IncludeIframeOnlyStream" : Boolean, "ManifestName" : String, "ProgramDateTimeIntervalSeconds" : Integer, "RepeatExtXKey" : Boolean, "StreamSelection" : StreamSelection }

Properties

AdMarkers

This setting controls ad markers in the packaged content.

Valid values:

  • NONE - Omits all SCTE-35 ad markers from the output.

  • PASSTHROUGH - Creates a copy in the output of the SCTE-35 ad markers (comments) taken directly from the input manifest.

  • SCTE35_ENHANCED - Generates ad markers and blackout tags in the output based on the SCTE-35 messages from the input manifest.

Required: No

Type: String

Allowed values: NONE | SCTE35_ENHANCED | PASSTHROUGH

Update requires: No interruption

IncludeIframeOnlyStream

Applies to stream sets with a single video track only. When enabled, the output includes an additional I-frame only stream, along with the other tracks.

Required: No

Type: Boolean

Update requires: No interruption

ManifestName

A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.

Required: No

Type: String

Update requires: No interruption

ProgramDateTimeIntervalSeconds

Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. Additionally, ID3Timed metadata messages are generated every 5 seconds starting when the content was ingested.

Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

Omit this attribute or enter 0 to indicate that the EXT-X-PROGRAM-DATE-TIME tags are not included in the manifest.

Required: No

Type: Integer

Update requires: No interruption

RepeatExtXKey

Repeat the EXT-X-KEY directive for every media segment. This might result in an increase in client requests to the DRM server.

Required: No

Type: Boolean

Update requires: No interruption

StreamSelection

Video bitrate limitations for outputs from this packaging configuration.

Required: No

Type: StreamSelection

Update requires: No interruption