NDI Multicast Server
GET/param.cgi?post_ndi_info&multicast_en=:value
Function: Gets NDI Multicast setting.
Camera Compatibility:
- Move 4K
- Link 4K
- Move SE
- Studio Pro
Values:
- 0: Disable NDI Multicast
- 1: Enable NDI Multicast
Example: Get NDI Multicast setting
curl:
curl -X GET "http://CAMERA-IP/cgi-bin/param.cgi?post_ndi_info&multicast_en=1"
JavaScript:
fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_ndi_info&multicast_en=1")
Request
Responses
- 200
- 400
- 404
The request has succeeded.
The server could not understand the request due to invalid syntax.
The server cannot find the requested resource.