Skip to content

Commit

Permalink
AWS MediaConnect Update: This release adds support for the SRT-listen…
Browse files Browse the repository at this point in the history
…er protocol on sources and outputs.
  • Loading branch information
AWS committed Mar 16, 2021
1 parent 54d5e2d commit e5ba4a9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSMediaConnect-6715f15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS MediaConnect",
"contributor": "",
"description": "This release adds support for the SRT-listener protocol on sources and outputs."
}
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,11 @@
"locationName": "maxLatency",
"documentation": "The maximum latency in milliseconds for Zixi-based streams."
},
"MinLatency": {
"shape": "__integer",
"locationName": "minLatency",
"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."
},
"Name": {
"shape": "__string",
"locationName": "name",
Expand Down Expand Up @@ -1524,7 +1529,6 @@
},
"documentation": "Information about the encryption of the flow.",
"required": [
"Algorithm",
"RoleArn"
]
},
Expand Down Expand Up @@ -1801,7 +1805,8 @@
"type": "string",
"enum": [
"speke",
"static-key"
"static-key",
"srt-password"
]
},
"ListEntitlementsRequest": {
Expand Down Expand Up @@ -2196,7 +2201,8 @@
"rtp-fec",
"rtp",
"zixi-pull",
"rist"
"rist",
"srt-listener"
]
},
"PurchaseOfferingRequest": {
Expand Down Expand Up @@ -2569,6 +2575,11 @@
"locationName": "maxLatency",
"documentation": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams."
},
"MinLatency": {
"shape": "__integer",
"locationName": "minLatency",
"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."
},
"Name": {
"shape": "__string",
"locationName": "name",
Expand Down Expand Up @@ -2803,6 +2814,11 @@
"locationName": "maxLatency",
"documentation": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams."
},
"MinLatency": {
"shape": "__integer",
"locationName": "minLatency",
"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."
},
"Protocol": {
"shape": "Protocol",
"locationName": "protocol",
Expand Down Expand Up @@ -3007,6 +3023,11 @@
"locationName": "maxLatency",
"documentation": "The maximum latency in milliseconds for Zixi-based streams."
},
"MinLatency": {
"shape": "__integer",
"locationName": "minLatency",
"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."
},
"OutputArn": {
"shape": "__string",
"location": "uri",
Expand Down Expand Up @@ -3132,6 +3153,11 @@
"locationName": "maxLatency",
"documentation": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams."
},
"MinLatency": {
"shape": "__integer",
"locationName": "minLatency",
"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."
},
"Protocol": {
"shape": "Protocol",
"locationName": "protocol",
Expand Down

0 comments on commit e5ba4a9

Please sign in to comment.