CasparCG server output stream

Adding up to the previous answer, and from my own experience, this is a recommended setup:

Once you get everything ready, you need to:

  1. Set your caspar.config Server channel with an ndi-consumer. You can do it by adding this to your channel’s consumers:

    <channel>
      <!-- channel settings -->
      <consumers>
        <!-- other consumers you might need -->
        <ndi>
          <name>CasparCG NDI Output</name>
        </ndi>
      </consumers>
    </channel>
    
  2. In OBS set a Scene with an NDI Source. That source must be pointing to your CasparCG NDI Output. In my case, for example, my computer is called TRANSMISIONES and the NDI Source name is Transmision-Aire.

  3. In OBS preferences, check for Advanced > Network. There you can set which network interface you’ll use for streaming.

2 Likes