Skip to main content

SRT Encryption

POST 

/param.cgi?post_network_other_conf&srt_passsid=:encryption_type

Function: Updates the SRT encryption setting.

Camera Compatibility:

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

Encryption values:

  • 0: Off
  • 1: AES-128
  • 2: AES-192
  • 3: AES-256

Example: Set SRT encryption to AES-128

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

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

Request

Responses

The request has succeeded.