[gstreamer-bugs] [Bug 581294] New: rtspext: extensions configure_stream methods conflict

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon May 4 04:17:37 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=581294

  GStreamer | gst-plugins-good | Ver: git
           Summary: rtspext: extensions configure_stream methods conflict
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: manauw at skynet.be
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


As rtspsrc queries extensions whether it should configure a stream, the rtspwms
extension might indicate that the rtx stream should not be configured (i.e. it
returns FALSE), after which another extension (e.g. real rtsp) might simply
return TRUE (e.g. if no configure_stream is implemented).

The net effect is that the stream is configured.  On the one hand, this is not
the way the extension knowing about the stuff in question intended it.  On the
other hand, an inconvenient side effect is that the UDP ports of the RTX stream
might be retried for the video stream (rather than those of the audio stream),
leading to unsupported transport failure in setting up video stream (due to MS
RTSP specs).  So, (usually) video over UDP (for MS WMS servers) might randomly
seem to appear or not depending on whether other extensions are present and in
what order they are executed.

There may be some way to remedy the latter side effect, though likely no really
clean one.  As for the basic problem; maybe gst_rtsp_ext_list_configure_stream
should check whether configure_stream method is implemented, or a method should
be able to return "do not know/care" ?


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=581294.




More information about the Gstreamer-bugs mailing list