Skip to content

Commit e5ba4a9

Browse files
author
AWS
committed
AWS MediaConnect Update: This release adds support for the SRT-listener protocol on sources and outputs.
1 parent 54d5e2d commit e5ba4a9

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
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 MediaConnect",
4+
"contributor": "",
5+
"description": "This release adds support for the SRT-listener protocol on sources and outputs."
6+
}

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

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,11 @@
12251225
"locationName": "maxLatency",
12261226
"documentation": "The maximum latency in milliseconds for Zixi-based streams."
12271227
},
1228+
"MinLatency": {
1229+
"shape": "__integer",
1230+
"locationName": "minLatency",
1231+
"documentation": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency."
1232+
},
12281233
"Name": {
12291234
"shape": "__string",
12301235
"locationName": "name",
@@ -1524,7 +1529,6 @@
15241529
},
15251530
"documentation": "Information about the encryption of the flow.",
15261531
"required": [
1527-
"Algorithm",
15281532
"RoleArn"
15291533
]
15301534
},
@@ -1801,7 +1805,8 @@
18011805
"type": "string",
18021806
"enum": [
18031807
"speke",
1804-
"static-key"
1808+
"static-key",
1809+
"srt-password"
18051810
]
18061811
},
18071812
"ListEntitlementsRequest": {
@@ -2196,7 +2201,8 @@
21962201
"rtp-fec",
21972202
"rtp",
21982203
"zixi-pull",
2199-
"rist"
2204+
"rist",
2205+
"srt-listener"
22002206
]
22012207
},
22022208
"PurchaseOfferingRequest": {
@@ -2569,6 +2575,11 @@
25692575
"locationName": "maxLatency",
25702576
"documentation": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams."
25712577
},
2578+
"MinLatency": {
2579+
"shape": "__integer",
2580+
"locationName": "minLatency",
2581+
"documentation": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency."
2582+
},
25722583
"Name": {
25732584
"shape": "__string",
25742585
"locationName": "name",
@@ -2803,6 +2814,11 @@
28032814
"locationName": "maxLatency",
28042815
"documentation": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams."
28052816
},
2817+
"MinLatency": {
2818+
"shape": "__integer",
2819+
"locationName": "minLatency",
2820+
"documentation": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency."
2821+
},
28062822
"Protocol": {
28072823
"shape": "Protocol",
28082824
"locationName": "protocol",
@@ -3007,6 +3023,11 @@
30073023
"locationName": "maxLatency",
30083024
"documentation": "The maximum latency in milliseconds for Zixi-based streams."
30093025
},
3026+
"MinLatency": {
3027+
"shape": "__integer",
3028+
"locationName": "minLatency",
3029+
"documentation": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency."
3030+
},
30103031
"OutputArn": {
30113032
"shape": "__string",
30123033
"location": "uri",
@@ -3132,6 +3153,11 @@
31323153
"locationName": "maxLatency",
31333154
"documentation": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams."
31343155
},
3156+
"MinLatency": {
3157+
"shape": "__integer",
3158+
"locationName": "minLatency",
3159+
"documentation": "The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender\u2019s minimum latency and the receiver\u2019s minimum latency."
3160+
},
31353161
"Protocol": {
31363162
"shape": "Protocol",
31373163
"locationName": "protocol",

0 commit comments

Comments
 (0)