/api/ndi/sender-apply
Use the interface to set NDI TX.
Request Mode
POST /api/ndi/sender-apply
Name | Description |
---|---|
uid | Unique ID, non-0 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. By default, NDI HX is enabled. |
discovery-server-enable | True: enable discovery server. False: disable discovery server. |
mode | Transport mode. 0: UDP (Unicast) 1: UDP (Multicast) 2: RUDP (Unicast) 3: TCP (Uni-Connection) 4: TCP (Multi-Connection) |
audio-standard | Audio-standard. 0: SMPTE 1: EBU |
multicast-ttl | UDP multicast packet TTL. |
multicast-net-prefix | UDP multicast IP address. |
multicast-netmask | UDP multicast subnet mask. |
failover-enable | True: enable failover. False: disable failover. |
failover-ndi-name | Name of NDI TX for failover. |
failover-url | URL of 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. |