Hello Caspar Community,
we are working for the last months on our casparcg playback server and we are now having problems with playback through our Decklink Duo Card.
Playback through HDMI / Display Port is runnning flawless. But we got constant audio droputs/glitches and video-glitches on playback through the Decklink Duo 2.
I really like CasparCG and spent so much time to understand all the settings. But I have really no clue, what might be the issue here. Could you guys perhaps help us out here?
First some hardware specs: We are using a HP Z2 Workstation with:
- Intel® Core™ i7-9700 CPU
- 16 GB Ram
- NVIDIA Quadro P2200
This is the Diag Window without playback:
And this is our configuration file.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<paths>
<media-path>C:\Users\MoreCoreStudio\OneDrive - MoreCore UG (haftungsbeschränkt)\Desktop\CasparMedia\</media-path>
<log-path>log\</log-path>
<data-path>data\</data-path>
<template-path>C:\Users\MoreCoreStudio\OneDrive - MoreCore UG (haftungsbeschränkt)\Desktop\CasparTemplates\</template-path>
</paths>
<html>
<enable-gpu>true</enable-gpu>
</html>
<channels>
<channel>
<video-mode>720p3000</video-mode>
<consumers>
<screen>
<device>1</device>
<aspect-ratio>16:9</aspect-ratio>
<stretch>fill</stretch>
<windowed>false</windowed>
<key-only>false</key-only>
<vsync>false</vsync>
<borderless>true</borderless>
<interactive>true</interactive>
<always-on-top>true</always-on-top>
</screen>
</consumers>
</channel>
<channel>
<video-mode>1080p3000</video-mode>
<consumers>
<decklink>
<device>1</device>
<key-device>2</key-device>
<embedded-audio>true</embedded-audio>
<latency>normal</latency>
<keyer>external</keyer>
<key-only>false</key-only>
<buffer-depth>3</buffer-depth>
</decklink>
<system-audio>
<channel-layout>stereo</channel-layout>
<latency>0</latency>
</system-audio>
</consumers>
</channel>
<channel>
<video-mode>1080p3000</video-mode>
<consumers>
<decklink>
<device>2</device>
<embedded-audio>true</embedded-audio>
<latency>normal</latency>
<keyer>external</keyer>
<buffer-depth>4</buffer-depth>
</decklink>
<system-audio>
<channel-layout>stereo</channel-layout>
<latency>0</latency>
</system-audio>
</consumers>
</channel>
</channels>
<controllers>
<tcp>
<port>5250</port>
<protocol>AMCP</protocol>
</tcp>
</controllers>
<amcp>
<media-server>
<host>localhost</host>
<port>8000</port>
</media-server>
<diagnostics>
<graphs>true</graphs>
</diagnostics>
</amcp>
</configuration>
Do you guys have an idea what we can do to solve the glitches and dropouts?
Best wishes,
Mike