TV-Server Version:
MediaPortal Version: 0.2.3 RC2
MediaPortal Skin: BlueTwo
Windows Version: Windows XP Pro + SP2
CPU Type: AMD Sempron 2400+
HDD:
Memory:
Motherboard: ASRock
Motherboard Chipset:
Motherboard Bios:
Video Card: Geforce FX 5200
Video Card Driver: Latest
Sound Card: Trust 5.1
Sound Card AC3:
Sound Card Driver:
1. TV Card: WinTV-PVR-USB2
1. TV Card Type: analog
1. TV Card Driver: latest
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec: MPV Decoder Filter
MPEG2 Audio Codec: MPA Decoder Filter
Satelite/CableTV Provider: UPC Netherlands
HTPC Case:
Cooling:
Power Supply:
Remote: Hauppauge remote
TV: Vestel
TV - HTPC Connection: S-Video
The TV-card works in WinTV2000 but not in Mediaportal. I checked error.log and I saw this as well:
Changed CaptureCardDefinitions into this:
What's wrong here and why does it work within WinTV2000?
And it does find my channels with autoscan, without previews...
Problem solved, using this card definition:
MediaPortal Version: 0.2.3 RC2
MediaPortal Skin: BlueTwo
Windows Version: Windows XP Pro + SP2
CPU Type: AMD Sempron 2400+
HDD:
Memory:
Motherboard: ASRock
Motherboard Chipset:
Motherboard Bios:
Video Card: Geforce FX 5200
Video Card Driver: Latest
Sound Card: Trust 5.1
Sound Card AC3:
Sound Card Driver:
1. TV Card: WinTV-PVR-USB2
1. TV Card Type: analog
1. TV Card Driver: latest
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec: MPV Decoder Filter
MPEG2 Audio Codec: MPA Decoder Filter
Satelite/CableTV Provider: UPC Netherlands
HTPC Case:
Cooling:
Power Supply:
Remote: Hauppauge remote
TV: Vestel
TV - HTPC Connection: S-Video
The TV-card works in WinTV2000 but not in Mediaportal. I checked error.log and I saw this as well:
Code:
2007-11-13 01:30:30.328125 [ERROR][6]: SinkGraph:FAILED to connect Encoder->mpeg2 demuxer:80040217
Changed CaptureCardDefinitions into this:
<capturecard commercialname="Hauppauge PVR USB2 AVS Video Capture" capturename="Hauppauge PVR USB2 AVS Video Capture" devid="vid_2040&pid_2400">
<capabilities tv="true" radio="true" mpeg2="true" mce="true" sw="false" bda="false"></capabilities>
<tv>
<interface cat="capture" video="" audio="" mpeg2="0"></interface>
<filters>
<filter cat="tvtuner" name="Hauppauge PVR USB2 AVS Tuner" checkdevice="true"></filter>
<filter cat="tvaudio" name="Hauppauge PVR USB2 AVS TvAudio" checkdevice="true"></filter>
<filter cat="capture" name="Hauppauge PVR USB2 AVS Video Capture" checkdevice="true"></filter>
<filter cat="crossbar" name="Hauppauge PVR USB2 AVS Crossbar" checkdevice="true"></filter>
<filter cat="videncoder" name="Hauppauge PVR USB2 AVS Encoder" checkdevice="true"></filter>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="0"></connection>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"></connection>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="3"></connection>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
<connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"></connection>
<connection sourcefilter="capture" sourcepin="3" sinkfilter="videncoder" sinkpin="0"></connection>
</connections>
</tv>
</capturecard>
What's wrong here and why does it work within WinTV2000?
And it does find my channels with autoscan, without previews...
Problem solved, using this card definition:
<capturecard commercialname="Hauppauge PVR USB2 AVS" capturename="Hauppauge PVR USB2 AVS Video Capture" devid="vid_2040&pid_2400">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/>
<tv>
<interface cat="encoder" video="" audio="" mpeg2="0"/>
<filters>
<filter cat="tvtuner" name="Hauppauge PVR USB2 AVS Tuner" checkdevice="true"/>
<filter cat="tvaudio" name="Hauppauge PVR USB2 AVS TvAudio" checkdevice="true"/>
<filter cat="crossbar" name="Hauppauge PVR USB2 AVS Crossbar" checkdevice="true"/>
<filter cat="capture" name="Hauppauge PVR USB2 AVS Video Capture" checkdevice="true"/>
<filter cat="encoder" name="Hauppauge PVR USB2 AVS Encoder" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
<connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
<connection sourcefilter="capture" sourcepin="3" sinkfilter="encoder" sinkpin="0"/>
</connections>
</tv>
</capturecard>