GStreamer multimedia framework
Find a file
Wim Taymans 5aec4af1b9 client: manage media in session as a last step
Once we manage a media in a session, we can't unmanage it anymore
without destroying it. Therefore, first check everything before we
manage the media, otherwise if something is wrong we have no way to
unmanage the media.
If we created a new session and something went wrong, remove the session
again. Fixes a leak in the unit test.
2014-07-08 14:46:13 +02:00
common@211fa5f2d0 Release 1.3.2 2014-05-21 13:06:36 +02:00
docs docs: Specify the override file 2013-11-27 15:42:45 +01:00
examples examples: print 'stream ready at url' for mp4 and ogg example 2014-07-03 19:52:42 +01:00
gst client: manage media in session as a last step 2014-07-08 14:46:13 +02:00
pkgconfig rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
tests client: manage media in session as a last step 2014-07-08 14:46:13 +02: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 Initial import 2008-10-09 13:29:12 +01:00
autogen.sh Fix broken gettext setup which is not used anyway 2013-12-22 23:10:56 +00:00
ChangeLog Release 1.3.90 2014-06-28 11:48:29 +02:00
configure.ac Release 1.3.90 2014-06-28 11:48:29 +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.3.90 2014-06-28 11:48:29 +02:00
gst-rtsp.spec.in rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
Makefile.am build: Ship gst-rtsp-server.doap file 2014-02-09 10:52:29 +01:00
NEWS Release 1.3.90 2014-06-28 11:48:29 +02:00
README README: update 2010-10-30 13:27:09 +02:00
RELEASE Release 1.3.90 2014-06-28 11:48:29 +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 ion top of GStreamer for building an RTSP server

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