gstreamer/subprojects/gst-rtsp-server
Jan Schmidt d2dcfea052 rtsp-server: fix for creating backchannel stream dynamically
If collecting the backchannel stream after the stream has begun
preparing, make sure to join it to the RTSP media bin, as is
done for dynamic payloaders in the pad-added handler. Add a
new internal stream creation method for it, that could be
publically exposed later if it proves useful.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8378>
2025-02-06 12:31:59 +00:00
..
docs docs: explicitly list gir files as depends for generating configs 2025-01-20 13:24:44 +01:00
examples rtsp-server: Make onvif sample support different codecs 2025-02-06 12:31:59 +00:00
gst rtsp-server: fix for creating backchannel stream dynamically 2025-02-06 12:31:59 +00:00
scripts gst-omx: Retire the whole package 2023-07-16 19:10:03 +00:00
tests tests/onvif: silence a maybe-unitialized warning 2024-11-18 12:10:58 +11:00
.gitignore Move files from gst-rtsp-server into the "subprojects/gst-rtsp-server/" subdir 2021-09-24 16:15:21 -03:00
AUTHORS Move files from gst-rtsp-server into the "subprojects/gst-rtsp-server/" subdir 2021-09-24 16:15:21 -03:00
COPYING Move files from gst-rtsp-server into the "subprojects/gst-rtsp-server/" subdir 2021-09-24 16:15:21 -03:00
COPYING.LIB Move files from gst-rtsp-server into the "subprojects/gst-rtsp-server/" subdir 2021-09-24 16:15:21 -03:00
gst-rtsp-server.doap Release 1.25.1 2025-01-14 14:57:58 +00:00
meson.build meson: bump minimum version to 1.4 in every subprojects 2025-01-17 20:22:34 +01:00
meson_options.txt build: Add missing common options that are yielding in subprojects 2024-06-27 15:53:46 +00:00
NEWS Release 1.25.1 2025-01-14 14:57:58 +00:00
README Move files from gst-rtsp-server into the "subprojects/gst-rtsp-server/" subdir 2021-09-24 16:15:21 -03:00
RELEASE Release 1.25.1 2025-01-14 14:57:58 +00:00
REQUIREMENTS Move files from gst-rtsp-server into the "subprojects/gst-rtsp-server/" subdir 2021-09-24 16:15:21 -03:00
TODO Move files from gst-rtsp-server into the "subprojects/gst-rtsp-server/" subdir 2021-09-24 16:15:21 -03: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.