CasparCG / help

File an issue here if you need help with CasparCG by the community-led support :+1:
https://casparcg.com
74 stars 8 forks source link

NDI +CASPARCG informations #40

Open pedrag8 opened 4 years ago

pedrag8 commented 4 years ago

HI evrybody I am trying to configure the CasparCG to output and/or play an NDI feed, I am looking for what is writing in github about, and in internet generally, two things I am missing:

thanks so much for your work !

herzogmedia commented 4 years ago

If you're feeling risky, you can try the new Version 2.3 which is still in beta but has a new NDI-Consumer, which just needs to have the NDI-Tools installed to work. https://github.com/CasparCG/server/releases/tag/v2.3.0-lts-beta.1

NDI-Output could be enabled with


<ndi>
                <name>[custom name]</name> <-- Defines the name of the NDI output -->
                <allow-fields>false [true|false]</allow-fields> <-- If NDI output should be interlaced or progessive -->
</ndi>
pedrag8 commented 4 years ago

Thanks so much I will try this code!