• Stars
    star
    204
  • Rank 186,360 (Top 4 %)
  • Language
    C++
  • Created about 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ESP32-CAM as RTSP stream server

ESP32-CAM RTSP stream

This repository is for the Circuitrocks@Learn blog how to stream a video from the ESP32-CAM to a RTSP client or web browser.

The source code for both ArduinoIDE and PlatformIO is in the src subfolder.

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).

Compiling with ArduinoIDE

Install the required libraries as explained in the blog. Open the file src.ino in the src folder. Don't be surprised that the file is empty. It is only there for compatibility with ArduinoIDE.