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
- BaseUrls
-
The base URL to use for retrieving segments.
Type: Array of DashBaseUrl objects
Array Members: Minimum number of 0 items. Maximum number of 20 items.
Required: No
- Compactness
-
The layout of the DASH manifest that MediaPackage produces.
STANDARDindicates a default manifest, which is compacted.NONEindicates a full manifest.Type: String
Valid Values:
STANDARD | NONERequired: No
- DrmSignaling
-
Determines how the DASH manifest signals the DRM content.
Type: String
Valid Values:
INDIVIDUAL | REFERENCEDRequired: No
- DvbSettings
-
For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.
Type: DashDvbSettings object
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 | NONERequired: No
- Profiles
-
The profile that the output is compliant with.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 5 items.
Valid Values:
DVB_DASHRequired: No
- ProgramInformation
-
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
Type: DashProgramInformation object
Required: No
- ScteDash
-
The SCTE configuration.
Type: ScteDash object
Required: No
- SegmentTemplateFormat
-
Determines the type of variable used in the
mediaURL of theSegmentTemplatetag in the manifest. Also specifies if segment timeline information is included inSegmentTimelineorSegmentTemplate.Value description:
-
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.
Type: String
Valid Values:
NUMBER_WITH_TIMELINERequired: No
-
- SubtitleConfiguration
-
The configuration for DASH subtitles.
Type: DashSubtitleConfiguration object
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: