CasparCG OBS Integration

Hello,

I see a few threads on topic but they utilize software I cannot find.
I was curious if anyone actively pipes casparCG graphics into OBS Studio.
I see using NDI is an option but I haven’t been able to successfully configure it.

Thanks!

I dont se what the problem is. Its not a technical but a user generated problem (=wrong configuration)
here is channel 1 (background) and Channel 2 (graphic) from CasparCG as NDI into OBS, both running on same machine.
Start to check are CasparCG sending NDI (NDI Studio monitor first on CasparCG PC if that OK then on OBS-PC).
If NDI not OK on CasparCG-PC the config-file problem or firewall
If NDI OK on CasparCG-PC but not OBS then firewall/network-issue
If that OK then the OBS NDI plugin need to be installed
.

1 Like

I’m assuming its a configuration issue, what software did you download and would you be willing to share your config file with me?
What version of caspar are you running?

Thanks!

I use Caspar Server 2.3.3 LTS, Client 2.3.0 and OBS 27.0 aka latest versions of all

and my config

<?xml version="1.0" encoding="utf-8"?>

<configuration>
<paths>
	    <media-path>D:\_media</media-path>
	    <log-path>log/</log-path>
	    <data-path>data/</data-path>
	    <font-path>D:\_font</font-path>
	    <template-path>D:\_template</template-path>
</paths>
    <lock-clear-phrase>secret</lock-clear-phrase>
<channels>
	<channel>
      		<video-mode>1080i5000</video-mode>
      	<consumers>
        <ndi>
        	<name>CasparCG_1</name>
        	<allow-fields>false</allow-fields>
        	</ndi>
 	<screen>
          	<device>1</device>
          	<aspect-ratio>16:9</aspect-ratio>
          	<stretch>fill</stretch>
          	<windowed>true</windowed>
          	<key-only>false</key-only>
          	<vsync>false</vsync>
          	<borderless>false</borderless>
          	<interactive>true</interactive>
          	<always-on-top>false</always-on-top>
          	<x>1500</x>
          	<y>50</y>
          	<width>384</width>
          	<height>216</height>
          	<sbs-key>false</sbs-key>
          	<colour-space>RGB</colour-space>
        </screen>
      	</consumers>        
</channel>
<channel>
      	<video-mode>1080i5000</video-mode>
      	<consumers>
     	<ndi>
          	<name>CasparCG_2</name>
          	<allow-fields>false</allow-fields>
       	</ndi>
 	<screen>
          	<device>1</device>
          	<aspect-ratio>16:9</aspect-ratio>
          	<stretch>fill</stretch>
         	<windowed>true</windowed>
         	<key-only>false</key-only>
          	<vsync>false</vsync>
          	<borderless>false</borderless>
          	<interactive>true</interactive>
          	<always-on-top>false</always-on-top>
          	<x>1500</x>
          	<y>300</y>
          	<width>384</width>
          	<height>216</height>
          	<sbs-key>false</sbs-key>
          	<colour-space>RGB</colour-space>
       	</screen>
      	</consumers>
</channel>
</channels>
    <controllers>
        <tcp>
            <port>5250</port>
            <protocol>AMCP</protocol>
        </tcp>
    </controllers>
    <amcp>
        <media-server>
            <host>localhost</host>
            <port>8000</port>
        </media-server>
    </amcp>
</configuration>