DVB Stick (1 Viewer)

mne2

Portal Member
June 13, 2006
7
0
The first link posted is a KWorld DVB-T 355U usb stick. I've got one and would love to know how to get it working with mediaportal!
 

mne2

Portal Member
June 13, 2006
7
0
OK i've gotten this working by adding the following to CaptureCardDefinitions.xml:

<capturecard>
<capabilities>
<tv>
<interface>
<filters>
<filter>
<filter>
<filter>
</filters>
<connections>
<connection>
<connection>
</connections>
</tv>
</capturecard>
 

zane

New Member
June 13, 2006
2
0
mne2 said:
OK i've gotten this working by adding the following to CaptureCardDefinitions.xml:

<capturecard>
<capabilities>
<tv>
<interface>
<filters>
<filter>
<filter>
<filter>
</filters>
<connections>
<connection>
<connection>
</connections>
</tv>
</capturecard>

So all the features work with that stuff in the file ?? Like the EPG e.t.c
 

mne2

Portal Member
June 13, 2006
7
0
Yes - as far as i can see anyway!! - although the xml didn't come out in the above post so i will try again here

Code:
  <capturecard commercialname="KWorld DVB-T 355U" capturename="USB 2870 Device" devid="vid_eb1a&amp;pid_e357">
    <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="BDA 2870 TVTuner"					checkdevice="true"/>
        <filter cat="capture"         name="USB 2870 Device"					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>
 

mne2

Portal Member
June 13, 2006
7
0
Can someone tell me who would i need to contact to get this information added to any future releases?
 

Users who are viewing this thread

Top Bottom