First, you’ll need the ID of your stream, which can be found via an API call or in the Server Report of the camera.
Second, you can call API to stop/start
Below are some examples of calls for CamStreamer App 3.x (more info in API section). You’ll need to change the password, IP address, and ID of your stream.
- Active services: http://root:password@192.168.100.71/local/camstreamer/stream/list.cgi
- Call for stop: http://root:password@192.168.100.71/local/camstreamer/stream/set.cgi?stream_id=13959&enabled=0
- Call for start: http://root:password@192.168.100.71/local/camstreamer/stream/set.cgi?stream_id=13959&enabled=1