Obtain NDI settings
1. API Description
This API is used to obtain NDI discovery settings.
Request mode: GET/POST [ip]/api/ndi/config/get
| Administrator Rights | Logged-in |
|---|---|
| No | Yes |
2. Input Parameters
None
3. Output Parameters
| Name | Type | Description |
|---|---|---|
| status | Integer | Status code |
| code | String | Status description. |
| data | struct | Refer to NDI settings. |
NDI Settings
| Name | Type | Description |
|---|---|---|
| enable | Boolean | Whether to enable NDI discovery. |
| discovery_server | String | For example, sever1, server2... |
| groups | String | NDI group information |
4. Example
Obtaining NDI discovery settings.
Input Example
None
Output Example
{
"status": 0,
"code" : "Success",
"data" : {
"enable": true,
"discovery_server": "192.168.66.1,192.168.66.2",
"groups": "public"
}
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.