Modifies the input of a MediaConnect flow instance.
Operation description
-
Modifiable only when the flow instance is offline.
-
The input type cannot be changed.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:UpdateMediaConnectFlowInput |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
Yes |
Flow ID. |
34900dc6-90ec-4968-af3c-fcd87f231a5f |
| Cidrs |
string |
No |
IP address whitelist. |
19.168.1.1/32,18.168.1.1/16 |
| SrtLatency |
integer |
No |
SRT stream latency. Modifiable only for SRT-Listener or SRT-Caller source types. |
1000 |
| SrtPassphrase |
string |
No |
SRT encryption key. Modifiable only for SRT-Listener or SRT-Caller source types. |
FICUBPX4Q77DYHRF |
| SrtPbkeyLen |
integer |
No |
Encryption key length. Modifiable only for SRT-Listener or SRT-Caller source types. |
32 |
| InputFromUrl |
string |
No |
Source URL. Modifiable only for RTMP-PULL or SRT-Listener source types. |
rtmp://pull.test.alivecdn.com/live/alitest |
| MaxBitrate |
integer |
No |
Maximum bitrate, in bit/s. |
2000000 |
| InputName |
string |
No |
Input name. Required only when primary/standby input is enabled. |
input1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response object. |
||
| Description |
string |
Response status description. |
OK |
| RetCode |
integer |
Error code. 0 indicates success. |
0 |
| Content |
string |
Response body. |
"" |
| RequestId |
string |
Request ID. |
52451256-FFEA-5D2E-AA60-EE7053000F22 |
Examples
Success response
JSON format
{
"Description": "OK",
"RetCode": 0,
"Content": "\"\"",
"RequestId": "52451256-FFEA-5D2E-AA60-EE7053000F22"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.