1
0
Fork 0
mirror of https://github.com/ashus3868/ESP32-CAM-LIVE-STREAMING.git synced 2025-01-18 13:11:11 +01:00
No description
Find a file
2021-06-16 14:11:58 +05:30
esp32_camera_mjpeg Upload Esp32 cam Liv streaming code 2021-06-09 13:34:06 +05:30
Blynk_Servo_Control.ino Create Blynk_Servo_Control.ino 2021-06-16 14:11:58 +05:30
LICENSE.txt Upload Esp32 cam Liv streaming code 2021-06-09 13:34:06 +05:30
README.md Upload Esp32 cam Liv streaming code 2021-06-09 13:34:06 +05:30

ESP32 MJPEG Streaming Server

This is a simple MJPEG streaming webserver implemented for AI-Thinker ESP32-CAM and ESP-EYE modules.

This is tested to work with VLC and Blynk video widget.

Inspired by and based on this Instructable: $9 RTSP Video Streamer Using the ESP32-CAM Board

Full story: https://www.hackster.io/anatoli-arkhipenko/multi-client-mjpeg-streaming-from-esp32-47768f


Other repositories that may be of interest
ESP32 MJPEG streaming server servicing a single client:

https://github.com/arkhipenko/esp32-cam-mjpeg

ESP32 MJPEG streaming server servicing multiple clients (FreeRTOS based):

https://github.com/arkhipenko/esp32-cam-mjpeg-multiclient

ESP32 MJPEG streaming server servicing multiple clients (FreeRTOS based) with the latest camera drivers from espressif.

https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers

Cooperative multitasking library:

https://github.com/arkhipenko/TaskScheduler