Sample of mos gateway configuration file – Grass Valley Aurora Playout v.6.5 User Manual
Page 156

Sample of MOS Gateway configuration file
NOTE: Due to the book’s margin requirements, some wrapping of the text may occur in
the following sample file that should not appear in the actual file.
For use with Aurora Playout, the iNEWS mosconfig.xml file should be configured as
follows:
<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<!-- This file contains configuration settings for the iNEWS
MOS Gateway. xmlns="http://www.
inewsroom.com/mosgateway"-->
<!-- It is in an XML-based format, with the root element being
mosGatewayConfiguration. -->
<mosGatewayConfiguration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespace
SchemaLocation="mosconfig.xsd">
<!-- The logging element specifies the directory in which to
put log files, -->
<!-- the maximum number of log files to create, and how big
each one can grow. -->
<logging>
<directory>C:\Program Files\Avid\MOSGateway\Logs</directory>
<maxFileCount>1</maxFileCount>
<maxFileBytes>10000000</maxFileBytes>
<!-- YES/NO Also sends all logging to OutputDebugString so
any Windows debugger will see it. -->
<winDebugTrace>NO</winDebugTrace>
<!-- on/off Sends all incoming socket traffic to seperate
log files. -->
<socket>off</socket>
</logging>
<!-- -->
<!-- The tcpPorts element specifies the TCP ports on which the
MOS Gateway listens for -->
<!-- MOS connections. Every MOS that connects to the MOS Gateway
must use the same ports. -->
<tcpPorts>
<out_upper>10541</out_upper>
<out_lower>10540</out_lower>
<in_upper>10541</in_upper>
<in_lower>10540</in_lower>
</tcpPorts>
156
Aurora Playout User Guide
19 November 2008
Aurora Playout Appendix