diff options
| author | Luke Hoersten <[email protected]> | 2026-07-01 13:22:05 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-07-01 13:22:05 -0500 |
| commit | 0be8f188b46bd073e4c6836dedf79a5282250828 (patch) | |
| tree | 83542d79d7da34127f8db2e815184e1d4361c387 /.clangd | |
| parent | ec49dcd0ac9bf73b8be56127eef30428af5824a4 (diff) | |
scrypted: trim stream logging volume
A chatty camera keeps a viewport streaming for long stretches, and the old
logging emitted ~5 cold-start stamps + a 10s window line per ~10s per stream.
Cut it down:
- keep a single cold-start stamp (first ffmpeg frame); drop spawned / first
stdout byte / first socket.write.
- gate the 10s window line on noteworthy windows only (socket-not-ready drops,
a buffer-cap flush this window, firmware shedding >=2fps, or painted <20fps);
healthy 24fps windows print nothing — the per-wake lines already show liveness.
- log "registered" only when the pushed config actually changes, not on every
5-minute reregister cycle. lastRegisterSig cleared on stop() for fresh-load
parity.
No behavior change beyond logging.
Diffstat (limited to '.clangd')
0 files changed, 0 insertions, 0 deletions
