circuitrocks / ESP32-RTSP

ESP32-CAM as RTSP stream server
228 stars 68 forks source link

It is working, but may I reduce the latency? #8

Closed AK51 closed 2 years ago

AK51 commented 3 years ago

Hi, I can get the rtsp working. thanks. I have reduced my rtsp client side latency to almost zero second, but the delay is still about 1 second. (FYI, I could make my another IP cam latency close to zero.) Is there any way I can make the latency close to zero in the server side? Thanks.

hbalasu1 commented 2 years ago

how can we reduce the resolution to 320x240 ?

beegee-tokyo commented 2 years ago

All of these is in the Micro-RTSP library, not in this code. You need to ask your questions there.

This app is only using the Micro-RTSP library.