mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
87c177567d
Adds an address pool for rtspclientsink in order to allow the "port-range" property to restrict the ports available for the RTSP streams rather than always using the ephemeral port-range. If a value is not provided to the "port-range" property, rtspclientsink will select random ports from the ephemeral port-range as before. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2606 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4828> |
||
---|---|---|
.. | ||
docs | ||
examples | ||
gst | ||
scripts | ||
tests | ||
.gitignore | ||
AUTHORS | ||
COPYING | ||
COPYING.LIB | ||
gst-rtsp-server.doap | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
README | ||
RELEASE | ||
REQUIREMENTS | ||
TODO |
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.