AWS::MediaPackage::PackagingConfiguration DashManifest
Parameters for a DASH manifest.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ManifestLayout" :
String
, "ManifestName" :String
, "MinBufferTimeSeconds" :Integer
, "Profile" :String
, "ScteMarkersSource" :String
, "StreamSelection" :StreamSelection
}
YAML
ManifestLayout:
String
ManifestName:String
MinBufferTimeSeconds:Integer
Profile:String
ScteMarkersSource:String
StreamSelection:StreamSelection
Properties
ManifestLayout
-
Determines the position of some tags in the Media Presentation Description (MPD). When set to
FULL
, elements likeSegmentTemplate
andContentProtection
are included in eachRepresentation
. When set toCOMPACT
, duplicate elements are combined and presented at the AdaptationSet level.Required: No
Type: String
Allowed values:
FULL | COMPACT
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
MinBufferTimeSeconds
-
Minimum amount of content (measured in seconds) that a player must keep available in the buffer.
Required: No
Type: Integer
Update requires: No interruption
Profile
-
The DASH profile type. When set to
HBBTV_1_5
, the content is compliant with HbbTV 1.5.Required: No
Type: String
Allowed values:
NONE | HBBTV_1_5
Update requires: No interruption
ScteMarkersSource
-
The source of scte markers used.
Value description:
-
SEGMENTS
- The scte markers are sourced from the segments of the ingested content. -
MANIFEST
- the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (EXT-OATCLS-SCTE35
tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.
Required: No
Type: String
Allowed values:
SEGMENTS | MANIFEST
Update requires: No interruption
-
StreamSelection
-
Limitations for outputs from the endpoint, based on the video bitrate.
Required: No
Type: StreamSelection
Update requires: No interruption