GStreamer multimedia framework
Go to file
Kristofer d7ae39657d rtsp-client: RTP Info exists conditionally in PLAY
If RTP Info is missing and it is not a receiver only, eg. audio
backchannel. Then return GST_RTSP_STS_INTERNAL_SERVER_ERROR.
In rfc2326 it says RTP-info is req. but in RFC7826 it is conditional.

Since 1.14 there is audio backchannel support. Thus RTP-info is
conditional now. When audio backchannel only mode, there is no RTP-info.

Fixes #82
2019-09-25 09:14:08 +00:00
common@59cb678164 Automatic update of common submodule 2018-12-05 17:24:59 -03:00
docs meson: Don't generate doc cache when no plugins are enabled 2019-08-23 16:59:48 +10:00
examples test-onvif-client: remove unused query 2019-09-05 14:25:34 +00:00
gst rtsp-client: RTP Info exists conditionally in PLAY 2019-09-25 09:14:08 +00:00
pkgconfig meson: don't install -uninstalled.pc file 2017-08-18 17:37:01 +01:00
tests rtsp-client: RTP Info exists conditionally in PLAY 2019-09-25 09:14:08 +00:00
.gitignore docs: Port to hotdoc 2019-05-13 11:38:39 -04:00
.gitlab-ci.yml Add Gitlab CI configuration 2018-11-12 16:06:39 +02:00
.gitmodules Update git locations to gitlab 2018-11-05 05:56:35 +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.16.0 2019-04-19 00:34:55 +01:00
configure.ac meson: Bump minimal GLib version to 2.44 2019-06-02 21:39:33 +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.16.0 2019-04-19 00:34:55 +01:00
Makefile.am docs: Port to hotdoc 2019-05-13 11:38:39 -04:00
meson.build meson: Bump minimal GLib version to 2.44 2019-06-02 21:39:33 +02:00
meson_options.txt docs: Port to hotdoc 2019-05-13 11:38:39 -04:00
NEWS Release 1.16.0 2019-04-19 00:34:55 +01:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Back to development 2019-04-19 11:00:07 +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 on top of GStreamer for building an RTSP server

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