Transcode Hardware Auto Configuration

    This step will auto detect all configured D100 cards. The utility used to configure is called "sngtc_cfg".

    This utility will probe all the ethernet interfaces looking for transcoding modules. Be aware it will attempt to bring up all interfaces in the system in order to transmit some special ethernet frames
    to discover transcoding modules. It will then ask for configuration for each interface where transcoding modules were detected.

    1. On the machine containing the transcoder hardware, type:
      --> sngtc_cfg --server

      The above command will create transcoder configuration file located:
      -->  /etc/sngtc/sngtc_server.conf.xml
       
    2. The above file must now be edited so that the sngtc_server will be able to listen on all ethernet interfaces in order to receive the transcoding requests from the remote SOAP clients for a distributed system.  Type:

      --> vi /etc/sngtc/sngtc_server.conf.xml 

      Add the following lines of code to the beginning of the file just inside of the "configuration" tag:
      <settings>

                    <param name="bindaddr" value="0.0.0.0" /> 
                    <param name="bindport" value="9000" />
            </settings>

    If you wish to have the sngtc_server listen on a specific network interfaces, then change the "bindaddr" value to the specific interface IP