I’ve been running into random problems with a 3ch server.
We’re running an i9 9920x, gtx 1080, and 3 Decklink 4k extremes.
Most of our graphics are running off of HTML templates. Nothing crazy, some basic css and js text effects and a few moving divs.
When we have all three channels loaded up and running, we start to see some stuttering with the animation and scrolling text gets closer to 15fps.
CPU usage remains low, GPU copy function hits around 80-85%, which is where I think the problem is.
Do I need to get a faster GPU? and if so, which one?
Otherwise, is there optimization in the HTML or config that I should look into?
Here’s a section of the config, identical across all 3 cards
<device>3</device>
<!-- <key-device>4</key-device> -->
<embedded-audio>false</embedded-audio>
<channel-layout>stereo</channel-layout>
<latency>normal</latency>
<keyer>default</keyer>
<key-only>false</key-only>
<buffer-depth>5</buffer-depth>
</decklink>