<div dir="ltr"><div><div>thanks for all the input.<br><br></div><div>Its pretty clear that RTP alone can't be used in url. It can be done with RTSP/SDP or other details are needed if used in url.<br><br>I will try using with rtsp/sdp combination.<br>
</div><div><br></div><div>BR/satish<br></div></div><br><div><div><br><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 27, 2013 at 2:42 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="im">On Di, 2013-11-26 at 22:03 +0530, satish kumar wrote:<br>
> hi,<br>
><br>
> I am using VLC as streaming server and gstreamer 0.10.36 for client. I am<br>
> using playbin2 for playing the stream.<br>
><br>
> When I am using the following command:<br>
><br>
> ./helloworld udp://<a href="http://127.0.0.1:5000" target="_blank">127.0.0.1:5000</a> its working fine<br>
><br>
> but when using<br>
><br>
> ./helloworld rtp://<a href="http://127.0.0.1:5000" target="_blank">127.0.0.1:5000</a>, its not working and error is displayed<br>
> as no URI handler for rtp.<br>
><br>
> Can anyone specify why not working in second case?<br>
><br>
> Am I missing something?<br>
<br>
</div>There is no defined rtp:// URI scheme. For using RTP you need additional<br>
information about the stream, like the encoding used and the clock-rate<br>
and other things. This is automatically done for you via RTSP or<br>
something else using SDP, if you use RTP without anything else you need<br>
to provide these parameters as caps to the depayloader.<br>
<br>
Take a look at the scripts in gst-plugins-good/tests/examples/rtp for<br>
examples. You'll need to understand how exactly VLC is creating the<br>
stream, what exactly you get send there via UDP.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>><br>
Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<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>