2026-05-30 09:17:49 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
|
|
|
|
<paths>
|
|
|
|
|
<media-path>/media/</media-path>
|
2026-05-30 11:25:31 -04:00
|
|
|
<log-path>/media/casparcg/log/</log-path>
|
|
|
|
|
<data-path>/media/casparcg/data/</data-path>
|
2026-05-30 09:17:49 -04:00
|
|
|
<template-path>/media/templates/</template-path>
|
|
|
|
|
</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>
|
|
|
|
|
<channel>
|
|
|
|
|
<video-mode>1080i5994</video-mode>
|
|
|
|
|
<consumers>
|
|
|
|
|
</consumers>
|
|
|
|
|
</channel>
|
|
|
|
|
</channels>
|
|
|
|
|
|
|
|
|
|
<controllers>
|
|
|
|
|
<!-- AMCP over TCP — the Node shim connects here. -->
|
|
|
|
|
<tcp>
|
|
|
|
|
<port>5250</port>
|
|
|
|
|
<protocol>AMCP</protocol>
|
|
|
|
|
</tcp>
|
|
|
|
|
</controllers>
|
|
|
|
|
</configuration>
|