MediaPortal with VISTA (1 Viewer)

rdexter

Portal Member
September 21, 2006
5
0
45
MediaPortal Version: newest
MediaPortal Skin: -
Windows Version: vista
CPU Type:
HDD: 160 GB
Memory: 1500MB
Motherboard:
Motherboard Chipset:
Motherboard Bios:
Video Card: Radeon X700
Video Card Driver:
Sound Card:
Sound Card AC3:
Sound Card Driver:
1. TV Card: Creatix SAA7134 S (Philips 7131/7134-Chipset)
1. TV Card Type:
1. TV Card Driver:
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:
MPEG2 Audio Codec:
Satelite/CableTV Provider:
HTPC Case:
Cooling:
Power Supply:
Remote:
TV:
TV - HTPC Connection:

Hello forum!
Media portal does not detect my Creatix SAA7134-S card (t can be found). It is detected in my hardware manager.

Anybody has an idea how to run media center correctly?

Dexter
 

rdexter

Portal Member
September 21, 2006
5
0
45
I solved this problem by myself now, I can now run the MediaPortal on Windows Vista with full support for DVB-S on SAA7134. If there is anybody interested on the way I did it I will post it here.

Best regrads
 

rdexter

Portal Member
September 21, 2006
5
0
45
I installed the latest Snapshot, don't know if this is necessary.
After that I inserted the following block into the CaptureCardDefinitions.xml file in the root directory of my MediaPortal installation:

Code:
  <capturecard commercialname="Medion SAA7134 DVB-S" capturename="713x BDA Digital Capture" devid="ven_1131&amp;dev_7134&amp;subsys_000516be&amp;rev_01">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
    <tv>
      <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"/>
      <filters>
        <filter cat="networkprovider" name="Microsoft DVBS Network Provider"  checkdevice="false"/>
        <filter cat="tunerdevice"     name="713x BDA DVBS Tuner"              checkdevice="true"/>
        <filter cat="capture"         name="713x BDA Digital Capture"			    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>

The devid is taken from HardwareManager, commercialname and capturename also have to match the settings of the DVB-T adapter from HardwareManager.

I installed the drivers, which were provided by Microsoft by Windows Update, for my TV card.


That's all, it works fine for me.

Dex
 

Users who are viewing this thread

Top Bottom