GStreamer multimedia framework
Go to file
Wim Taymans 45b6693b39 rtsp: make address-pool return an address object
Return a boxed GstRTSPAddress from the GstRTSPAddressPool. This allows us to
store more info in the structure and allows us to more easily return the address
to the right pool when no longer needed.
Pass the address to the StreamTransport so that we can return it to the pool
when the stream transport is freed or changed.
2012-11-15 13:25:14 +01:00
common@6bb695159b Automatic update of common submodule 2012-10-06 15:02:27 +01:00
docs docs: update docs 2012-10-26 12:35:20 +02:00
examples examples: add multicast example 2012-11-15 13:22:54 +01:00
gst rtsp: make address-pool return an address object 2012-11-15 13:25:14 +01:00
pkgconfig rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
tests rtsp: make address-pool return an address object 2012-11-15 13:25:14 +01:00
.gitignore python: remove pygst-based python bindings 2012-02-13 10:37:37 +00: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 configure: Modernize autotools setup a bit 2012-04-13 14:02:15 +02:00
ChangeLog Initial import 2008-10-09 13:29:12 +01:00
configure.ac No need to define GST_USE_UNSTABLE_API any more, 1.0 is stable now 2012-10-28 15:37: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.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 Initial import 2008-10-09 13:29:12 +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.