interface DashManifestConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnOriginEndpoint_DashManifestConfigurationProperty |
![]() | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty |
![]() | aws_cdk.aws_mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty |
![]() | aws-cdk-lib » aws_mediapackagev2 » CfnOriginEndpoint » DashManifestConfigurationProperty |
The DASH manifest configuration associated with the origin endpoint.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackagev2 as mediapackagev2 } from 'aws-cdk-lib';
const dashManifestConfigurationProperty: mediapackagev2.CfnOriginEndpoint.DashManifestConfigurationProperty = {
manifestName: 'manifestName',
// the properties below are optional
baseUrls: [{
url: 'url',
// the properties below are optional
dvbPriority: 123,
dvbWeight: 123,
serviceLocation: 'serviceLocation',
}],
compactness: 'compactness',
drmSignaling: 'drmSignaling',
dvbSettings: {
errorMetrics: [{
reportingUrl: 'reportingUrl',
// the properties below are optional
probability: 123,
}],
fontDownload: {
fontFamily: 'fontFamily',
mimeType: 'mimeType',
url: 'url',
},
},
filterConfiguration: {
clipStartTime: 'clipStartTime',
end: 'end',
manifestFilter: 'manifestFilter',
start: 'start',
timeDelaySeconds: 123,
},
manifestWindowSeconds: 123,
minBufferTimeSeconds: 123,
minUpdatePeriodSeconds: 123,
periodTriggers: ['periodTriggers'],
profiles: ['profiles'],
programInformation: {
copyright: 'copyright',
languageCode: 'languageCode',
moreInformationUrl: 'moreInformationUrl',
source: 'source',
title: 'title',
},
scteDash: {
adMarkerDash: 'adMarkerDash',
},
segmentTemplateFormat: 'segmentTemplateFormat',
subtitleConfiguration: {
ttmlConfiguration: {
ttmlProfile: 'ttmlProfile',
},
},
suggestedPresentationDelaySeconds: 123,
utcTiming: {
timingMode: 'timingMode',
timingSource: 'timingSource',
},
};
Properties
Name | Type | Description |
---|---|---|
manifest | string | A short string that's appended to the endpoint URL. |
base | IResolvable | IResolvable | Dash [] | The base URLs to use for retrieving segments. |
compactness? | string | The layout of the DASH manifest that MediaPackage produces. |
drm | string | Determines how the DASH manifest signals the DRM content. |
dvb | IResolvable | Dash | For endpoints that use the DVB-DASH profile only. |
filter | IResolvable | Filter | 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. |
manifest | number | The total duration (in seconds) of the manifest's content. |
min | number | Minimum amount of content (in seconds) that a player must keep available in the buffer. |
min | number | Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. |
period | string[] | A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. |
profiles? | string[] | The profile that the output is compliant with. |
program | IResolvable | Dash | Details about the content that you want MediaPackage to pass through in the manifest to the playback device. |
scte | IResolvable | Scte | The SCTE configuration. |
segment | string | Determines the type of variable used in the media URL of the SegmentTemplate tag in the manifest. |
subtitle | IResolvable | Dash | The configuration for DASH subtitles. |
suggested | number | The amount of time (in seconds) that the player should be from the end of the manifest. |
utc | IResolvable | Dash | Determines the type of UTC timing included in the DASH Media Presentation Description (MPD). |
manifestName
Type:
string
A short string that's appended to the endpoint URL.
The child manifest name creates a unique path to this endpoint.
baseUrls?
Type:
IResolvable
|
IResolvable
|
Dash
[]
(optional)
The base URLs to use for retrieving segments.
compactness?
Type:
string
(optional)
The layout of the DASH manifest that MediaPackage produces.
STANDARD
indicates a default manifest, which is compacted. NONE
indicates a full manifest.
For information about compactness, see DASH manifest compactness in the AWS Elemental MediaPackage v2 User Guide .
drmSignaling?
Type:
string
(optional)
Determines how the DASH manifest signals the DRM content.
dvbSettings?
Type:
IResolvable
|
Dash
(optional)
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.
filterConfiguration?
Type:
IResolvable
|
Filter
(optional)
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.
manifestWindowSeconds?
Type:
number
(optional)
The total duration (in seconds) of the manifest's content.
minBufferTimeSeconds?
Type:
number
(optional)
Minimum amount of content (in seconds) that a player must keep available in the buffer.
minUpdatePeriodSeconds?
Type:
number
(optional)
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
periodTriggers?
Type:
string[]
(optional)
A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.
Type ADS
to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. 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 .
profiles?
Type:
string[]
(optional)
The profile that the output is compliant with.
programInformation?
Type:
IResolvable
|
Dash
(optional)
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
scteDash?
Type:
IResolvable
|
Scte
(optional)
The SCTE configuration.
segmentTemplateFormat?
Type:
string
(optional)
Determines the type of variable used in the media
URL of the SegmentTemplate
tag in the manifest.
Also specifies if segment timeline information is included in SegmentTimeline
or SegmentTemplate
.
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
.
subtitleConfiguration?
Type:
IResolvable
|
Dash
(optional)
The configuration for DASH subtitles.
suggestedPresentationDelaySeconds?
Type:
number
(optional)
The amount of time (in seconds) that the player should be from the end of the manifest.
utcTiming?
Type:
IResolvable
|
Dash
(optional)
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).