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:// ! "application/x-rtp,<br>
media=video" ! decodebin2 ! ffmpegcolorspace ! udpsink<br><br>But my pipeline doesn't work. The udpsink capabilities are shown as NULL.<br><br>Shouldn'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"><<a href="mailto:gstelzz@yahoo.fr">gstelzz@yahoo.fr</a>></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:// ! "application/x-rtp,<br>
media=video" ! decodebin2 ! ffmpegcolorspace ! xvimagesink<br>
Is it working ?<br>
<br>
Aurelien<br>
<br>
Jyoti D a écrit :<br>
<div class="Ih2E3d">> Hi all,<br>
><br>
> I am developing an application that requires streaming a media file<br>
> using rtsp server.<br>
> I am using the following pipeline.<br>
><br>
> *gst-launch-0.10 -v rtspsrc<br>
> 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>> <<a href="http://192.168.1.212:8554/new_264.mp4" target="_blank">http://192.168.1.212:8554/new_264.mp4</a>> ! rtpmp4vdepay ! ffdec_mpeg4 !<br>
<div class="Ih2E3d">> ffmpegcolorspace ! xvimagesink*<br>
><br>
> But this gives me the following error messages:<br>
> ***************************************<br>
> Setting pipeline to PAUSED ...<br>
> ERROR: Pipeline doesn't want to pause.<br>
> ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:<br>
> Resource not found.<br>
> Additional debug info:<br>
> gstrtspsrc.c(3444): gst_rtspsrc_send ():<br>
> /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:<br>
> Stream Not Found<br>
> Setting pipeline to NULL ...<br>
> FREEING pipeline ...<br>
> ************************************<br>
><br>
> 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>> <<a href="http://192.168.1.212:8554/new_264.mp4" target="_blank">http://192.168.1.212:8554/new_264.mp4</a>>) in the VLC using (File->Open<br>
<div class="Ih2E3d">> Network stream->RTSP) RTSP streaming option the file does play well.<br>
><br>
> Could somebody help me regarding the same.<br>
><br>
> Regards,<br>
> Jyoti<br>
><br>
><br>
</div>> ------------------------------------------------------------------------<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't happen without you. 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>
><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>
><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't happen without you. 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>