GStreamer multimedia framework
Find a file
Julien Isorce d72284bdf8 rtsp-stream: fix connection delay due to wrong assumption on last-sample
Commit 852cc09f54 assumed that
multiudpsink's last-sample always comes from the payloader. Which
is wrong if auxiliary streams are multiplexed in the same stream.

So check the buffer's ssrc against the caps'ssrc before to use its
seqnum. If not the same ssrc just use the payloader as done prior
the commit above or when there is no last-sample yet.

https://bugzilla.gnome.org/show_bug.cgi?id=784094
2017-06-29 14:52:09 +01:00
common@48a5d85ebf Automatic update of common submodule 2017-04-24 20:30:37 +01:00
docs stream: fix docs for recently-added get/set_buffer_size API 2015-09-17 20:07:34 +01:00
examples examples: make test-launch pipeline shared by default as well 2017-03-27 18:19:33 +01:00
gst rtsp-stream: fix connection delay due to wrong assumption on last-sample 2017-06-29 14:52:09 +01:00
pkgconfig gstreamer-rtsp-server: Add both srcdir and builddir to the include path 2017-02-27 19:10:44 +02:00
tests meson: Fix building tests and activate them again 2017-06-07 15:36:12 -04:00
win32 Release 1.11.1 2017-01-12 16:14:46 +02:00
.gitignore Remove generated .spec file 2016-12-16 17:26:04 +00:00
.gitmodules common: use https protocol for common submodule 2016-11-26 11:24:59 +00:00
AUTHORS Initial import 2008-10-09 13:29:12 +01:00
autogen.sh Automatic update of common submodule 2017-04-10 23:51:12 +01:00
ChangeLog Release 1.12.0 2017-05-04 15:40:46 +03:00
configure.ac Remove plugin specific static build option 2017-05-16 14:44:43 -04: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.12.0 2017-05-04 15:40:46 +03:00
Makefile.am Distribute meson_options.txt 2017-06-09 20:16:28 -04:00
meson.build meson: Allow using glib as a subproject 2017-06-28 11:57:31 -04:00
meson_options.txt meson: add options to set package name and origin 2017-05-20 15:07:31 +01:00
NEWS Release 1.12.0 2017-05-04 15:40:46 +03:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.12.0 2017-05-04 15:40:46 +03: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.