dragonflight/services/playout
Zac Gaetano 7451d7c703 fix(playout): lighter 360p/20fps preview encode so the CPU re-mux keeps up
The 720p30 libx264 preview re-encode couldn't sustain real time on the
CPU-only sidecar (running alongside CasparCG's mixer + STREAM consumer):
the UDP input overran and the HLS output stalled, freezing the playlist so
hls.js saw a static live edge (monitor black). Drop the confidence monitor
to 360p / 20fps / ultrafast (-g 40 = 2.0s GOP) — a fraction of the cost,
sustains real time comfortably. NVENC would be ideal but the image's static
ffmpeg has no nvenc encoder; 360p ultrafast is plenty for a preview.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 16:15:16 -04:00
..
src fix(playout): lighter 360p/20fps preview encode so the CPU re-mux keeps up 2026-05-31 16:15:16 -04:00
casparcg.config fix(playout): strip comments from casparcg.config (parser aborts on them) 2026-05-31 14:32:08 -04:00
Dockerfile fix(playout): use static ffmpeg, not apt, to avoid CasparCG SIGABRT 2026-05-31 14:18:56 -04:00
entrypoint.sh fix(playout): clean video-only HLS preview via standalone ffmpeg re-mux 2026-05-31 13:55:18 -04:00
package.json feat(playout): CasparCG sidecar image + Node AMCP shim 2026-05-30 14:02:25 +00:00