GStreamer multimedia framework
Find a file
Matthew Waters b38eb8e99e stream: block the output of rtpbin instead of the source pipeline
85c52e194b introduced a more correct
detection of the srtp rollover counter to add to the SDP.

Unfortunately, it was incomplete for live pipelines where the logic
blocks the source bin before creating the SDP and thus would never have
the necessary informaiton to create a correct SDP with srtp encryption.

Move the pad blocks to rtpbin's output pads instead so that the
necessary information can be created before we need the information for
the SDP.

https://bugzilla.gnome.org/show_bug.cgi?id=770239
2016-11-23 23:08:16 +11:00
common@f980fd91c1 Automatic update of common submodule 2016-09-10 20:52:31 +10:00
docs stream: fix docs for recently-added get/set_buffer_size API 2015-09-17 20:07:34 +01:00
examples rtsp-auth: Add support for Digest authentication 2016-11-19 11:59:34 +02:00
gst stream: block the output of rtpbin instead of the source pipeline 2016-11-23 23:08:16 +11:00
pkgconfig Add support for Meson as alternative/parallel build system 2016-08-31 00:04:43 +01:00
tests Enable building with MSVC 2016-11-19 11:58:05 +02:00
win32 rtsp-auth: Add support for Digest authentication 2016-11-19 11:59:34 +02:00
.gitignore .gitignore more 2016-11-23 09:45:08 +00:00
.gitmodules Add common submodule 2010-12-01 20:00:22 +01:00
AUTHORS Initial import 2008-10-09 13:29:12 +01:00
autogen.sh Automatic update of common submodule 2016-09-10 20:52:31 +10:00
ChangeLog Release 1.10.0 2016-11-01 18:06:46 +02:00
config.h.meson Add support for Meson as alternative/parallel build system 2016-08-31 00:04:43 +01:00
configure.ac Back to development 2016-11-01 18:53:15 +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.10.0 2016-11-01 18:06:46 +02:00
gst-rtsp.spec.in rtsp-server: Update versioning 2012-04-04 14:48:44 +02:00
Makefile.am Enable building with MSVC 2016-11-19 11:58:05 +02:00
meson.build Enable building with MSVC 2016-11-19 11:58:05 +02:00
NEWS Release 1.10.0 2016-11-01 18:06:46 +02:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.10.0 2016-11-01 18:06:46 +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 on top of GStreamer for building an RTSP server

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