GStreamer multimedia framework
Find a file
Sebastian Dröge 586fe4ea4b rtsp-client: Drop trailing \0 of RTSP DATA messages
We add a trailing \0 in GstRTSPConnection to make parsing of
string message bodies easier (e.g. the SDP from DESCRIBE) but
for actual data this means we have to drop it or otherwise
create invalid data.
2015-01-16 20:06:57 +01:00
common@bc76a8b6a2 Automatic update of common submodule 2015-01-12 16:14:12 +01:00
docs media: implement ssrc-multiplexed retransmission support 2014-12-16 16:41:08 +01:00
examples examples: Add command-line parsing and take a 'port' argument 2014-12-30 16:04:14 +00:00
gst rtsp-client: Drop trailing \0 of RTSP DATA messages 2015-01-16 20:06:57 +01:00
pkgconfig rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
tests tests: Remove FIXME 2014-11-07 12:42:48 +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
acinclude.m4 Add python bindings. 2009-01-08 14:57:55 +01:00
AUTHORS
autogen.sh Fix broken gettext setup which is not used anyway 2013-12-22 23:10:56 +00:00
ChangeLog Release 1.4.0 2014-07-19 17:56:31 +02:00
configure.ac configure: add --disable-examples switch 2014-12-18 09:36:51 +00: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 README: update 2010-10-30 13:27:09 +02:00
RELEASE Release 1.4.0 2014-07-19 17:56:31 +02:00
REQUIREMENTS
TODO rtsp: cleanups 2012-11-15 17:11:16 +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.