I am using the CasparCG Playout to generate a channel with many video files. However, I can’t configure a multicast output (UDP). Does anyone know if this is possible?
I tried to change the carparcg.config
file with this line:
<channels>
<channel>
<video-mode>1080p6000</video-mode>
<consumers>
<screen>
<device>1</device>
<name>youcast</name>
<aspect-ratio>16:9</aspect-ratio>
</screen>
<system-audio />
<ffmpeg>
<path>udp://239.50.98.216:5001</path>
<args>-format mpegts -vcodec libx264 -crf 0 -tune zerolatency -preset ultrafast </args>
<separate-key>false</separate-key>
<mono-streams>false</mono-streams>
</ffmpeg>
</consumers>
</channel>
</channels>
But it doesn’t work. Could you help me?
Thank you.