Config file setting for Server 2.2.0

Hi all,

Struggling to get this working. Wondering if anyone can help?

Have the config file working as I want below on the 2.1.0 NRK CasperCG version.

Am trying the new stable CasperCG 2.2.0 but need to configure the config file in the same way as below on the older version. Not having much luck.

Any ideas?

Cheers,
Chumby

  <!-- Channel 1 -->
  <channel>
    <video-mode>1080p5000</video-mode>
    <straight-alpha-output>true</straight-alpha-output>
    <channel-layout>8ch</channel-layout>
      <consumers>
        <decklink>
          <device>1</device>
            <embedded-audio>true</embedded-audio>
            <channel-layout>8ch</channel-layout>
            <latency>low</latency>
            <keyer>external</keyer>
            <key-only>false</key-only>
            <buffer-depth>3</buffer-depth>
            <custom-allocator>true</custom-allocator>
        </decklink>
      </consumers>
  </channel>

  <!-- Channel 2 -->
  <channel>
    <video-mode>1080p5000</video-mode>
    <straight-alpha-output>true</straight-alpha-output>
    <channel-layout>8ch</channel-layout>
      <consumers>
        <decklink>
          <device>2</device>
            <embedded-audio>true</embedded-audio>
            <channel-layout>8ch</channel-layout>
            <latency>low</latency>
            <keyer>default</keyer>
            <key-only>false</key-only>
            <buffer-depth>3</buffer-depth>
            <custom-allocator>true</custom-allocator>
        </decklink>
      </consumers>
  </channel>
  <channel>
    <video-mode>1080p5000</video-mode>
    <straight-alpha-output>true</straight-alpha-output>
    <channel-layout>8ch</channel-layout>
      <consumers>
        <decklink>
          <device>4</device>
            <embedded-audio>true</embedded-audio>
            <channel-layout>8ch</channel-layout>
            <latency>low</latency>
            <keyer>default</keyer>
            <key-only>false</key-only>
            <buffer-depth>3</buffer-depth>
            <custom-allocator>true</custom-allocator>
        </decklink>
      </consumers>
  </channel>  
<audio>
<channel-layouts>
  		<channel-layout name="8ch"         type="8ch"         num-channels="8" />
</channel-layouts>
</audio>