Skip to main content

SRT Variable Latency

POST 

/param.cgi?post_network_other_conf&srt_latency=:value

Function: Updates the SRT latency setting.

Camera Compatibility:

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

Latency values:

  • Range: 20-8000ms

Example: Set SRT latency to 120ms

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

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

Request

Responses

The request has succeeded.