Skip to content

V2.8.4.3 – Minor Bug Fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikebrady mikebrady released this 27 Jun 20:12
· 4386 commits to development since this release

Bug Fix

  • Set the RTSP socket to close on exec() of child processes; otherwise, background run_this_before_play_begins or run_this_after_play_ends commands that are sleeping prevent the daemon from being restarted because the listening RTSP port is still in use. Fixes #329.