AverTV M150 not working (1 Viewer)

mediamikek

New Member
October 21, 2005
2
0
Hi

It appears that AverTV M150 MCE is not working with RC2. It actually wasn't working with RC1 either, but I figured there were enough people with that card to have reported and fixed it by now.

Anyway, here is an entry in CaptureCardDefinitions.xml that makes my card work:

Code:
  <capturecard commercialname="AverMedia M150 (NTSC)" capturename="AVerMedia AVerTV MPEG Video Capture" devid="ven_14f1&amp;dev_8800&amp;subsys_c1111461&amp;rev_05">
    <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"></capabilities>
    <tv>
      <interface cat="encoder" video="" audio="" mpeg2="0"></interface>
      <filters>
        <filter cat="tvtuner"  name="AVerMedia AVerTV Tuner"				checkdevice="true"></filter>
        <filter cat="tvaudio"  name="AVerMedia AVerTV TvAudio"				checkdevice="true"></filter>
        <filter cat="crossbar" name="AVerMedia AVerTV MPEG Crossbar"		checkdevice="true"></filter>
        <filter cat="capture"  name="AVerMedia AVerTV MPEG Video Capture"   checkdevice="true"></filter>
        <filter cat="encoder"  name="AVerMedia AVerTV MPEG Encoder"			checkdevice="true"></filter>
      </filters>
      <connections>
        <connection sourcefilter="tvtuner"  sourcepin="0" sinkfilter="crossbar" sinkpin="0"></connection>
        <connection sourcefilter="tvtuner"  sourcepin="1" sinkfilter="tvaudio"  sinkpin="0"></connection>
        <connection sourcefilter="tvaudio"  sourcepin="0" sinkfilter="crossbar" sinkpin="5"></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>

I've played with RC2 for a few minutes, and it does seem much more stable. Thnx guys, and keep up all the great work!

Cheers,

m
 

Commodore 64

Retired Team Member
  • Premium Supporter
  • June 20, 2005
    328
    1
    48
    Home Country
    United States of America United States of America
    Check that the devID for your card matches the one in that xml blurb you posted.

    You can find the devID in the device manager for your card.
     

    Users who are viewing this thread

    Top Bottom