SRT Bandwidth Overhead
POST/param.cgi?post_network_other_conf&srt_bw_precent=:value
Function: Updates the SRT bandwidth overhead percentage.
Camera Compatibility:
- Move 4K (4K)
- Link 4K (LK)
- Move SE (SE)
- StudioPro (SP)
Bandwidth Overhead values:
- Range: 5-100 (5%-100%)
Example: Set SRT bandwidth overhead to 25%
curl: curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&srt_bw_precent=25" -H "Content-Length: 0"
JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&srt_bw_precent=25", {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.