2013-03-13, 06:08 AM
I got the first tuner working great. Then I added the remaining 3 tuners in the NetworkRecorder.xml (stopped NPVR service first) and got errors when I clicked the Device Setup for the NetworkRecorder in Settings/Devices. Heres what my xml looks like:
<?xml version="1.0"?>
<Settings>
<PluginSettings>
<NetworkRecorder id="20" instance="1">
<FriendlyName>HTPC1</FriendlyName>
<host>127.0.0.1</host>
<port>6976</port>
<delay>5000</delay>
</NetworkRecorder>
</PluginSettings>
<PluginSettings>
<FriendlyName>HTPC2</FriendlyName>
<host>127.0.0.1</host>
<port>6981</port>
<delay>5000</delay>
</NetworkRecorder>
</PluginSettings>
<PluginSettings>
<FriendlyName>HTPC3</FriendlyName>
<host>127.0.0.1</host>
<port>6978</port>
<delay>5000</delay>
</NetworkRecorder>
</PluginSettings>
<PluginSettings>
<FriendlyName>HTPC4</FriendlyName>
<host>127.0.0.1</host>
<port>6976</port>
<delay>5000</delay>
</NetworkRecorder>
</PluginSettings>
</Settings>
I double checked that the ports are matching the ports inside SageDCT. Did I do this right?
<?xml version="1.0"?>
<Settings>
<PluginSettings>
<NetworkRecorder id="20" instance="1">
<FriendlyName>HTPC1</FriendlyName>
<host>127.0.0.1</host>
<port>6976</port>
<delay>5000</delay>
</NetworkRecorder>
</PluginSettings>
<PluginSettings>
<FriendlyName>HTPC2</FriendlyName>
<host>127.0.0.1</host>
<port>6981</port>
<delay>5000</delay>
</NetworkRecorder>
</PluginSettings>
<PluginSettings>
<FriendlyName>HTPC3</FriendlyName>
<host>127.0.0.1</host>
<port>6978</port>
<delay>5000</delay>
</NetworkRecorder>
</PluginSettings>
<PluginSettings>
<FriendlyName>HTPC4</FriendlyName>
<host>127.0.0.1</host>
<port>6976</port>
<delay>5000</delay>
</NetworkRecorder>
</PluginSettings>
</Settings>
I double checked that the ports are matching the ports inside SageDCT. Did I do this right?