set-network-port
Use the interface to modify the network protocol port.
Request Mode
POST http://ip/mwapi/set-network-port
Parameter | Description |
---|---|
control-port | The control command network protocol port |
stream-port | The SRT streaming network protocol port |
{
"control-port":9000,
"stream-port":9110
}
Response Body
{
"status": 0,
}
Name | Description |
---|---|
status | 0 indicates a successful data acquisition. Refer to API Status Codes to find specific description for other values. |