fix(playout): strip XML comments from casparcg.config (2.5 rejects them)

This commit is contained in:
Zac Gaetano 2026-05-30 16:30:54 -04:00
parent c2409bd037
commit aa7f836493

View file

@ -6,11 +6,6 @@
<data-path>/media/casparcg/data/</data-path> <data-path>/media/casparcg/data/</data-path>
<template-path>/media/templates/</template-path> <template-path>/media/templates/</template-path>
</paths> </paths>
<!-- Single logical channel. The output consumer (DeckLink / NDI / SRT / RTMP)
is added at runtime over AMCP by the Node shim (playout-manager.js), so no
static consumer is declared here. A screen consumer is intentionally
omitted — this is a headless server. -->
<channels> <channels>
<channel> <channel>
<video-mode>1080i5994</video-mode> <video-mode>1080i5994</video-mode>
@ -18,9 +13,7 @@
</consumers> </consumers>
</channel> </channel>
</channels> </channels>
<controllers> <controllers>
<!-- AMCP over TCP — the Node shim connects here. -->
<tcp> <tcp>
<port>5250</port> <port>5250</port>
<protocol>AMCP</protocol> <protocol>AMCP</protocol>