set-ndi-config

Use the interface to set NDI.

HTTP Request

GET http://ip/mwapi?method=set-ndi-config&param1=value1&param2=value2...
Parameter Description
method set-ndi-config
enable-discovery Indicates the enable status of discovery server. Options are true and false.
discovery-server Indicates server IP address. Multiple IP addresses should be separated with commas. It is mandatory when the value of enable-discovery is true.
source-name Indicates the NDI source name which is retrieved using get-ndi-sources.
group-name Indicates the group that the video source belongs to. By default it is public.
low-bandwidth True indicates the low bandwidth function is turned on, otherwise it is false.
enable-mcast True indicates the UDP (Multicast) is enabled, otherwise it is false.
enable-rudp True indicates the RUDP (Unicast) is enabled, otherwise it is false.
enable-tcp True indicates the TCP (Multi-connection) is enabled, otherwise it is false.
enable-udp True indicates the UDP (Unicast) is enabled, otherwise it is false.
ignore-ndi-hx-video-pts True indicates ignore NDI video PTS is enabled, otherwise it is false.

Response Body

{
  "status": 0
}
Name Description
status 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values.

results matching ""

    No results matching ""