[gstreamer-bugs] [Bug 622577] New: rtspsrc ignores the protocols property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 24 02:42:12 PDT 2010


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

           Summary: rtspsrc ignores the protocols property
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.23
        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: ---


Hi,

I'm using a pipeline something like that:

gst-launch rtspsrc location="..." protocols=1 ! rtph264depay ! h264parse !
ffdec_h264 ! xvimagesink 

According to gst-inspect protocols=1 means that the rtspsrc should use only udp
connection. But after it's timed out, it'll try to connect with tcp:

gstrtspsrc.c(3495): gst_rtspsrc_loop_udp ():
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Could not receive any UDP packets for 5.0000 seconds, maybe your firewall is
blocking it. Retrying using a TCP connection.

Maybe it's a bug...

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