Skip to content

Commit 0659b97

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.
1 parent 91599a5 commit 0659b97

File tree

3 files changed

+37
-22
lines changed

3 files changed

+37
-22
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": "AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds."
6+
}

services/medialive/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
77
},
88
"params": {
9-
"UseFIPS": true,
9+
"UseDualStack": true,
1010
"Region": "us-iso-east-1",
11-
"UseDualStack": true
11+
"UseFIPS": true
1212
}
1313
},
1414
{
@@ -19,9 +19,9 @@
1919
}
2020
},
2121
"params": {
22-
"UseFIPS": true,
22+
"UseDualStack": false,
2323
"Region": "us-iso-east-1",
24-
"UseDualStack": false
24+
"UseFIPS": true
2525
}
2626
},
2727
{
@@ -30,9 +30,9 @@
3030
"error": "DualStack is enabled but this partition does not support DualStack"
3131
},
3232
"params": {
33-
"UseFIPS": false,
33+
"UseDualStack": true,
3434
"Region": "us-iso-east-1",
35-
"UseDualStack": true
35+
"UseFIPS": false
3636
}
3737
},
3838
{
@@ -43,9 +43,9 @@
4343
}
4444
},
4545
"params": {
46-
"UseFIPS": false,
46+
"UseDualStack": false,
4747
"Region": "us-iso-east-1",
48-
"UseDualStack": false
48+
"UseFIPS": false
4949
}
5050
},
5151
{
@@ -54,9 +54,9 @@
5454
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5555
},
5656
"params": {
57-
"UseFIPS": true,
57+
"UseDualStack": true,
5858
"Region": "us-isob-east-1",
59-
"UseDualStack": true
59+
"UseFIPS": true
6060
}
6161
},
6262
{
@@ -67,9 +67,9 @@
6767
}
6868
},
6969
"params": {
70-
"UseFIPS": true,
70+
"UseDualStack": false,
7171
"Region": "us-isob-east-1",
72-
"UseDualStack": false
72+
"UseFIPS": true
7373
}
7474
},
7575
{
@@ -78,9 +78,9 @@
7878
"error": "DualStack is enabled but this partition does not support DualStack"
7979
},
8080
"params": {
81-
"UseFIPS": false,
81+
"UseDualStack": true,
8282
"Region": "us-isob-east-1",
83-
"UseDualStack": true
83+
"UseFIPS": false
8484
}
8585
},
8686
{
@@ -91,9 +91,9 @@
9191
}
9292
},
9393
"params": {
94-
"UseFIPS": false,
94+
"UseDualStack": false,
9595
"Region": "us-isob-east-1",
96-
"UseDualStack": false
96+
"UseFIPS": false
9797
}
9898
},
9999
{
@@ -104,9 +104,9 @@
104104
}
105105
},
106106
"params": {
107-
"UseFIPS": false,
108-
"Region": "us-east-1",
109107
"UseDualStack": false,
108+
"Region": "us-east-1",
109+
"UseFIPS": false,
110110
"Endpoint": "https://example.com"
111111
}
112112
},
@@ -116,9 +116,9 @@
116116
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
117117
},
118118
"params": {
119-
"UseFIPS": true,
120-
"Region": "us-east-1",
121119
"UseDualStack": false,
120+
"Region": "us-east-1",
121+
"UseFIPS": true,
122122
"Endpoint": "https://example.com"
123123
}
124124
},
@@ -128,9 +128,9 @@
128128
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
129129
},
130130
"params": {
131-
"UseFIPS": false,
132-
"Region": "us-east-1",
133131
"UseDualStack": true,
132+
"Region": "us-east-1",
133+
"UseFIPS": false,
134134
"Endpoint": "https://example.com"
135135
}
136136
}

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11376,6 +11376,11 @@
1137611376
"shape": "__string",
1137711377
"locationName": "videoPid",
1137811378
"documentation": "Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6)."
11379+
},
11380+
"Scte35PrerollPullupMilliseconds": {
11381+
"shape": "__doubleMin0Max5000",
11382+
"locationName": "scte35PrerollPullupMilliseconds",
11383+
"documentation": "Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount."
1137911384
}
1138011385
},
1138111386
"documentation": "M2ts Settings"
@@ -16056,6 +16061,10 @@
1605616061
"type": "double",
1605716062
"documentation": "Placeholder documentation for __doubleMin0Max100"
1605816063
},
16064+
"__doubleMin0Max5000": {
16065+
"type": "double",
16066+
"documentation": "Placeholder documentation for __doubleMin0Max5000"
16067+
},
1605916068
"__doubleMin1": {
1606016069
"type": "double",
1606116070
"documentation": "Placeholder documentation for __doubleMin1"

0 commit comments

Comments
 (0)