From 84eb158725775943379e48d94e7504fbb3e56559 Mon Sep 17 00:00:00 2001 From: Linkenelis <58143885+Linkenelis@users.noreply.github.com> Date: Sun, 7 Mar 2021 19:45:52 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab3cac3..3c45078 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ This creates 2 webservers, 1 for the stream (video) on port 81 and 1 for jpg (snapshot), led and ota Just type the ip address of your cam in a browser, the links will be there. + +example with ip 192.168.2.207: +Browser Stream Link: http://192.168.2.207:81/stream +Browser Single Picture Link: http://192.168.2.207/jpg +Switch LED ON: http://192.168.2.207/ledon +Switch LED OFF: http://192.168.2.207/ledoff +Start OTA mode: http://192.168.2.207/start_ota + If you happen to use the wrong webserver (eg 81 instead of the standard 80, it will be auto matically redirected). Yes this makes it possible to take a snapshot, while watching the live stream ;-) but you will see a glitch in the stream as there is only 1 camera chip @@ -9,7 +17,7 @@ Manual set to OTA by connecting IO12 to ground for a sec, then disconnect This repository is forked from the [Circuitrocks@Learn](https://learn.circuit.rocks/?p=2245) blog how to stream a video from the ESP32-CAM to a RTSP client or web browser. -The source code for PlatformIO is in the _**src**_ subfolder. +The source code for PlatformIO is in the _**src**_ subfolder. There you can also set your credentials for the network. ## Compiling with PlatformIO Just open the folder containing the files with PlatformIO and adjust your settings in platformio.ini. Required libraries are either automatically installed (OneButton) or in the lib folder (Micro-RTSP).