GetDashManifestConfiguration
Retrieve the DASH manifest configuration.
Contents
- ManifestName
-
A 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.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9_-]+
Required: Yes
- Url
-
The egress domain URL for stream delivery from MediaPackage.
Type: String
Required: Yes
- DrmSignaling
-
Determines how the DASH manifest signals the DRM content.
Type: String
Valid Values:
INDIVIDUAL | REFERENCED
Required: No
- FilterConfiguration
-
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
Type: FilterConfiguration object
Required: No
- ManifestWindowSeconds
-
The total duration (in seconds) of the manifest's content.
Type: Integer
Required: No
- MinBufferTimeSeconds
-
Minimum amount of content (in seconds) that a player must keep available in the buffer.
Type: Integer
Required: No
- MinUpdatePeriodSeconds
-
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
Type: Integer
Required: No
- PeriodTriggers
-
A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Valid Values:
AVAILS | DRM_KEY_ROTATION | SOURCE_CHANGES | SOURCE_DISRUPTIONS | NONE
Required: No
- ScteDash
-
The SCTE configuration.
Type: ScteDash object
Required: No
- SegmentTemplateFormat
-
Determines the type of variable used in the
media
URL of theSegmentTemplate
tag in the manifest. Also specifies if segment timeline information is included inSegmentTimeline
orSegmentTemplate
.Value description:
-
NUMBER_WITH_TIMELINE
- The$Number$
variable is used in themedia
URL. The value of this variable is the sequential number of the segment. A fullSegmentTimeline
object is presented in eachSegmentTemplate
.
Type: String
Valid Values:
NUMBER_WITH_TIMELINE
Required: No
-
- SuggestedPresentationDelaySeconds
-
The amount of time (in seconds) that the player should be from the end of the manifest.
Type: Integer
Required: No
- UtcTiming
-
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
Type: DashUtcTiming object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: