/api/ndi/receiver-update
Use the interface to update NDI RX settings.
Request Mode
POST /api/ndi/receiver-update
| Name | Description |
|---|---|
| uid | Unique ID, non-zero value. |
| enable | True: enable NDI. False: disable NDI. |
| is-find | Whether an NDI source is found. |
| alias | Alias name. |
| ndi-name | NDI name |
| url | NDI URL |
| audio-standard | Audio standard. 0: SMPTE 1: EBU |
| buffer-duration | Buffer duration time in ms within [1,120]. |
| headroom-db | Headroom in dB. |
Response Body
{
"status": 0
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |