AWS::MediaPackageV2::OriginEndpoint LowLatencyHlsManifestConfiguration - AWS CloudFormation

AWS::MediaPackageV2::OriginEndpoint LowLatencyHlsManifestConfiguration

Specify a low-latency HTTP live streaming (LL-HLS) manifest configuration.

Syntax

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

Properties

ChildManifestName

The name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_-]+$

Minimum: 1

Maximum: 256

Update requires: No interruption

FilterConfiguration

Property description not available.

Required: No

Type: FilterConfiguration

Update requires: No interruption

ManifestName

A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9_-]+$

Minimum: 1

Maximum: 256

Update requires: No interruption

ManifestWindowSeconds

The total duration (in seconds) of the manifest's content.

Required: No

Type: Integer

Update requires: No interruption

ProgramDateTimeIntervalSeconds

Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever MediaPackage ingests the content.

Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, MediaPackage passes through that metadata to the HLS output.

Required: No

Type: Integer

Update requires: No interruption

ScteHls

The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.

Required: No

Type: ScteHls

Update requires: No interruption

Url

The URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.

Required: No

Type: String

Update requires: No interruption