[gstreamer-bugs] [Bug 588675] New: rtspsrc cannot play audio and video together

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 15 08:45:39 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588675

  GStreamer | gst-plugins-good | Ver: 0.10.10
           Summary: rtspsrc cannot play audio and video together
           Product: GStreamer
           Version: 0.10.10
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jordijp at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.23/2.24
   GNOME milestone: Unspecified


Please describe the problem:
Trying to use a pipeline to receive audio and video from a RTSP live stream. I
need to further process the elementary audio and video streams, so I cannot use
a playbin2 (which works without a problem)

while this pipeline brings me the audio signal:

gst-launch-0.10 --gst-debug-level=2 rtspsrc
location=rtsp://c13010-ls.m.core.cdn.streamfarm.net/dw-europa9913010/13010dwtveu350.sdp
! gstrtpjitterbuffer ! gstrtpssrcdemux name=d d. ! queue ! rtpmp4gdepay ! faad
! autoaudiosink

and this one the video signal:

gst-launch-0.10 --gst-debug-level=2 rtspsrc
location=rtsp://c13010-ls.m.core.cdn.streamfarm.net/dw-europa9913010/13010dwtveu350.sdp
! gstrtpjitterbuffer ! gstrtpssrcdemux name=d d. ! queue ! rtph264depay !
ffdec_h264 ! ffmpegcolorspace ! autovideosink

but one only pipeline playing both audio and video is failing !!!

gst-launch-0.10 --gst-debug-level=2 rtspsrc
location=rtsp://c13010-ls.m.core.cdn.streamfarm.net/dw-europa9913010/13010dwtveu350.sdp
! gstrtpjitterbuffer ! gstrtpssrcdemux name=d d. ! queue ! rtpmp4gdepay ! faad
! autoaudiosink d. ! queue ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace !
autovideosink

Steps to reproduce:
1. copy paste the audio pipeline above depicted - works
2. copy paste the video pipeline above depicted - works
3. copy paste the audio + video pipeline - not working


Actual results:
I get audio, and video, but not both together

Expected results:
I expect to get audio and video together

Does this happen every time?
yes

Other information:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=588675.




More information about the Gstreamer-bugs mailing list