0
votes

I want to stream video with ESP32-cam over the webserver. Can anyone guide me or provide me any source of how to do it?

And if we use any media server for it, then which one will be good.

1

1 Answers

0
votes

For a starter use the included sample in Arduino IDE with esp32 core 1.04
File -> examples -> ESP32 -> camera -> camerawebserver Work through it, and learn to use the functions. (99% of the tutorials are based on this basic example.)