Kworld usb video card, can it be used with media portal (1 Viewer)

danandrews80

New Member
September 16, 2006
3
0
39
Area: Media Portal Program
MediaPortal Version: 0.2.0.0 (2006-07-03)
MediaPortal Skin: BlueTwo
Windows Version: Windows XP (SP2)
.NET CLR Version: 2.0.50727
DirectX Version: 4.09.00.0904 (9.0c)
Audio Codec: MPA Decoder Filter
Video Codec: MPV Decoder Filter
CPU Type: Intel Pentium D - 2.66GHz
Memory: 2 GB
Motherboard: ConRoe945G-DVI
TV Card Model: KWorld DVB-T 350U Device - QT
TV Card Type: USB
TV Card Driver: 4.6.425.0
Video Card Model: Nvidia Geforce 7300 GT (256 MB)
Video Card Driver: -
Video Card Resolution: 1280x768
Video Render Type: -
Audio Card Model: Realtek High Definition Audio
Audio Card Driver: -
Synopsis::

MEdia portal does not recognize this card, is there anyway to get it to work with media portal
 

danandrews80

New Member
September 16, 2006
3
0
39
I have tried this but it brings me this up as the moniker,

@device:pnp:\\?\usb#vid_eb1a&pid_e357#5&1d73674e&0&5#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bc102acb-6095-451d-8ed6-16cf3c832ebc}

which is different to the example given what should i cut and paste

cheers
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
I have tried this but it brings me this up as the moniker,

@device:pnp:\\?\usb#vid_eb1a&pid_e357#5&1d73674e&0&5#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\{bc102acb-6095-451d-8ed6-16cf3c832ebc}

which is different to the example given what should i cut and paste

cheers

That's why it's called an "example". The example is a pci card, yours is a usb card.

Here's a link to the thread where I decribe how I set up my pcHDTV card. Use it as an "example":
https://forum.team-mediaportal.com/showthread.php?t=7629&

Especially important was the CaptureCardDefinitions file:
https://forum.team-mediaportal.com/showpost.php?p=53011&postcount=9
 

giodka

New Member
January 14, 2007
1
0
I suppose that I'm coming a bit late acording to messages dates, but for other users of this card. I have succed installing it in my computer!

This is the code that you should put on your CaptureCardDefinitions.xml file, I've got it following the instructions of the wiki: Wiki's Add tvCard page

Code:
  <capturecard commercialname="KWorld U350 USB" capturename="USB 2870 Device" devid="vid_eb1a&amp;pid_e355">
    <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="false"/>
        <filter cat="capture"         name="USB 2870 Device"                  checkdevice="false"/>
      </filters>
      <connections>
        <connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
        <connection sourcefilter="tunerdevice"     sourcepin="0" sinkfilter="capture"     sinkpin="0"/>
      </connections>
    </tv>
  </capturecard>

copy the text at the bottom just before </capturecards>

Sorry for my english!

Bye!
 

Hemin

Portal Pro
December 29, 2006
59
4
Home Country
Spain Spain
I suppose that I'm coming a bit late acording to messages dates, but for other users of this card. I have succed installing it in my computer!

This is the code that you should put on your CaptureCardDefinitions.xml file, I've got it following the instructions of the wiki: Wiki's Add tvCard page

Code:
  <capturecard commercialname="KWorld U350 USB" capturename="USB 2870 Device" devid="vid_eb1a&amp;pid_e355">
    <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="false"/>
        <filter cat="capture"         name="USB 2870 Device"                  checkdevice="false"/>
      </filters>
      <connections>
        <connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
        <connection sourcefilter="tunerdevice"     sourcepin="0" sinkfilter="capture"     sinkpin="0"/>
      </connections>
    </tv>
  </capturecard>

copy the text at the bottom just before </capturecards>

Sorry for my english!

Bye!

Thank you for your xml config!! I buy it today as the second DVB-T card (for only 16€) and it works!

I:D
 

Users who are viewing this thread

Top Bottom