Skip to main content

RTP Multicast Address

POST 

/param.cgi?post_network_other_conf&multi_rtp_addr=:value

Function: Sets the RTP multicast IP address.

Camera Compatibility:

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

Example: Set multicast address

curl:

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

JavaScript:

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

Request

Responses

The request has succeeded.