/api/ndi/sender-update
Use the interface to update NDI TX settings.
Request Mode
POST /api/ndi/sender-update
Name | Description |
---|---|
uid | Unique ID, non-zero value. |
enable | True: enable NDI. False: disable NDI. |
ndi-name | NDI name. |
group | NDI group name. |
enable-full | True: enable NDI FULL. False: disable NDI FULL. NDI HX is used by default. |
discovery-server-enable | True: enable discovery server. False: disable discovery server. |
mode | Transmit modes include 0:UDP unicast 1:UDP multicast 2:RUDP unicast 3:TCP uni-connection 4:TCP multi-connection |
audio-standard | Audio standards include 0: SMPTE; 1: EBU. |
multicast-ttl | TTL of UDP multicast. |
multicast-net-prefix | IP address of UDP multicast. |
multicast-netmask | Netmask of UDP multicast. |
failover-enable | True: enable failover; false: disable failover. |
failover-ndi-name | Name of the chosen NDI TX for failover. |
failover-url | URL of the chosen NDI TX for failover. |
web-control | Whether to enable web control. True: enable web control. False: disable web control. |
Response Body
{
"status": 0
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |