GStreamer multimedia framework
Find a file
Göran Jönsson 08e0c79cee rtsp-client: No flush during Teardown.
When calling gst_rtsp_watch_write_data in gstrtspconnection.c and
backlog is empty it can happen that just a part of a message will be
sent and rest is in backlog queue. If then flush during teardown
just a part of message will be sent.This can lead to client miss
teardown response since it expect to get the last part of message.

The flushing during teardown was introduced to fix a deadlock that now
is fixed more generally in handle_request by temporary  setting backlog
size to unlimited.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=749845
2015-06-03 15:09:10 +02:00
common@44a351788c autogen.sh: only run autopoint if gettext requested in configure.ac 2015-04-26 15:07:52 +01:00
docs media: implement ssrc-multiplexed retransmission support 2014-12-16 16:41:08 +01:00
examples examples: Use AVPF profile for the RTX example 2015-05-04 16:33:08 +02:00
gst rtsp-client: No flush during Teardown. 2015-06-03 15:09:10 +02:00
pkgconfig rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
tests tests: Use AM_TESTS_ENVIRONMENT 2015-05-27 17:04:41 +01: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 autogen.sh: only run autopoint if gettext requested in configure.ac 2015-04-26 15:07:52 +01:00
ChangeLog Release 1.4.0 2014-07-19 17:56:31 +02:00
configure.ac Revert "configure.ac: uncomment gettext version setup" 2015-04-26 14:59:09 +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.4.0 2014-07-19 17:56:31 +02: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.4.0 2014-07-19 17:56:31 +02:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.4.0 2014-07-19 17:56:31 +02: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.