Skip to main content

RTMP Enable

POST 

/param.cgi?post_network_other_conf&rtmp:stream_num_en=:enable_state

Function: Enables or disables RTMP streaming for the specified stream.

Camera Compatibility:

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

Values:

  • 0: Disable RTMP streaming
  • 1: Enable RTMP streaming

Example: Enable RTMP streaming for stream 1

curl:

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

JavaScript:

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

Request

Responses

The request has succeeded.