Skip to content

Commit 865e679

Browse files
author
AWS
committed
AWS MediaConnect Update: This change allows the customer to use the SRT Caller protocol as part of their flows
1 parent 4b0c61c commit 865e679

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-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 MediaConnect",
4+
"contributor": "",
5+
"description": "This change allows the customer to use the SRT Caller protocol as part of their flows"
6+
}

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3025,6 +3025,7 @@
30253025
"st2110-jpegxs",
30263026
"cdi",
30273027
"srt-listener",
3028+
"srt-caller",
30283029
"fujitsu-qos"
30293030
]
30303031
},
@@ -3486,6 +3487,16 @@
34863487
"locationName": "senderIpAddress",
34873488
"documentation": "The IP address that the flow communicates with to initiate connection with the sender."
34883489
},
3490+
"SourceListenerAddress": {
3491+
"shape": "__string",
3492+
"locationName": "sourceListenerAddress",
3493+
"documentation": "Source IP or domain name for SRT-caller protocol."
3494+
},
3495+
"SourceListenerPort": {
3496+
"shape": "__integer",
3497+
"locationName": "sourceListenerPort",
3498+
"documentation": "Source port for SRT-caller protocol."
3499+
},
34893500
"StreamId": {
34903501
"shape": "__string",
34913502
"locationName": "streamId",
@@ -3785,6 +3796,16 @@
37853796
"locationName": "smoothingLatency",
37863797
"documentation": "The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams."
37873798
},
3799+
"SourceListenerAddress": {
3800+
"shape": "__string",
3801+
"locationName": "sourceListenerAddress",
3802+
"documentation": "Source IP or domain name for SRT-caller protocol."
3803+
},
3804+
"SourceListenerPort": {
3805+
"shape": "__integer",
3806+
"locationName": "sourceListenerPort",
3807+
"documentation": "Source port for SRT-caller protocol."
3808+
},
37883809
"StreamId": {
37893810
"shape": "__string",
37903811
"locationName": "streamId",
@@ -4232,6 +4253,16 @@
42324253
"locationName": "sourceArn",
42334254
"documentation": "The ARN of the source that you want to update."
42344255
},
4256+
"SourceListenerAddress": {
4257+
"shape": "__string",
4258+
"locationName": "sourceListenerAddress",
4259+
"documentation": "Source IP or domain name for SRT-caller protocol."
4260+
},
4261+
"SourceListenerPort": {
4262+
"shape": "__integer",
4263+
"locationName": "sourceListenerPort",
4264+
"documentation": "Source port for SRT-caller protocol."
4265+
},
42354266
"StreamId": {
42364267
"shape": "__string",
42374268
"locationName": "streamId",

0 commit comments

Comments
 (0)