[gstreamer-bugs] [Bug 628214] Add support to RTSP initiation through SDP files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Sep 11 03:08:48 PDT 2010


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

--- Comment #23 from Wim Taymans <wim.taymans at gmail.com> 2010-09-11 10:08:44 UTC ---
(In reply to comment #22)
> So is the final decision to rely on the application to handle the redirection?

Applications 'should' already do this now. The problem is that the redirect is
not an official GStreamer core message so we can't really officially demand
this.
Most notably qtdemux and mmssrc will post redirects on some files that will
otherwise just fail.

> Or is the redirection already handled at uridecodebin level? Or do we need a
> bug to add the latter?

These redirects are usually caused by something inside the datastream and are
thus emitted from the streaming threads. They however need to be handled from
the main thread and that makes it difficult to implement this in uridecodebin.

In this particular case, I would not find it too disgusting to embed the
rtspsrc inside sdpdemux (it already embeds the rtpbin and it's just one element
and there are no application decisions to be made about bitrates). It just
makes things more complicated wrt state changes and errors caused by the
embedded elements that it makes me avoid it.

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