Skip to main content

RTP Multicast TTL

POST 

/param.cgi?post_network_other_conf&multi_ttl=:value

Function: Sets the RTP multicast Time-To-Live (TTL) value.

Camera Compatibility:

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

Example: Set multicast TTL

curl:

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

JavaScript:

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

Request

Responses

The request has succeeded.