Skip to content

Commit abda227

Browse files
author
AWS
committed
AWS Elemental MediaPackage v2 Update: Add support for SCTE messages in Segment file output
1 parent 3d3f54c commit abda227

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
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 v2",
4+
"contributor": "",
5+
"description": "Add support for SCTE messages in Segment file output"
6+
}

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2947,7 +2947,7 @@
29472947
"members":{
29482948
"MQCSInputSwitching":{
29492949
"shape":"Boolean",
2950-
"documentation":"<p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p>"
2950+
"documentation":"<p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is false. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p>"
29512951
},
29522952
"PreferredInput":{
29532953
"shape":"InputSwitchConfigurationPreferredInputInteger",
@@ -3659,6 +3659,10 @@
36593659
"ScteFilter":{
36603660
"shape":"ScteFilterList",
36613661
"documentation":"<p>The SCTE-35 message types that you want to be treated as ad markers in the output.</p>"
3662+
},
3663+
"ScteInSegments":{
3664+
"shape":"ScteInSegments",
3665+
"documentation":"<p>Controls whether SCTE-35 messages are included in segment files.</p> <ul> <li> <p>None – SCTE-35 messages are not included in segments (default)</p> </li> <li> <p>All – SCTE-35 messages are embedded in segment data</p> </li> </ul> <p> For DASH manifests, when set to <code>All</code>, an <code>InbandEventStream</code> tag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.</p>"
36623666
}
36633667
},
36643668
"documentation":"<p>The SCTE configuration.</p>"
@@ -3698,11 +3702,18 @@
36983702
"members":{
36993703
"AdMarkerHls":{
37003704
"shape":"AdMarkerHls",
3701-
"documentation":"<p>Ad markers indicate when ads should be inserted during playback. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output. Choose what you want MediaPackage to do with the ad markers.</p> <p>Value description: </p> <ul> <li> <p>DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see <a href=\"http://docs.aws.amazon.com/mediapackage/latest/ug/scte-35-ad-marker-ext-x-daterange.html\">SCTE-35 Ad Marker EXT-X-DATERANGE</a>.</p> </li> </ul>"
3705+
"documentation":"<p>Ad markers indicate when ads should be inserted during playback. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output. Choose what you want MediaPackage to do with the ad markers.</p> <p>Value description: </p> <ul> <li> <p>SCTE35_ENHANCED - Generate industry-standard CUE tag ad markers in HLS manifests based on SCTE-35 input messages from the input stream.</p> </li> <li> <p>DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see <a href=\"http://docs.aws.amazon.com/mediapackage/latest/ug/scte-35-ad-marker-ext-x-daterange.html\">SCTE-35 Ad Marker EXT-X-DATERANGE</a>.</p> </li> </ul>"
37023706
}
37033707
},
37043708
"documentation":"<p>The SCTE configuration.</p>"
37053709
},
3710+
"ScteInSegments":{
3711+
"type":"string",
3712+
"enum":[
3713+
"NONE",
3714+
"ALL"
3715+
]
3716+
},
37063717
"Segment":{
37073718
"type":"structure",
37083719
"members":{

0 commit comments

Comments
 (0)