Thanks I got the pipeline working.<br><br>I had one more query. <br>Say I want to use udpsink as my sink element and this is my first pipeline. Then I copy the udpsink caps on to the udpsrc element of the second pipeline. The sink of the second pipeline would be a xvimagesink.<br>
<br>I am using udpsink as a sink element as below. <br><br>First Pipeline:<br>gst-launch -v rtspsrc location=rtsp:// ! &quot;application/x-rtp,<br>
media=video&quot; ! decodebin2 ! ffmpegcolorspace ! udpsink<br><br>But my pipeline doesn&#39;t work. The udpsink capabilities are shown as NULL.<br><br>Shouldn&#39;t the pipeline be working?<br><br><br>Thanks,<br>Jyoti<br>
<br><br><div class="gmail_quote">On Sat, Dec 6, 2008 at 4:49 PM, Aurelien Grimaud <span dir="ltr">&lt;<a href="mailto:gstelzz@yahoo.fr">gstelzz@yahoo.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
What is playbin result for this file ? Playing or not ?<br>
Try gst-launch -v to figure out what the proble is .<br>
Try gst-launch -v rtspsrc location=rtsp:// ! &quot;application/x-rtp,<br>
media=video&quot; ! decodebin2 ! ffmpegcolorspace ! xvimagesink<br>
Is it working ?<br>
<br>
Aurelien<br>
<br>
Jyoti D a écrit :<br>
<div class="Ih2E3d">&gt; Hi all,<br>
&gt;<br>
&gt; I am developing an application that requires streaming a media file<br>
&gt; using rtsp server.<br>
&gt; I am using the following pipeline.<br>
&gt;<br>
&gt; *gst-launch-0.10 -v rtspsrc<br>
&gt; location=rtsp://<a href="http://192.168.1.212:8554/new_264.mp4" target="_blank">192.168.1.212:8554/new_264.mp4</a><br>
</div>&gt; &lt;<a href="http://192.168.1.212:8554/new_264.mp4" target="_blank">http://192.168.1.212:8554/new_264.mp4</a>&gt; ! rtpmp4vdepay ! ffdec_mpeg4 !<br>
<div class="Ih2E3d">&gt; ffmpegcolorspace ! xvimagesink*<br>
&gt;<br>
&gt; But this gives me the following error messages:<br>
&gt; ***************************************<br>
&gt; Setting pipeline to PAUSED ...<br>
&gt; ERROR: Pipeline doesn&#39;t want to pause.<br>
&gt; ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:<br>
&gt; Resource not found.<br>
&gt; Additional debug info:<br>
&gt; gstrtspsrc.c(3444): gst_rtspsrc_send ():<br>
&gt; /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:<br>
&gt; Stream Not Found<br>
&gt; Setting pipeline to NULL ...<br>
&gt; FREEING pipeline ...<br>
&gt; ************************************<br>
&gt;<br>
&gt; But if I play the same URL(rtsp://<a href="http://192.168.1.212:8554/new_264.mp4" target="_blank">192.168.1.212:8554/new_264.mp4</a><br>
</div>&gt; &lt;<a href="http://192.168.1.212:8554/new_264.mp4" target="_blank">http://192.168.1.212:8554/new_264.mp4</a>&gt;) in the VLC using (File-&gt;Open<br>
<div class="Ih2E3d">&gt; Network stream-&gt;RTSP) RTSP streaming option the file does play well.<br>
&gt;<br>
&gt; Could somebody help me regarding the same.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Jyoti<br>
&gt;<br>
&gt;<br>
</div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>
&gt; The future of the web can&#39;t happen without you. &nbsp;Join us at MIX09 to help<br>
&gt; pave the way to the Next Web now. Learn more and register at<br>
&gt; <a href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/" target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</a><br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>
The future of the web can&#39;t happen without you. &nbsp;Join us at MIX09 to help<br>
pave the way to the Next Web now. Learn more and register at<br>
<a href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/" target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>