rtsp-media-factory: expose API to disable RTCP
authorMathieu Duponchelle <mathieu@centricular.com>
Fri, 4 Sep 2020 19:14:35 +0000 (21:14 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Sat, 10 Oct 2020 00:06:18 +0000 (02:06 +0200)
commit1730940abd0f6dbdb69b4ab554403b70ac4fe810
treec7bcd01f616b57a9baac7b74664732b3384757ae
parent5029335dcb088b44f6f2dd090994888beeb9b37b
rtsp-media-factory: expose API to disable RTCP

This is supported by the RFC, and can be useful on systems where
allocating two consecutive ports is problematic, and RTCP is not
necessary.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/159>
examples/test-launch.c
gst/rtsp-server/rtsp-media-factory.c
gst/rtsp-server/rtsp-media-factory.h
gst/rtsp-server/rtsp-media.c
gst/rtsp-server/rtsp-server-internal.h
gst/rtsp-server/rtsp-stream.c
tests/check/gst/client.c