Skip to content

Commit 1d06632

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs.
1 parent 27b3681 commit 1d06632

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-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 MediaLive",
4+
"contributor": "",
5+
"description": "This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs."
6+
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9777,6 +9777,11 @@
97779777
"locationName": "networkInputSettings",
97789778
"documentation": "Input settings."
97799779
},
9780+
"Scte35Pid": {
9781+
"shape": "__integerMin32Max8191",
9782+
"locationName": "scte35Pid",
9783+
"documentation": "PID from which to read SCTE-35 messages. If left undefined, EML will select the first SCTE-35 PID found in the input."
9784+
},
97809785
"Smpte2038DataPreference": {
97819786
"shape": "Smpte2038DataPreference",
97829787
"locationName": "smpte2038DataPreference",
@@ -15656,6 +15661,12 @@
1565615661
"min": 30,
1565715662
"documentation": "Placeholder documentation for __integerMin30"
1565815663
},
15664+
"__integerMin32Max8191": {
15665+
"type": "integer",
15666+
"min": 32,
15667+
"max": 8191,
15668+
"documentation": "Placeholder documentation for __integerMin32Max8191"
15669+
},
1565915670
"__integerMin4Max20": {
1566015671
"type": "integer",
1566115672
"min": 4,

0 commit comments

Comments
 (0)