Unable to import my DVB-T USB Stik (1 Viewer)

slaYer977

Portal Member
October 11, 2007
17
0
Hello,

I have this DVB-T USB stick MSI Digi Vox mini Sl.

MediaPortal 0.2.2.0 does not support this device. But I do have a BDA driver. So I am trying to edit my CaptureCardDefinitions table, so MediaPortal will support my stick.

I created a graph with graphedit:

9euq3cti.jpg


As you can see, I do not have a tuner-device, just a receiver-device
ime8a8hr.gif


So, I added the following lines into my CaptureCardDefinitions.xml:
Code:
<capturecard commercialname="MSI Digi Vox mini SL" capturename="DiBcom MOD3000 TV receiver" devid="vid_eb1a&amp;pid_e361">
    <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 DVBT Network Provider"    checkdevice="false"/>
        <filter cat="tunerdevice"     name="DiBcom MOD3000 TV receiver"   checkdevice="true"/>
      </filters>
      <connections>
        <connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
      </connections>
    </tv>
  </capturecard>

Unfortunately this doesn´t work!

In MediaPortal Setup I can see now my usb stick, but when I select this device I get the following error:

b8za2hui.jpg


If I start MediaPortal and start the Wizard scanning for channels, then MediaPortal crashes.

I know that there is tvengine3 and MediaPortal rc3. But in my opinion this versions are still too buggy, so I would like to get my usb stick running with MP 0.2.2.0. tvengine3 has no problems with my stick, but some bugs in tvendinge and rc3 killed the application after some days. So I couldn`t receive any channel anymore.

So, can somebody help me to get my usb stick working with MP 0.2.2.0?

--
thx
-slaYer977-
 

Users who are viewing this thread

Top Bottom