[Bug 758179] GstRTSPStream : Create pipeline based on enabled transport type
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Nov 17 02:39:09 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758179
--- Comment #4 from Srimanta Panda <panda_srimanta at yahoo.co.in> ---
To give you a small background of the issue:
Queues have a huge impact on performance for us and apart from that we never
share GstRTSPMedia's, or we do actually share but only for multicast clients.
Long time ago we had a discussion with wim about that and he suggested allowing
specific transport on a per media level based on RTSP SETUP and having 2
factories, one creating GstRTPMedia's for streaming TCP and another one for
streaming UDP.
That sounded feasible but now I see that the server will add tee, queue and
udpsink even though UDP is not enabled, the other way around seem to be ok
though
(when only UDP is enabled)
--
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