set-ndi-config
Use the interface to set NDI.
HTTP Request
GET http://ip/mwapi?method=set-ndi-config¶m1=value1¶m2=value2...
Parameter | Description |
---|---|
method | set-ndi-config |
enable-discovery | Indicates the enable status of discovery server. Options are true and false. |
discovery-server | Indicates server IP address. It is mandatory when the value of enable-discovery is true. |
source-name | Indicates the NDI source name which is retrieved using get-ndi-sources. |
group-name | Indicates the group that the video source belongs to. By default it is public. |
low-bandwidth | True indicates the low bandwidth function is turned on, otherwise it is false. |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |