I'm looking for a solution to send a video stream from a USB camera connected to an ESP-32-S3 to an rtsp-simple-server. https://github.com/aler9/rtsp-simple-server
There are many solutions to transform an ESP into a server but I want the ESP to be a client. It will have to stream the video stream from the camera to a server. Unfortunately I don't know how to do that.
- Is there a way to add the FFMPEG lib (or similar) in an ESP project ?
- Transform the ESP into a server with Micro-RTSP and use the proxy mode of rtsp-simple-server ?
- Any idea ?
Dev env:
- Platformio + VSCode
- ESP-IDF (Framework)
- ESP-IOT-SOLUTION (component USB)
- LovyanGFX + LVGL (GUI)
Hardware:
- ESP32-S3 Parallel TFT with Touch 3.5'' ILI9488: https://www.makerfabs.com/esp32-s3-parallel-tft-with-touch-ili9488.html
- USB Camera
Thank you in advance for your ideas!