[gstreamer-bugs] [Bug 630500] New: [rtspsrc] does rtsp setup message always need "/UDP" string?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 24 02:26:43 PDT 2010


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

           Summary: [rtspsrc] does rtsp setup message always need "/UDP"
                    string?
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ikt011 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=171009)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=171009)
RTSP messages

Hi,

I try to connect to a sanyo camera on rtp, but with gstreamer i get bad
request. VLC can connect to camera, the RTSP messages are attached. The first
different is in this line:

VLC: 

SETUP rtsp://10.30.0.119:554/VideoInput/1/h264/1/trackID=1 RTSP/1.0

CSeq: 4

Transport: RTP/AVP;unicast;client_port=54714-54715

from gstreamer (port setted with port-range):

SETUP rtsp://10.30.0.119:554/VideoInput/1/h264/1/trackID=1 RTSP/1.0

CSeq: 4

Transport: RTP/AVP/UDP;unicast;client_port=56366-56367

rtspsrc always appends the "/UDP" string, are you sure is it correct? Maybe the
sanyo webcam has wrong rtsp implementation?

rtspsrc.c:
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtsp/gstrtspsrc.c#n4591

Regards,
Tibor

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