GStreamer multimedia framework
Go to file
Wim Taymans 2f17369e9d media: add suspend modes
Add support for different suspend modes. The stream is suspended right after
producing the SDP and after PAUSE. Different suspend modes are available that
affect the state of the pipeline. NONE leaves the pipeline state unchanged and
is the current and old behaviour, PAUSE will set the pipeline to the PAUSED
state and RESET will bring the pipeline to the NULL state.
A stream is also unsuspended when it goes back to PLAYING, for RESET streams,
this means that the pipeline needs to be prerolled again.

Base on patches by Ognyan Tonchev <ognyan@axis.com>

See https://bugzilla.gnome.org/show_bug.cgi?id=711257
2013-11-28 16:18:39 +01:00
common@dbedaa010e Automatic update of common submodule 2013-11-05 11:22:51 +00:00
docs docs: Specify the override file 2013-11-27 15:42:45 +01:00
examples examples: fix compilation when WITH_AUTH is defined 2013-10-30 19:12:10 +01:00
gst media: add suspend modes 2013-11-28 16:18:39 +01:00
pkgconfig rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
tests media: add suspend modes 2013-11-28 16:18:39 +01:00
.gitignore gitignore: Add new test binary 2013-10-30 19:10:59 +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 autogen.sh: Sync behaviour with other GStreamer modules 2013-09-20 16:47:56 +02:00
ChangeLog Initial import 2008-10-09 13:29:12 +01:00
configure.ac build: add subdir-objects to AM_INIT_AUTOMAKE 2013-08-07 15:27:01 +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.spec.in rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
Makefile.am bindings: remove vala bindings 2012-10-28 15:09:04 +00:00
NEWS Initial import 2008-10-09 13:29:12 +01:00
README README: update 2010-10-30 13:27:09 +02:00
RELEASE Initial import 2008-10-09 13:29:12 +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 ion top of GStreamer for building an RTSP server

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