https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers
ESP32 MJPEG Multiclient Streaming Server with latest Espressif drivers
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers
blynk esp32 espressif freertos gstreamer mjpeg psram rtos streaming video vlc
Last synced: 2 months ago
JSON representation
ESP32 MJPEG Multiclient Streaming Server with latest Espressif drivers
- Host: GitHub
- URL: https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers
- Owner: arkhipenko
- License: bsd-3-clause
- Created: 2020-05-17T13:45:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T12:03:38.000Z (9 months ago)
- Last Synced: 2025-03-28T17:06:13.666Z (3 months ago)
- Topics: blynk, esp32, espressif, freertos, gstreamer, mjpeg, psram, rtos, streaming, video, vlc
- Language: C
- Size: 465 KB
- Stars: 176
- Watchers: 11
- Forks: 41
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MJPEG Multiclient Streaming Server
## With latest ESP-CAM drivers
**Full story:** https://www.hackster.io/anatoli-arkhipenko/multi-client-mjpeg-streaming-from-esp32-47768f**Video:** https://youtu.be/bsAVJSZeSmc
**Updated on 2021-07-01:**
- OP updated to account for recent repo changes by Espressif
- Recompiled with ESP32 Arduino Core 1.0.6
- Updated with latest ESP CAM drivers
### Contents:
#### Arduino IDE folder:
MJPEG Multiclient Streaming Server using RTOS - supports up to 10 clients.
This folder is for sketches created in Arduino IDE
#### Platform IO folder:
MJPEG Multiclient Streaming Server using RTOS - supports up to 10 clients.
This folder is for Platform IO package
### Enjoy!
------
##### 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
###### Cooperative multitasking library:
https://github.com/arkhipenko/TaskScheduler