This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaPackage::OriginEndpoint DashPackage
Parameters for DASH packaging.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AdsOnDeliveryRestrictions" :String, "AdTriggers" :[ String, ... ], "Encryption" :DashEncryption, "IncludeIframeOnlyStream" :Boolean, "ManifestLayout" :String, "ManifestWindowSeconds" :Integer, "MinBufferTimeSeconds" :Integer, "MinUpdatePeriodSeconds" :Integer, "PeriodTriggers" :[ String, ... ], "Profile" :String, "SegmentDurationSeconds" :Integer, "SegmentTemplateFormat" :String, "StreamSelection" :StreamSelection, "SuggestedPresentationDelaySeconds" :Integer, "UtcTiming" :String, "UtcTimingUri" :String}
YAML
AdsOnDeliveryRestrictions:StringAdTriggers:- StringEncryption:DashEncryptionIncludeIframeOnlyStream:BooleanManifestLayout:StringManifestWindowSeconds:IntegerMinBufferTimeSeconds:IntegerMinUpdatePeriodSeconds:IntegerPeriodTriggers:- StringProfile:StringSegmentDurationSeconds:IntegerSegmentTemplateFormat:StringStreamSelection:StreamSelectionSuggestedPresentationDelaySeconds:IntegerUtcTiming:StringUtcTimingUri:String
Properties
- AdsOnDeliveryRestrictions
- 
                    The flags on SCTE-35 segmentation descriptors that have to be present for AWS Elemental MediaPackage to insert ad markers in the output manifest. For information about SCTE-35 in AWS Elemental MediaPackage, see SCTE-35 Message Options in AWS Elemental MediaPackage. Required: No Type: String Allowed values: NONE | RESTRICTED | UNRESTRICTED | BOTHUpdate requires: No interruption 
- AdTriggers
- 
                    Specifies the SCTE-35 message types that AWS Elemental MediaPackage treats as ad markers in the output manifest. Valid values: - 
                            BREAK
- 
                            DISTRIBUTOR_ADVERTISEMENT
- 
                            DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY.
- 
                            DISTRIBUTOR_PLACEMENT_OPPORTUNITY.
- 
                            PROVIDER_ADVERTISEMENT.
- 
                            PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY.
- 
                            PROVIDER_PLACEMENT_OPPORTUNITY.
- 
                            SPLICE_INSERT.
 Required: No Type: Array of String Allowed values: SPLICE_INSERT | BREAK | PROVIDER_ADVERTISEMENT | DISTRIBUTOR_ADVERTISEMENT | PROVIDER_PLACEMENT_OPPORTUNITY | DISTRIBUTOR_PLACEMENT_OPPORTUNITY | PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY | DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITYUpdate requires: No interruption 
- 
                            
- Encryption
- 
                    Parameters for encrypting content. Required: No Type: DashEncryption Update requires: No interruption 
- IncludeIframeOnlyStream
- 
                    This applies only to stream sets with a single video track. When true, the stream set includes an additional I-frame trick-play only stream, along with the other tracks. If false, this extra stream is not included. Required: No Type: Boolean Update requires: No interruption 
- ManifestLayout
- 
                    Determines the position of some tags in the manifest. Valid values: - 
                            FULL- Elements likeSegmentTemplateandContentProtectionare included in eachRepresentation.
- 
                            COMPACT- Duplicate elements are combined and presented at theAdaptationSetlevel.
 Required: No Type: String Allowed values: FULL | COMPACT | DRM_TOP_LEVEL_COMPACTUpdate requires: No interruption 
- 
                            
- ManifestWindowSeconds
- 
                    Time window (in seconds) contained in each manifest. Required: No Type: Integer 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 
- MinUpdatePeriodSeconds
- 
                    Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Required: No Type: Integer Update requires: No interruption 
- PeriodTriggers
- 
                    Controls whether AWS Elemental MediaPackage produces single-period or multi-period DASH manifests. For more information about periods, see Multi-period DASH in AWS Elemental MediaPackage. Valid values: - 
                            ADS- AWS Elemental MediaPackage will produce multi-period DASH manifests. Periods are created based on the SCTE-35 ad markers present in the input manifest.
- 
                            No value - AWS Elemental MediaPackage will produce single-period DASH manifests. This is the default setting. 
 Required: No Type: Array of String Allowed values: ADSUpdate requires: No interruption 
- 
                            
- Profile
- 
                    The DASH profile for the output. Valid values: - 
                            NONE- The output doesn't use a DASH profile.
- 
                            HBBTV_1_5- The output is compliant with HbbTV v1.5.
- 
                            DVB_DASH_2014- The output is compliant with DVB-DASH 2014.
 Required: No Type: String Allowed values: NONE | HBBTV_1_5 | HYBRIDCAST | DVB_DASH_2014Update requires: No interruption 
- 
                            
- SegmentDurationSeconds
- 
                    Duration (in seconds) of each fragment. Actual fragments are rounded to the nearest multiple of the source fragment duration. Required: No Type: Integer Update requires: No interruption 
- SegmentTemplateFormat
- 
                    Determines the type of variable used in the mediaURL of theSegmentTemplatetag in the manifest. Also specifies if segment timeline information is included inSegmentTimelineorSegmentTemplate.Valid values: - 
                            NUMBER_WITH_TIMELINE- The$Number$variable is used in themediaURL. The value of this variable is the sequential number of the segment. A fullSegmentTimelineobject is presented in eachSegmentTemplate.
- 
                            NUMBER_WITH_DURATION- The$Number$variable is used in themediaURL and adurationattribute is added to the segment template. TheSegmentTimelineobject is removed from the representation.
- 
                            TIME_WITH_TIMELINE- The$Time$variable is used in themediaURL. The value of this variable is the timestamp of when the segment starts. A fullSegmentTimelineobject is presented in eachSegmentTemplate.
 Required: No Type: String Allowed values: NUMBER_WITH_TIMELINE | TIME_WITH_TIMELINE | NUMBER_WITH_DURATIONUpdate requires: No interruption 
- 
                            
- StreamSelection
- 
                    Limitations for outputs from the endpoint, based on the video bitrate. Required: No Type: StreamSelection 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. Required: No Type: Integer Update requires: No interruption 
- UtcTiming
- 
                    Determines the type of UTC timing included in the DASH Media Presentation Description (MPD). Required: No Type: String Allowed values: HTTP-XSDATE | HTTP-ISO | HTTP-HEAD | NONEUpdate requires: No interruption 
- UtcTimingUri
- 
                    Specifies the value attribute of the UTC timing field when utcTiming is set to HTTP-ISO or HTTP-HEAD. Required: No Type: String Update requires: No interruption