Skip to main content

SRT Mode

POST 

/param.cgi?post_network_other_conf&srt_mode=:mode_value

Function: Sets the SRT mode.

Camera Compatibility:

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

Mode values:

  • caller: Caller mode
  • listener: Listener mode

Example: Set SRT mode to caller

curl:

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

JavaScript:

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

Request

Responses

The request has succeeded.