Skip to content

Commit cbf102e

Browse files
author
AWS
committed
AWS Elemental MediaPackage VOD Update: This release adds ScteMarkersSource as an available field for Dash Packaging Configurations. When set to MANIFEST, MediaPackage will source the SCTE-35 markers from the manifest. When set to SEGMENTS, MediaPackage will source the SCTE-35 markers from the segments.
1 parent 66a75ea commit cbf102e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaPackage VOD",
4+
"contributor": "",
5+
"description": "This release adds ScteMarkersSource as an available field for Dash Packaging Configurations. When set to MANIFEST, MediaPackage will source the SCTE-35 markers from the manifest. When set to SEGMENTS, MediaPackage will source the SCTE-35 markers from the segments."
6+
}

services/mediapackagevod/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,11 @@
11131113
"locationName": "profile",
11141114
"shape": "Profile"
11151115
},
1116+
"ScteMarkersSource": {
1117+
"documentation": "The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.",
1118+
"locationName": "scteMarkersSource",
1119+
"shape": "ScteMarkersSource"
1120+
},
11161121
"StreamSelection": {
11171122
"locationName": "streamSelection",
11181123
"shape": "StreamSelection"
@@ -1931,6 +1936,13 @@
19311936
],
19321937
"type": "string"
19331938
},
1939+
"ScteMarkersSource": {
1940+
"enum": [
1941+
"SEGMENTS",
1942+
"MANIFEST"
1943+
],
1944+
"type": "string"
1945+
},
19341946
"SegmentTemplateFormat": {
19351947
"enum": [
19361948
"NUMBER_WITH_TIMELINE",

0 commit comments

Comments
 (0)