Skip to main content

RTSP Port

POST 

/param.cgi?post_network_other_conf&rtsp_port=:value

Function: Updates the RTSP port setting.

Camera Compatibility:

  • Move 4K (4K)
  • Link 4K (LK)
  • Move SE (SE)
  • StudioPro (SP)

Default: 554 Port Range: 1025-65535

Example: Set RTSP port to 8554

curl:

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

JavaScript:

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

Request

Responses

The request has succeeded.