<div dir="ltr">The rtspsrc that playbin is likely invoking has a default latency of 2 seconds. I'm guessing you might be able to access the playbin source property, and with a little bit of luck, it will return you the rtspsrc element. Once you can access the rtspsrc, just set the latency to your needs. <div><br></div><div>Cheers</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-17 9:44 GMT+01:00 pushpa <span dir="ltr"><<a href="mailto:pushpalatha.sg@mistralsolutions.com" target="_blank">pushpalatha.sg@mistralsolutions.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Application executed successfully after using<br>
binaries from <a href="http://gstreamer.freedesktop.org/data/pkg/android/1.4.5/" target="_blank">http://gstreamer.freedesktop.org/data/pkg/android/1.4.5/</a><br>
and  Gstreamer Android Tutorials from<br>
<a href="http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/" target="_blank">http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/</a><br>
<br>
So with this pipeline<br>
<span class="">data->pipeline = gst_parse_launch("playbin<br>
</span><span class="">uri=rtsp://<a href="http://192.168.1.100:8554/ss" target="_blank">192.168.1.100:8554/ss</a>", &error);<br>
<br>
</span>Audio and Video are playing fine with sync, but there's almost 2~3 seconds<br>
of latency<br>
How to reduce latency?<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/rtsp-audio-video-streaming-using-Gstreamer-Android-tp4671126p4671168.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/rtsp-audio-video-streaming-using-Gstreamer-Android-tp4671126p4671168.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>