[Bug 748627] New: rtspsrc: UDP connection fails with "The server closed the connection" (regression)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 29 04:13:00 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748627

            Bug ID: 748627
           Summary: rtspsrc: UDP connection fails with "The server closed
                    the connection" (regression)
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: knorr.jesper at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I'm testing a LILIN LD2222 IP camera, and I have come upon a regression.

The camera serves a stream with two payloads, h264 video and µlaw audio.
I test the stream using the following pipeline

gst-launch-1.0 rtspsrc
location=rtsp://admin:pass@192.168.1.109:554/rtsph2641080p name=src !
rtph264depay ! decodebin ! autovideosink src. ! rtppcmudepay ! decodebin !
autoaudiosink

This commit seems to introduce a regression
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit?id=b07b7736b37757e3e271eda27aacb4b0669826fa

After that commit the stream will stop within a minute, with a warning from
rtspsrc:

34119 0:00:32.411405224 32265      0x264b280 WARN                 rtspsrc
gstrtspsrc.c:4897:gst_rtspsrc_loop_udp:<src> warning: The server closed the
connection.

I found the commit by doing a git bisect. If I use current master and revert
the commit, the issue disappears.

Forcing the protocol to TCP makes the issue disappear.

Using gst-rtsp-server as a source does not exhibit the same behaviour.

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