[Bug 757624] TEARDOWN request fails to execute properly and leave the RTSP-SERVER unresponsive to further client connections

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 5 13:19:09 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=757624

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #9 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Actually, the RTSP session is not tied to the TCP connection, so stopping the
media on disconnect is wrong, from RFC 2326 section 1.1: "An RTSP session is in
no way tied to a transport-level connection such as a TCP connection. During an
RTSP session, an RTSP client may open and close many reliable transport
connections to the server to issue RTSP requests."

This is why there is gst_rtsp_session_pool_cleanup() and you need to call it
regularly!

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