You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
485 B
17 lines
485 B
5 years ago
|
# ESP32 MJPEG Multiclient Streaming Server
|
||
|
|
||
|
This is a simple MJPEG streaming webserver implemented for AI-Thinker ESP32-CAM or ESP-EYE modules.
|
||
|
|
||
|
This is tested to work with **VLC** and **Blynk** video widget.
|
||
|
|
||
|
|
||
|
|
||
|
**This version uses FreeRTOS tasks to enable streaming to up to 10 connected clients**
|
||
|
|
||
|
|
||
|
|
||
|
Inspired by and based on this Instructable: [$9 RTSP Video Streamer Using the ESP32-CAM Board](https://www.instructables.com/id/9-RTSP-Video-Streamer-Using-the-ESP32-CAM-Board/)
|
||
|
|
||
|
|
||
|
|