[gstreamer-bugs] [Bug 634419] Selecting a subset of streams available in rtspsrc
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 16 08:16:35 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=634419
GStreamer | gst-plugins-good | 0.10.x
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wim.taymans at gmail.com
--- Comment #3 from Wim Taymans <wim.taymans at gmail.com> 2010-11-16 16:16:32 UTC ---
(In reply to comment #2)
> Ideally, we don't want our app to parse SDP. I think all the information we
> need to determine which streams are interesting would be in the caps of the src
> pads created by rtspsrc. The app could figure out whether a stream is of
> interest when the app gets the "pad-added" signal.
The problem is that the setup request is already sent and the server is already
streaming for a while when the pad-added signal is emitted. I would prefer a
way to select streams before the SETUP is performed.
> Maybe if we're not
> interested in a stream, we can implement an action signal that would "unselect"
> the stream associated with an rtspsrc pad and remove the pad.
That should certainly be possible and you can still use this to unselect
streams in the pad-added signal.
--
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