Skip to main content

RTSP Authentication

POST 

/param.cgi?post_network_other_conf&rtsp_auth_en=:auth_state

Function: Updates the RTSP authentication setting.

Camera Compatibility:

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

Authentication values:

  • 0: Off
  • 1: On

Example: Enable RTSP authentication

curl:

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

JavaScript:

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

Request

Responses

The request has succeeded.