dragonflight/services
ZGaetano 0c405ae7d4 fix(growing): read GROWING_ENABLED from env at record time + drop dead const
Second half of the growing-never-engages bug. start() decided growing via the module-level const GROWING_ENABLED (captured false at standby boot) and referenced the now-removed GROWING_SMB_MOUNT const (ReferenceError, silently swallowed). Both made growingActive=false, so every growing record produced HEVC/S3 instead of XDCAM HD422 MXF. Now reads process.env.GROWING_ENABLED + growingSmbConfig().mount fresh at record start.
2026-06-04 13:02:23 +00:00
..
capture fix(growing): read GROWING_ENABLED from env at record time + drop dead const 2026-06-04 13:02:23 +00:00
framecache fix: declare all slot functions in slot.h to prevent 64-bit pointer truncation 2026-06-03 20:16:35 +00:00
mam-api fix(s3): keep-alive agents + long timeouts to end socket starvation 2026-06-04 12:53:28 +00:00
node-agent fix(node-agent): proper stdcopy demux for container logs (clean line starts) 2026-06-04 05:29:56 +00:00
playout feat(playout): redesigned MCR screen + SCTE-35 end-to-end 2026-05-31 19:58:02 -04:00
premiere-plugin diag(premiere-plugin): v1.2.5 — no-op IIFE writes to Documents/ + reports lf.open result 2026-05-28 03:59:40 +00:00
premiere-plugin-uxp fix(uxp): remove broken v2.2.3 ccx — stay on v2.2.2 2026-06-03 16:07:32 +00:00
web-ui feat(recorders): expose XDCAM HD422 bitrate field in growing mode 2026-06-04 11:52:07 +00:00
worker fix(s3): keep-alive agents + long timeouts to end socket starvation 2026-06-04 12:53:28 +00:00