AVerTV Super 007 supported??? (1 Viewer)

dekelc

New Member
March 12, 2008
4
0
MediaPortal Version: 0.2.3
MediaPortal Skin: bluetwo
Windows Version: xp home
CPU Type: pentium 4 2.66GHZ
HDD: 80 GB
Memory: 1 GB
Motherboard: MSI
Video Card: GeForce 6200
1. TV Card: AVerTV Super 007 (M135-A)


Hello!

Is my tv card supported by MediaPortal?
I have installed AverMedia Studio V6, set the decoders to the avermedia ones, and the card is not even recognized by MediaPortal.

Can anyone help??

Thanks!
 

Vièzé

New Member
April 5, 2008
1
0
Hi

I have the same card.
I read the section "Add TVCard to natively supported list"
I tried this out, but in graphedit there is nothing to find under "BDA Source Filters" with my card installed.
There are a lot of other filters to find however so I tried to create the code for the CaptureCardDefinitions.xml file.
Thusfar I got this:
Code:
<capturecard commercialname="AVerMedia M135-A PCI Analog" capturename="AVerMedia BDA Analog Capture" devid="ven_1131&amp;dev_7133&amp;subsys_f11d1461&amp;rev_d1">
    <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="true"></capabilities>
    <tv>
      <interface cat="encoder" video="" audio="" mpeg2="0"></interface>
      <filters>
        <filter cat="tvtuner" name="AVerMedia BDA Analog TV Tuner" checkdevice="true"></filter>
        <filter cat="tvaudio" name="AVerMedia BDA Analog TV Audio" checkdevice="true"></filter>
        <filter cat="crossbar" name="AVerMedia BDA Analog Xbar" checkdevice="true"></filter>
        <filter cat="capture" name="AVerMedia BDA Analog Capture" checkdevice="true"></filter>
 	<filter cat="videncoder" name="%videoencoder%" checkdevice="false"></filter>
        <filter cat="audencoder" name="%audioencoder%" checkdevice="false"></filter>
      </filters>
      <connections>
        <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"></connection>
        <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"></connection>
        <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"></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="2" sinkfilter="encoder" sinkpin="0"></connection>
        <connection sourcefilter="capture" sourcepin="3" sinkfilter="encoder" sinkpin="1"></connection>
      </connections>
    </tv>
  </capturecard>
But this still doesn't work. In MediaPortal config, when I try to add a tv card it says: "No video capture card(s) were found, you won't be able to configure a capture card"
I guess there still something wrong in my code.

Could someone please help me out?
 

GoshaK

New Member
September 6, 2008
1
0
To begin with, at script addition in file CaptureCardDefinitions.xml, pay attention to last line of a file:
</capturecards> - after addition of this script it should remain right at the end
At me this script has worked, but only on half.
The card is defined, but MP gives out an error "Unable to create graph"
I believe a problem in pins' connection
I have constructed the graph in graphedit, all worked, but I could not transfer pins' connections to a script
 

Schnö

Portal Member
September 1, 2008
5
0
Home Country
Germany Germany
Is there anything new about this issue ?
I have the same problem: My AverMedia M135 is being detected in TVServer, but finds no TV channels in scan. When I set up one channel manually it says "Cannot start timeshift"... ?

Thanks and greets...
 

Users who are viewing this thread

Top Bottom