Hi All,
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. $gst-launch-0.10 -v rtspsrc location=rtsp://172.22.22.116:554/alvin.mpg ! decodebin ! xvimagesink Setting pipeline to PAUSED ... Xlib: extension "Generic Event Extension" mtissing on display ":0.0". Xlib: extension "Generic Event Extension" missing on display ":0.0". /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0: latency = 3000 /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout = 5000000 Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSession:rtpsession0: ntp-ns-base = 3469027894831746000 New clock: GstSystemClock /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout = 0 /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0.GstGhostPad:send_rtcp_src_0: caps = application/x-rtcp /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSession:rtpsession0.GstPad:send_rtcp_src: caps = application/x-rtcp /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink1.GstPad:sink: caps = application/x-rtcp /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0.GstGhostPad:send_rtcp_src_0.GstProxyPad:proxypad3: caps = application/x-rtcp I could not observe any error messages. Thanks, Anil.V Message: 7 Date: Sat, 5 Dec 2009 11:44:06 +0530 From: Kapil Agrawal <[hidden email]> Subject: Re: [gst-devel] how to receive the RTSP stream using gstreamer To: Discussion of the development of GStreamer <[hidden email]> Message-ID: <[hidden email] > Content-Type: text/plain; charset="iso-8859-1" Anil use rtspsrc element to receive. so something like, gst-launch-0.10 -v rtspsrc location=<sourcestream url> ! decodebin ! xvimagesink -kapil On Sat, Dec 5, 2009 at 11:22 AM, anil v <[hidden email]> wrote: > Hi All, > > I want to receive the rtsp stream usig gstreamer's gst-launch. could you > please tell me how can I receive the RTSP stream ? I am using RTSP server as > Live555 server. > > > Thanks, > Anil.V > ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |