Viz Mosart Administrator Guide

Version 3.9 | Published November 04, 2019 ©

Audio Mixer Configuration Files

This section contains the Audio Mixer types:

Calrec TCP/IP Configuration File

The Calrec TCP/IP configuration file is named AudioMixerCalrec.xml.

<?xml version="1.0" encoding="utf-8" ?>
<DeviceConfig name="AudioMixerCalrec">
<Properties>
<!-- If set to true, controller stays connected when in idle. Note that in a redundancy setup,on both main and backup Viz Mosart servers this option must be set to false. -->
<item name="ConnectedWhenIdle" value="false"/>
 
<!-- If set to true, AvAutomation waits for Ack after sending command to the driver.
Note that this configuration will overwrite the general configuration with same name from AvAutomation settings (Ctrl+Shift+S).
If commented, the general configuration from AvAutomation will be taken into consideration.-->
<item name="AudioWaitForAck" value="true"/>
 
<!-- Max wait time for receiving Ack -->
<item name="AckTime" value="199"/>
 
<!-- Wait time before trying to reconnect -->
<item name="ConWait" value="1000"/>
 
<!-- Interval to set fader levels on the audio driver. If set to 0, the operation will not be re-scheduled.
Note that this configuration will overwrite the general configuration with same name from AvAutomation settings (Ctrl+Shift+S).
If commented, the genral configuration from AvAutomation will be taken into consideration.-->
<item name="AudioPollInterval" value="0"/>
 
<!-- Interval to send an heartbeat to the driver (number of counts until next heartbeat will be sent). Set this to -1 to disable sending the heartbeat.
In this case, AvAutomation will not be able to detect when audio driver connection goes down, for example. -->
<item name="HeartbeatInterval" value="1000"/>
</Properties>
</DeviceConfig>

SSL Configuration File

The SSL configuration file is the same as used for Calrec TCP/IP Configuration File

.