Skip to content

Commit

Permalink
AWS Elemental MediaPackage VOD Update: This release adds ScteMarkersS…
Browse files Browse the repository at this point in the history
…ource 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.
  • Loading branch information
AWS committed Apr 8, 2022
1 parent 66a75ea commit cbf102e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Elemental MediaPackage VOD",
"contributor": "",
"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."
}
Expand Up @@ -1113,6 +1113,11 @@
"locationName": "profile",
"shape": "Profile"
},
"ScteMarkersSource": {
"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.",
"locationName": "scteMarkersSource",
"shape": "ScteMarkersSource"
},
"StreamSelection": {
"locationName": "streamSelection",
"shape": "StreamSelection"
Expand Down Expand Up @@ -1931,6 +1936,13 @@
],
"type": "string"
},
"ScteMarkersSource": {
"enum": [
"SEGMENTS",
"MANIFEST"
],
"type": "string"
},
"SegmentTemplateFormat": {
"enum": [
"NUMBER_WITH_TIMELINE",
Expand Down

0 comments on commit cbf102e

Please sign in to comment.