[Bug 657376] New: rtspsrc regression

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 25 13:10:55 PDT 2011


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

           Summary: rtspsrc regression
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lists at svrinformatica.it
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Hi this pipeline:

gst-launch -e videomixer name=mix sink_1::xpos=50 sink_1::ypos=20
sink_1::zorder=0 sink_3::xpos=80 sink_3::ypos=340 sink_3::zorder=0
sink_2::zorder=5 sink_0::xpos=400 sink_0::ypos=20 sink_0::zorder=0 !
ffmpegcolorspace ! videorate ! video/x-raw-yuv, framerate=\(fraction\)25/1 !
vp8enc mode=1 bitrate=3600000 ! matroskamux ! filesink location=/tmp/test.mkv
v4l2src ! queue ! videoscale ! videorate ! ffmpegcolorspace ! video/x-raw-yuv,
framerate=\(fraction\)25/1, width=320, height=240 ! queue ! mix. multifilesrc
do-timestamp=true location=space-04.png caps='image/png,framerate=1/1' ! pngdec
! alphacolor ! ffmpegcolorspace ! videorate ! video/x-raw-yuv,
framerate=\(fraction\)25/1 ! queue ! mix. rtspsrc
location=rtsp://192.168.2.136/axis-media/media.amp ! rtph264depay ! h264parse !
ffdec_h264 ! queue ! videoscale ! videorate ! ffmpegcolorspace !
video/x-raw-yuv, framerate=\(fraction\)25/1, width=320, height=240 ! queue !
mix. rtspsrc location=rtsp://192.168.2.17/udpstream ! rtpmp4vdepay !
ffdec_mpeg4 ! queue ! videoscale ! videorate ! ffmpegcolorspace !
video/x-raw-yuv, framerate=\(fraction\)25/1, width=320, height=240 ! queue !
mix.

works fine with the latest released gstreamer version while it not works with
gstreamer git (today version), here is the error:

0:00:01.093389874 17963 0x7f78f8000d80 ERROR                rtspsrc
gstrtspsrc.c:5521:gst_rtspsrc_open_from_sdp:<rtspsrc0> setup failed
ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Impossibile
leggere dalla risorsa.
Informazioni di debug aggiuntive:
gstrtspsrc.c(5287): gst_rtspsrc_setup_streams ():
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Could not connect to server, no protocols left


this error happen only using a videomixer pipeline, both this pipeline:

gst-launch rtspsrc location=rtsp://192.168.2.136/axis-media/media.amp !
rtph264depay ! h264parse ! ffdec_h264 ! xvimagesink

and this:

gst-launch rtspsrc location=rtsp://192.168.2.17/udpstream ! rtpmp4vdepay !
ffdec_mpeg4 ! xvimagesink

works fine alone

-- 
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