KWord PCIE PE310 (1 Viewer)

wangthedead

New Member
April 24, 2007
2
0
I am trying to get this card working, I have followed the guide hear:

http://wiki.team-mediaportal.com/Add_TVCard_to_natively_supported_list

I have manually added the card which is a Phillips SAA7162 but media portal still wont use it. this is what I am putting in my CaptureCardDefinitions.xml:

<capturecard commercialname="Philips SAA7162 DVB-T Tuner 1" capturename="7162 BDA Digital Capture0" devid="ven_1131&dev_7162&subsys_752117de&rev_01">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
<tv>
<interface cat="capture" video="3" audio="4" mpeg2="1" sectionsandtables="2"/>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="7162 BDA DVBT Tuner0" checkdevice="true"/>
<filter cat="capture" name="7162 BDA Digital Capture0" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
</connections>
</tv>
</capturecard>

<capturecard commercialname="Philips SAA7162 DVB-T Tuner 2" capturename="7162 BDA Digital Capture1" devid="ven_1131&dev_7162&subsys_752117de&rev_01">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
<tv>
<interface cat="capture" video="3" audio="4" mpeg2="1" sectionsandtables="2"/>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="7162 BDA DVBT Tuner1" checkdevice="true"/>
<filter cat="capture" name="7162 BDA Digital Capture1" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
</connections>
</tv>
</capturecard>
 

Users who are viewing this thread

Top Bottom