Skip to main content

RTMP Stream Key

POST 

/param.cgi?post_network_other_conf&rtmp:stream_num_key=:value

Function: Sets the RTMP stream key for the specified stream.

Camera Compatibility:

  • Move 4K
  • Link 4K
  • Move SE
  • Studio Pro

Example: Set RTMP stream key for stream 1

curl: curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&rtmp1_key=my-stream-key" -H "Content-Length: 0"

JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_network_other_conf&rtmp1_key=my-stream-key", {method: 'POST'})

Request

Responses

The request has succeeded.