Hi All,<br> I have tried to play the rtsp stream playback as mentioned below using gst-launch But I Couldn't able to see the video. could any suggest me what is the problem from below log.<br><br><b>$gst-launch-0.10 -v rtspsrc location=rtsp://<a href="http://172.22.22.116:554/alvin.mpg" target="_blank">172.22.22.116:554/alvin.mpg</a> ! decodebin ! xvimagesink</b><br>
Setting pipeline to PAUSED ...<br>
Xlib: extension "Generic Event Extension" mtissing on display ":0.0".<br>
Xlib: extension "Generic Event Extension" missing on display ":0.0".<br>
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0: latency = 3000<br>
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout = 5000000<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSession:rtpsession0: ntp-ns-base = 3469027894831746000<br>
New clock: GstSystemClock<br>
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout = 0<br>
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0.GstGhostPad:send_rtcp_src_0: caps = application/x-rtcp<br>
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSession:rtpsession0.GstPad:send_rtcp_src:
caps = application/x-rtcp<br>
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink1.GstPad:sink: caps = application/x-rtcp<br>
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0.GstGhostPad:send_rtcp_src_0.GstProxyPad:proxypad3:
caps = application/x-rtcp<br><br>I could not observe any error messages.<br><br>Thanks,<br>Anil.V<br><br>Message: 7<br>
Date: Sat, 5 Dec 2009 11:44:06 +0530<br>
From: Kapil Agrawal <<a href="mailto:kapil.agl@gmail.com">kapil.agl@gmail.com</a>><br>
Subject: Re: [gst-devel] how to receive the RTSP stream using<br>
gstreamer<br>
To: Discussion of the development of GStreamer<br>
<<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>><br>
Message-ID:<br>
<<a href="mailto:c0decfc60912042214t3c572c46oa8e5c1cad2b2b014@mail.gmail.com">c0decfc60912042214t3c572c46oa8e5c1cad2b2b014@mail.gmail.com</a><div id=":3q" class="ii gt">><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Anil use rtspsrc element to receive.<br>
<br>
so something like,<br>
gst-launch-0.10 -v rtspsrc location=<sourcestream url> ! decodebin !<br>
xvimagesink<br>
<br>
<br>
<br>
-kapil<br>
<br>
On Sat, Dec 5, 2009 at 11:22 AM, anil v <<a href="mailto:anil.vemulapally@gmail.com">anil.vemulapally@gmail.com</a>> wrote:<br>
<br>
> Hi All,<br>
><br>
> I want to receive the rtsp stream usig gstreamer's gst-launch. could you<br>
> please tell me how can I receive the RTSP stream ? I am using RTSP server as<br>
> Live555 server.<br>
><br>
><br>
> Thanks,<br>
> Anil.V<br>
></div><br>