This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaTailor::Channel DashPlaylistSettings
Dash manifest configuration parameters.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ManifestWindowSeconds" :Number, "MinBufferTimeSeconds" :Number, "MinUpdatePeriodSeconds" :Number, "SuggestedPresentationDelaySeconds" :Number}
YAML
ManifestWindowSeconds:NumberMinBufferTimeSeconds:NumberMinUpdatePeriodSeconds:NumberSuggestedPresentationDelaySeconds:Number
Properties
ManifestWindowSeconds-
The total duration (in seconds) of each manifest. Minimum value:
30seconds. Maximum value:3600seconds.Required: No
Type: Number
Update requires: No interruption
MinBufferTimeSeconds-
Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value:
2seconds. Maximum value:60seconds.Required: No
Type: Number
Update requires: No interruption
MinUpdatePeriodSeconds-
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value:
2seconds. Maximum value:60seconds.Required: No
Type: Number
Update requires: No interruption
SuggestedPresentationDelaySeconds-
Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value:
2seconds. Maximum value:60seconds.Required: No
Type: Number
Update requires: No interruption