[gstreamer-bugs] [Bug 637725] New: rtspsrc with tcp protocol

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 21 01:26:24 PST 2010


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

           Summary: rtspsrc with tcp protocol
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.26
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lists at svrinformatica.it
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


I'm having problems with an rtsp server if I connect over tcp (udp-unicast
works fine), launching rtspsrc with debug=true show something like this:

RTSP request message 0x7f19a6c30be0
 request line:
   method: 'OPTIONS'
   uri:    'rtsp://....'
   version: '1.0'
 headers:
 body:

after a short I while I see again

RTSP request message 0x7f19a6c30be0
 request line:
   method: 'OPTIONS'
   uri:    'rtsp://...'
   version: '1.0'
 headers:
 body:

and so on.

It seems the rtsp server never response (or gstreamer doesn't get this
response) while I can see the rtsp response in udp-unicast.

After gstreamer send the RTSP request the whole pipeline get stucked (I have to
manually kill gst-launch) and the video freeze. If you run the pipeline inside
an application the whole application will freeze.

Please note that vlc works fine with the same stream in the same network where
udp-unicast is not allowed for hour and tcp is the only way to see the stream.

Note the tcp-timeout option doesn't help here

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