GStreamer multimedia framework
Find a file
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
bindings Updated Vala bindings. 2011-05-17 09:44:23 +02:00
common@605cd9a65e Automatic update of common submodule 2011-06-23 11:30:14 -07:00
docs docs: recursive into sub-directories on 'make upload' 2011-01-24 11:59:22 +00:00
examples examples: tell rtsp uri when ready 2011-07-19 16:13:16 +02:00
gst client: destroy pipeline on client disconnect with no prior TEARDOWN. 2011-08-16 12:09:48 +02:00
pkgconfig Added pkg-config file to use gst-rtsp-server uninstalled 2009-10-13 10:56:22 +02:00
tests tests: add tests directory and cleanup test 2011-01-12 18:16:46 +01:00
.gitignore gitignore: updates 2011-01-11 13:04:31 +01:00
.gitmodules Add common submodule 2010-12-01 20:00:22 +01:00
acinclude.m4 Add python bindings. 2009-01-08 14:57:55 +01:00
AUTHORS Initial import 2008-10-09 13:29:12 +01:00
autogen.sh autogen: wingo signed comment 2011-03-22 13:31:10 +01:00
ChangeLog Initial import 2008-10-09 13:29:12 +01:00
configure.ac configure: require core/base 0.10.31 2011-02-26 19:58:02 +00:00
COPYING Initial import 2008-10-09 13:29:12 +01:00
COPYING.LIB Initial import 2008-10-09 13:29:12 +01:00
gst-rtsp.spec.in Initial import 2008-10-09 13:29:12 +01:00
Makefile.am build: Include lcov.mak to allow test coverage report generation 2011-03-25 10:05:40 +01:00
NEWS Initial import 2008-10-09 13:29:12 +01:00
README README: update 2010-10-30 13:27:09 +02:00
RELEASE Initial import 2008-10-09 13:29:12 +01:00
REQUIREMENTS Initial import 2008-10-09 13:29:12 +01:00
TODO Initial import 2008-10-09 13:29:12 +01:00

gst-rtsp-server is a library ion top of GStreamer for building an RTSP server

There are some examples in the examples/ directory and more comprehensive
documentation in docs/README.