rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTSP stream teardown

curiegupta opened this issue · comments

Hi,
I am working on a project that uses ESP32S3-EYE board and a OV2640 camera. The camera configuration parameters are kept to default and the PSRAM is enabled.

Everything works great except that I am observing frequent disconnections on the RTSP stream. I am trying to access the RTSP stream with the help of ‘rtsp’ library in python. It is coming out to be good whenever I am running it for the first time. From second time onwards, the stream is not up.

It looks like the RTSP stream was not closed properly during the first time that it was running. If that is the case, how can I close the RTSP socket properly?

Any suggestions or help would be greatly appreciated!

Thanks in advance.

commented

I can confirm the same behavior, once the web /stream page got opened, the RTSP connection is not working.

commented
commented

OTA has been taken out in the develop branch this might increase performance...
Could you try to see if the esp32S3-eye board is still working correctly with the new easy configurable board definitions?