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