Skip to main content

RTP Multicast Enable

POST 

/param.cgi?post_network_other_conf&multicast_en=:enable_state

Function: Enables or disables RTP multicast streaming.

Camera Compatibility:

  • Move 4K
  • Link 4K
  • Move SE
  • Studio Pro

Values:

  • 0: Disable multicast streaming
  • 1: Enable multicast streaming

Example: Enable multicast streaming

curl: curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&multicast_en=1" -H "Content-Length: 0"

JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&multicast_en=1", {method: 'POST'})

Request

Responses

The request has succeeded.