Configuration help (1 Viewer)

naveenbangar

New Member
July 9, 2008
2
0
Hi,

Capture cards, tuners, PVR.. I'm new to all of these.
I got a Pinnacle PCTV 110i (7133 chipset) TV card. Installed the bundled software. To be very frank, the bundled software is very very poor on performance.
I wanted to try out media portal.
I installed media portal and tried configuring my TV card. Unfortunately, I got an error "No video capture card(s) were found"
Can some one provide me with guidelines on how I can get my card working with media portal.

Thanks in advance.
 

naveenbangar

New Member
July 9, 2008
2
0
I modified the xml file as well, but MP is still not able to pick the card up:

<capturecard commercialname="Pinnacle PCTV 110i" capturename="Pinnacle PCTV 713x BDA Analog Capture" devid="ven_1131&amp;dev_7133&amp;subsys_002e11bd&amp;rev_d0">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/>
<tv>
<interface cat="mux" video="" audio="" mpeg2="0"/>
<filters>
<filter cat="tvtuner" name="Pinnacle PCTV 713x BDA Analog Tv Tuner" checkdevice="true"/>
<filter cat="tvaudio" name="Pinnacle PCTV 713x BDA Analog TV Audio" checkdevice="true"/>
<filter cat="crossbar" name="Pinnacle PCTV 713x BDA Analog Xbar" checkdevice="true"/>
<filter cat="capture" name="Pinnacle PCTV 713x BDA Analog Capture" checkdevice="true"/>
<filter cat="videncoder" name="%videoencoder%" checkdevice="false"/>
<filter cat="audencoder" name="%audioencoder%" checkdevice="false"/>
<filter cat="mux" name="%mpegmux%" checkdevice="false"/>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
<connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
<connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/>
<connection sourcefilter="capture" sourcepin="3" sinkfilter="audencoder" sinkpin="0"/>
<connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"/>
<connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"/>
</connections>
</tv>
</capturecard>
 

Users who are viewing this thread

Top Bottom