[gstreamer-bugs] [Bug 631104] GStreamer: open source multimedia framework

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 1 10:08:59 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=631104
  GStreamer | gst-plugins-bad | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |NOTABUG

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2010-10-01 17:08:54 UTC ---
> 
> gst-launch rtspsrc debug=TRUE location=rtsp://XXX.XXX.XXX.XXX/stream1 name=src
> .src_video ! queue ! ffmpegcolorspace ! xvimagesink -v src.src_audio ! queue !
> audioconvert! autoaudiosink

rtspsrc does not have pads named src_video and src_audio. 

Try:

  gst-inspect rtspsrc

To see the srcpad names. Also read the gst-launch manpage. Also you don't have
any depayloader or decoder in that pipeline.

Try reading some manuals or when you don't know how to build a pipeline, use
playbin2:

 gst-launch playbin2 uri=rtsp://XXX.XXX.XXX.XXX/stream1

Reopen if that doesn't work for you.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list