rtp sout: fix another race condition in RTSP
When RTSP is shut down, the server destroys sessions (with no locking) while clients are still able to concurrently access them, potentially leading to a crash. Make sure we unregister the RTSP URL before cleaning up (then indeed no locking is needed).
Showing
Please register or sign in to comment