SRT Port
POST/param.cgi?post_network_other_conf&srt_port=:port
Function: Updates the SRT port setting.
Camera Compatibility:
- Move 4K (4K)
- Link 4K (LK)
- Move SE (SE)
- StudioPro (SP)
Default: 6516 Port Range: 1025-65535
Example: Set SRT port to 5000
curl: curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&srt_port=5000" -H "Content-Length: 0"
JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&srt_port=5000", {method: 'POST'})
Request
Responses
- 200
- 400
- 404
The request has succeeded.
The server could not understand the request due to invalid syntax.
The server cannot find the requested resource.