gstreamer/subprojects/gst-rtsp-server
Branko Subasic 41d436e56e gst-rtsp-server: fix race in rtsp-client
When tunneling over HTTP, if connection on the second channel happens
before the control timer is created we may trigger an assert in
rtsp_ctrl_timeout_remove(). Avoid that by taking the priv->lock before
attaching the client thread to the context.

Fixes #1025

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1867>
2022-03-07 09:15:11 +00:00
..
docs Back to development 2022-02-04 22:59:41 +00:00
examples gst-rtsp-server: Fix leak in appsrc2 example 2022-01-24 01:25:57 +00:00
gst gst-rtsp-server: fix race in rtsp-client 2022-03-07 09:15:11 +00:00
scripts
tests meson: update for meson.build_root() and .build_source() deprecation 2021-10-20 11:20:44 +00:00
.gitignore
AUTHORS
ChangeLog Release 1.20.0 2022-02-03 20:03:15 +00:00
COPYING
COPYING.LIB
gst-rtsp-server.doap Release 1.20.0 2022-02-03 20:03:15 +00:00
meson.build Back to development 2022-02-04 22:59:41 +00:00
meson_options.txt
NEWS Release 1.20.0 2022-02-03 20:03:15 +00:00
README
RELEASE Release 1.20.0 2022-02-03 20:03:15 +00:00
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.