GStreamer multimedia framework
Find a file
Sebastian Dröge ac1124efb4 rtsp-client: Fix handling of keep-alive GET_PARAMETER/SET_PARAMETER
While they logically have 0 bytes length, GstRTSPConnection is appending
a '\0' to everything making the size be 1 instead.
2017-01-19 14:24:07 +02:00
common@39ac2f563e Automatic update of common submodule 2016-12-03 08:21:02 +01:00
docs stream: fix docs for recently-added get/set_buffer_size API 2015-09-17 20:07:34 +01:00
examples rtsp-auth: Add support for Digest authentication 2016-11-19 11:59:34 +02:00
gst rtsp-client: Fix handling of keep-alive GET_PARAMETER/SET_PARAMETER 2017-01-19 14:24:07 +02:00
pkgconfig meson: generate pkg-config -uninstalled pc files 2017-01-05 09:42:29 -03:00
tests rtsp-stream: fixed segmenation fault in _get_server_port() 2017-01-09 15:27:40 +02:00
win32 Release 1.11.1 2017-01-12 16:14:46 +02:00
.gitignore Remove generated .spec file 2016-12-16 17:26:04 +00:00
.gitmodules common: use https protocol for common submodule 2016-11-26 11:24:59 +00:00
AUTHORS Initial import 2008-10-09 13:29:12 +01:00
autogen.sh Automatic update of common submodule 2016-09-10 20:52:31 +10:00
ChangeLog Release 1.11.1 2017-01-12 16:14:46 +02:00
config.h.meson Add support for Meson as alternative/parallel build system 2016-08-31 00:04:43 +01:00
configure.ac Back to development 2017-01-12 16:32:59 +02: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.11.1 2017-01-12 16:14:46 +02:00
Makefile.am Remove generated .spec file 2016-12-16 17:26:04 +00:00
meson.build meson: bump version 2017-01-13 12:39:36 +00:00
NEWS Release 1.11.1 2017-01-12 16:14:46 +02:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.11.1 2017-01-12 16:14:46 +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.