rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
664 stars 121 forks source link

Multiclient #57

Closed RichMar closed 1 year ago

RichMar commented 1 year ago

I like your solution for this camera. Are you ever planning a multi-client extension?

rzeldent commented 1 year ago

Hi Rich,

You mean that more than one client can connect and watch at the same time? This is present for RTSP (not for Motion JPEG). However, the power of the ESP32 has severe limitations and as you can read in the issues, is already reaching its limits...

Enjoy!

Rene

RichMar commented 1 year ago

Hi Rene, Yes, I mean more than one client. I'm sorry, it was my ignorance. But I will still ask, would posting stremp over blynk.io be possible? It should be able to split the stream for more users or? There is a need to write values for in the firmware:

define BLYNK_TEMPLATE_ID

define BLYNK_TEMPLATE_NAME

Rich

kvikindi commented 1 year ago

Hey there RichMar - You might be able to use something like go2rtc to split the stream. It would however require go2rtc to be running on a separate machine, and it's a bit of a handful wrapping your head around it.

Let us know how it goes! Ragnar