This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Delay in RTSP stream in gstreamer

Hi,

I have DM368EVM using DVSDK 4.02. I am listening a RTSP stream from live555 based server using gstreamer. The received stream is displayed to CVBS out. I get initial delay of 30-40 sec when I start gst for listening to RTSP stream. I tried to dig in further and found that its a producer (writer) - consumer (reader) problem. Upto a certain buffer gst waits and then it start processing it. The same thing is done very quickly in case of reading h264 file from file system.

Please suggest how can I reduce this latency to 1 sec.