Casparcg.config - Idiot-advice

OK:
i run a 2.1 build from a topic here:
Updates server/client?
the build can be downloaded from
here

as client i run the latest build from the caspar ftp server.
you find a link on the caspar main page.
CasparCG Server development builds

(the link on the website http://builds.casparcg.com/CasparCG/20Server/2.1.0 ends dead, http://builds.casparcg.com/ is correct)
there you find new builds, also for server 2.2.

unfortunately the different servers and clients have not a similar behavior with running time and audio tracks, some of then show audio only, some of them none of both.

here my config for a one channel decklink card with 8 audios embedded:
if you have more channels, duplicate the whole section
<channel> inside <channels>
and set the
<device> number to 2… 3… 4…

> <?xml version="1.0" encoding="utf-8"?>
> <configuration>
>   <paths>
>     <media-path>D:\media</media-path>
>     <log-path>C:\CasparCG Server 2.1\server\log/</log-path>
>     <data-path>D:\data/</data-path>
>     <template-path>D:\template</template-path>
>     <thumbnail-path>D:\thumbnail/</thumbnail-path>
>     <font-path>C:\Windows\Fonts</font-path>
>   </paths>
> 
>   <lock-clear-phrase>secret</lock-clear-phrase>
> 
> 	<thumbnails>
>     	<generate-thumbnails>false</generate-thumbnails>
>   </thumbnails>
> 
> <mixer>
>     <straight-alpha>true</straight-alpha>
> </mixer>
> 
>   <channels>
>
>     <channel>
>        <video-mode>1080i5000</video-mode>
>        <channel-layout>8ch</channel-layout>
>         <consumers>
>           <decklink>
>             <device>1</device>
>             <embedded-audio>true</embedded-audio>
>             <channel-layout>8ch</channel-layout>
>             <latency>low</latency>
>             <buffer-depth>3</buffer-depth>
>             <custom-allocator>true</custom-allocator>
>           </decklink>
>         </consumers>
>     </channel>
>
>
>   </channels>
> 
>  
>   <controllers>
>     <tcp>
>       <port>5250</port>
>       <protocol>AMCP</protocol>
>     </tcp>
>     <tcp>
>       <port>3250</port>
>       <protocol>LOG</protocol>
>     </tcp>
>   </controllers>
> </configuration>