RTMP URL
POST/param.cgi?post_network_other_conf&rtmp:stream_num_mrl=:value
Function: Sets the RTMP URL for the specified stream.
Camera Compatibility:
- Move 4K
- Link 4K
- Move SE
- Studio Pro
Example: Set RTMP URL for stream 1
curl: curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&rtmp1_mrl=rtmp://streaming-server.com/live" -H "Content-Length: 0"
JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&rtmp1_mrl=rtmp://streaming-server.com/live", {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.