esp32-mjpeg-multiclient-esp.../README.md

59 lines
1.1 KiB
Markdown
Raw Normal View History

2020-05-17 15:46:09 +02:00
# MJPEG Multiclient Streaming Server
## With latest ESP-CAM drivers
2021-03-03 21:27:10 +01:00
**Full story:** https://www.hackster.io/anatoli-arkhipenko/multi-client-mjpeg-streaming-from-esp32-47768f
2021-03-08 17:22:08 +01:00
**Video:** https://youtu.be/bsAVJSZeSmc
2021-03-03 21:27:10 +01:00
2021-07-01 16:51:38 +02:00
**Updated on 2021-07-01:**
2021-03-03 21:27:10 +01:00
2021-07-01 16:51:38 +02:00
- OP updated to account for recent repo changes by Espressif
2021-03-03 21:27:10 +01:00
2021-07-01 16:51:38 +02:00
- Recompiled with ESP32 Arduino Core 1.0.6
2021-03-03 21:27:10 +01:00
2021-07-01 16:51:38 +02:00
- Updated with latest ESP CAM drivers
2021-03-03 21:27:10 +01:00
2020-05-17 15:46:09 +02:00
### 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
2020-05-17 15:46:09 +02:00
2020-05-26 15:14:05 +02:00
### Enjoy!
2020-06-02 17:34:39 +02:00
------
##### 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