[Bug 758179] New: GstRTSPStream : Create pipeline based on enabled transport type
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Nov 16 06:13:29 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758179
Bug ID: 758179
Summary: GstRTSPStream : Create pipeline based on enabled
transport type
Classification: Platform
Product: GStreamer
Version: 1.6.0
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-rtsp-server
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: panda_srimanta at yahoo.co.in
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
In the current setup of RTSP stream pipeline, the server will add tee, queue
and multiudpsink even though UDP is not enabled. But when TCP is not enabled it
only adds the udp related elements.
Because of the queues and tees, the overall performance of the pipeline
degrades.
To avoid this situation, if only TCP or only UDP is set as the transport
protocol in SETUP request, it will not add the extra tee or queue elements to
the pipeline. The queues (appqueue & udpqueue) and tee elements will be added,
if the media supports both TCP and UDP protocols. This improves the pipeline
performance when one of the protocols 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