Hello CasparCG-Community,
I am relatively new to the streaming topic, so I honestly do not know how to realize the following setup:
I have a Blackmagic Decklink Duo 2 Card installed in my PC and want to stream the SDI-Input (1080p30) via my computer over the network to another PC. Audio transmission is not required.
I have already tried to modify the config-file, but I always get a black screen. The config-file currently reads:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<configuration>
<paths>
<media-path>C:\CasparCG Server\Server\media\</media-path>
<log-path>C:\CasparCG Server\Server\log\</log-path>
<data-path>C:\CasparCG Server\Server\data\</data-path>
<template-path>C:\CasparCG Server\Server\template\</template-path>
<thumbnails-path>C:\CasparCG Server\Server\thumbnails\</thumbnails-path>
</paths>
<thumbnails>
<video-mode>1080p3000</video-mode>
</thumbnails>
<channels>
<channel>
<video-mode>1080p3000</video-mode>
<consumers>
<decklink>
<device>1</device>
</decklink>
</consumers>
</channel>
</channels>
<controllers>
<tcp>
<port>5250</port>
<protocol>AMCP</protocol>
</tcp>
</controllers>
</configuration>
The Decklink Cards Output is configured in the way the images I attached show. Connector Mapping is SDI 1 & SDI 2.
With Blackmagic’s Media Express software, the stream will show just fine. I just can’t figure out how to display the stream using CasparCG Server/Client.
Does anybody know how to do this? I’d really appreciate any help!
Lorenz