GStreamer multimedia framework
Find a file
Wim Taymans de7c72dec2 rtsp: massive refactoring
Make GObjects from the remaining simple structures.
Remove GstRTSPSessionStream, it's not needed.
Rename GstRTSPMediaStream -> GstRTSPStream: It is shorter
Rename GstRTSPMediaTrans -> GstRTSPStreamTransport: It describes how
  a GstRTSPStream should be transported to a client.
Rename GstRTSPMediaFactory::get_element -> create_element because that
  more accurately describes what it does.
Make nice methods instead of poking in the structures.
Move some methods inside the relevant object source code.
Use GPtrArray to store objects instead of plain arrays, it is more
  natural and allows us to more easily clean up.
Move the allocation of udp ports to the Stream object. The Stream object
  contains the elements needed to stream the media to a client.
Improve the prepare and unprepare methods. Unprepare should now undo
  everything prepare did. Improve also async unprepare when doing EOS on
  shutdown. Make sure we always unprepare correctly.
2012-10-25 21:29:58 +02:00
bindings python: remove pygst-based python bindings 2012-02-13 10:37:37 +00:00
common@6bb695159b Automatic update of common submodule 2012-10-06 15:02:27 +01:00
docs docs: fix build in uninstalled setup 2012-06-09 17:41:05 +01:00
examples First rule of gst-rtsp-server club: don't talk about gst-phonon 2012-02-13 11:42:51 +00:00
gst rtsp: massive refactoring 2012-10-25 21:29:58 +02:00
pkgconfig rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
tests tests: Add libgio link dependency 2012-10-22 18:07:52 +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 rtsp: add unit test 2012-06-19 15:25:36 +02:00
COPYING Initial import 2008-10-09 13:29:12 +01:00
COPYING.LIB Initial import 2008-10-09 13:29:12 +01:00
gst-rtsp.spec.in rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
Makefile.am build: Include lcov.mak to allow test coverage report generation 2011-03-25 10:05:40 +01: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.