Skip to main content

SRT Server

POST 

/param.cgi?post_network_other_conf&srt_server=:value

Function: Sets the SRT server address.

Camera Compatibility:

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

Example: Set the SRT server address

curl:

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

JavaScript:

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

Request

Responses

The request has succeeded.