Hello,
I have a Decklink 4K Pro.
I would like to send fill and key out over the card. I do not have some kind of sdi to hdmi converter to test the outputs.
Here is my config.
What I do not understand the external keyer and key only set to false.
Does this mean card will not send out the key on second device?
Should I set it to key only to true to send really a key out.?
/////////////////////////////////
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<paths>
<media-path>media/</media-path>
<log-path>log/</log-path>
<data-path>data/</data-path>
<template-path>template/</template-path>
</paths>
<lock-clear-phrase>secret</lock-clear-phrase>
<channels>
<channel>
<video-mode>1080p5000</video-mode>
<consumers>
<decklink>
<device>1</device>
<embedded-audio>false</embedded-audio>
<key-device>2</key-device>
<embedded-audio>false</embedded-audio>
<latency>normal</latency>
<keyer>external</keyer>
<key-only>false</key-only>
<buffer-depth>3</buffer-depth>
<custom-allocator>true</custom-allocator>
</decklink>
<screen>
<device>2</device>
<borderless>false</borderless>
<interactive>true </interactive>
<width>800</width>
<height>600</height>
</screen>
<system-audio />
<!-- <ndi>
<name>CasparCG_1</name>
<allow-fields>false</allow-fields>
</ndi>
-->
</consumers>
</channel>
</channels>
<controllers>
<tcp>
<port>5250</port>
<protocol>AMCP</protocol>
</tcp>
</controllers>
<amcp>
</amcp>
<html>
<enable-gpu> false </enable-gpu>
</html>
</configuration>
////////////////////////////////////////////////