GStreamer multimedia framework
Find a file
Sebastian Dröge c8f179948e rtsp-media: Add property to decide if sending media should be stopped when a client disconnects without TEARDOWN
Without TEARDOWN it might be desireable to keep the media running and continue
sending data to the client, even if the RTSP connection itself is
disconnected.

Only do this for session medias that have only UDP transports. If there's at
least on TCP transport, it will stop working and cause problems when the
connection is disconnected.

https://bugzilla.gnome.org/show_bug.cgi?id=758999
2015-12-28 10:51:56 +02:00
common@86e46630ed Automatic update of common submodule 2015-12-07 09:11:35 -05:00
docs stream: fix docs for recently-added get/set_buffer_size API 2015-09-17 20:07:34 +01:00
examples examples: Actually use the provided port in the record examples 2015-11-17 01:12:28 +11:00
gst rtsp-media: Add property to decide if sending media should be stopped when a client disconnects without TEARDOWN 2015-12-28 10:51:56 +02:00
pkgconfig rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
tests rtsp-client: Report RECORD and ANNOUNCE as supported in the OPTIONS 2015-11-17 01:12:28 +11:00
.gitignore Update .gitignore 2014-05-02 19:58:50 +01:00
.gitmodules Add common submodule 2010-12-01 20:00:22 +01:00
AUTHORS Initial import 2008-10-09 13:29:12 +01:00
autogen.sh Automatic update of common submodule 2015-12-07 09:11:35 -05:00
ChangeLog Release 1.7.1 2015-12-24 14:54:06 +01:00
configure.ac Back to development 2015-12-24 15:29:33 +01:00
COPYING Fix FSF address 2012-11-04 00:14:25 +00:00
COPYING.LIB Fix FSF address 2012-11-04 00:14:25 +00:00
gst-rtsp-server.doap Release 1.7.1 2015-12-24 14:54:06 +01:00
gst-rtsp.spec.in rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
Makefile.am Fix 'make check' from top-level directory 2014-12-31 13:04:57 +00:00
NEWS Release 1.7.1 2015-12-24 14:54:06 +01:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.7.1 2015-12-24 14:54:06 +01:00
REQUIREMENTS Initial import 2008-10-09 13:29:12 +01:00
TODO rtsp: cleanups 2012-11-15 17:11:16 +01:00

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

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