set-ndi-bridge-config
Added at V2.4
Use this interface to set NDI Bridge configuration information.
HTTP Request
GET http://ip/usapi?method=set-ndi-bridge-config&enable-ndi-bridge=1&groups=public&xxx
| Parameter | Description |
|---|---|
| method | Method name: set-ndi-bridge-config |
| enable-ndi-bridge | Whether to enable bridge service |
| groups | Group name, default is public |
| bridge-name | Bridge service name |
| ip-addr | Bridge server IP address |
| port | Bridge server port |
| encryp-key | Bridge server encryption key |
Response Body
{
"result": 0
}
| Item | Description |
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |