gstreamer/gst/rtsp-server
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
..
.gitignore gitignore: updates 2011-01-11 13:04:31 +01:00
Makefile.am Makefile.am: 0.10 => @GST_MAJORMINOR@ 2011-06-07 11:04:10 +02:00
rtsp-auth.c auth: add realm to make it more spec compliant 2011-01-13 18:40:48 +01:00
rtsp-auth.h media: enable per factory authorisations 2011-01-12 13:57:09 +01:00
rtsp-client.c client: destroy pipeline on client disconnect with no prior TEARDOWN. 2011-08-16 12:09:48 +02:00
rtsp-client.h client: emit signal when closing 2011-01-12 15:35:51 +01:00
rtsp-funnel.c funnel: rename fsfunnel to rtspfunnel 2011-01-10 15:10:53 +01:00
rtsp-funnel.h funnel: rename fsfunnel to rtspfunnel 2011-01-10 15:10:53 +01:00
rtsp-media-factory-uri.c server: improve debugging in various objects 2011-01-12 18:14:48 +01:00
rtsp-media-factory-uri.h factory-uri: add support for gstpay 2010-12-23 18:53:01 +01:00
rtsp-media-factory.c media-factory: add a "media-constructed" signal to GstRTSPMediaFactory 2011-08-16 11:22:55 +02:00
rtsp-media-factory.h media-factory: add a "media-constructed" signal to GstRTSPMediaFactory 2011-08-16 11:22:55 +02:00
rtsp-media-mapping.c server: improve debugging in various objects 2011-01-12 18:14:48 +01:00
rtsp-media-mapping.h rtsp-server: Some more doc fixups 2010-12-11 10:48:25 +01:00
rtsp-media.c fix compiler warnings about unused variables 2011-07-20 17:16:42 +02:00
rtsp-media.h media: remove duplicate filtering 2011-02-02 15:30:45 +01:00
rtsp-params.c rtsp-server: Pass ClientState structure arround 2011-01-12 13:16:08 +01:00
rtsp-params.h rtsp-server: Pass ClientState structure arround 2011-01-12 13:16:08 +01:00
rtsp-sdp.c media: make method to retrieve the play range 2010-12-28 18:35:01 +01:00
rtsp-sdp.h rtsp: keep track of server ip and ipv6 2010-03-16 18:37:18 +01:00
rtsp-server.c rtsp-server: hold on to reference while using object 2011-08-11 18:07:08 -07:00
rtsp-server.h Add a signal for newly connected clients. 2011-05-17 09:44:14 +02:00
rtsp-session-pool.c session: use full charset for RTSP session ID 2011-03-07 18:39:43 +00:00
rtsp-session-pool.h media: enable per factory authorisations 2011-01-12 13:57:09 +01:00
rtsp-session.c server: improve debugging in various objects 2011-01-12 18:14:48 +01:00
rtsp-session.h media: enable per factory authorisations 2011-01-12 13:57:09 +01:00