gstreamer/gst
Robert Krakora f7223cfdab client: destroy pipeline on client disconnect with no prior TEARDOWN.
The problem occurs when the client abruptly closes the connection without
issuing a TEARDOWN.  The TEARDOWN handler in the rtsp-client.c file of the RTSP
server is where the pipeline gets torn down.  Since this handler is not called,
the pipeline remains and is up and running.  Subsequent clients get their own
pipelines and if the do not issue TEARDOWNs then those pipelines will also
remain up and running.  This is a resource leak.
2011-08-16 12:09:48 +02:00
..
rtsp-server client: destroy pipeline on client disconnect with no prior TEARDOWN. 2011-08-16 12:09:48 +02:00
Makefile.am Split in library and example program 2009-01-08 13:18:55 +01:00