Skip to main content

SRT Password

POST 

/param.cgi?post_network_other_conf&srt_passtr=:value

Function: Sets the SRT password for encrypted streams.

Camera Compatibility:

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

Example: Set SRT password

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

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

Request

Responses

The request has succeeded.