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.