Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTSP stream teardown #87

Open
curiegupta opened this issue Aug 14, 2023 · 3 comments
Open

RTSP stream teardown #87

curiegupta opened this issue Aug 14, 2023 · 3 comments
Labels
question Further information is requested

Comments

@curiegupta
Copy link

curiegupta commented Aug 14, 2023

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.

@JohannesBauer97
Copy link

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

@rzeldent
Copy link
Owner

rzeldent commented Aug 28, 2023 via email

@rzeldent rzeldent added the question Further information is requested label Feb 2, 2024
@rzeldent
Copy link
Owner

rzeldent commented Feb 6, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants