• Pierre Ynard's avatar
    rtp sout: fix another race condition in RTSP · 69ec164a
    Pierre Ynard authored
    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).
    69ec164a
rtsp.c 24.4 KB