mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-09-16 23:33:58 -04:00
dep/RtspServer was pinned at a071599, which predates the portability fix, so cmake --build fails on macOS in the vendored server: dep/RtspServer/src/net/Pipe.cpp:60:6: error: use of undeclared identifier 'pipe2' ZoneMinder/RtspServer#14 emulates pipe2() with pipe() + fcntl() on platforms that lack it (macOS, the BSDs). Pinning master (a8781ec) rather than that one merge commit, so the submodule tracks a branch tip we can move forward again. The bump carries four upstream commits: bf6576a fix: emulate pipe2 with pipe + fcntl on platforms without it 7ea3c31 fix: hold shared_ptr to self in RtpConnection trigger lambda abdf5ad feat: AV1Source passthrough mode for pre-formed RTP payloads 064e08c docs: rewrite README as standalone project Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B5KL9Xbi7K5aGsauLtd8tG