<div dir="ltr">Hi<div><br></div><div>I tried using the Tutorial 5 to stream the RTSP stream. I just changed the uri to my server uri. It given "your  GStreamer installation is missing a plug-in". In Android.mk the $(GSTREAMER_PLUGINS_NET) should include all the plugins in this category. Do I need to include them somewhere else also? Can you tell me where can I get some good documentation to learn all this?</div><div><br></div><div>Regards</div><div>Pankaj Bansal</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 30, 2014 at 2:29 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Di, 2014-12-30 at 12:56 +0530, pankaj bansal wrote:<br>
> Hi<br>
><br>
> I have very specific requirement. I need to use GStreamer as RTSP client.<br>
> Client has to stream in the data and decode it and display it.  RTSP Server<br>
> is an Live555 implementation sending H264 data. I cannot change the server.<br>
><br>
> I am doing this for Android.<br>
><br>
> Are there any tutorials on how to start about this. Is there some working<br>
> sample about using GStreamer as RTSP client? I saw some documentation about<br>
> using GStreamer for RTSP Streaming, but is there any working sample<br>
> available for this?<br>
><br>
> I have studied the basic tutorials for GStreamer and want to know how to<br>
> start about RTSP client<br>
<br>
</div></div>There's no real difference between RTSP and other protocols from an<br>
application point of view. A simple RTSP client application could just<br>
use playbin and set the uri property to rtsp://....<br>
<br>
Make sure to include the required plugins though, they're all in the NET<br>
category for Android.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
</font></span><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>
<br></blockquote></div><br></div>