Problem with AVerMedia A301 Config (1 Viewer)

b00nlander

New Member
May 14, 2007
3
0
Home Country
Germany Germany
Hi,

my TV card is a hybrid card (analog + DVB-T), so I tried to add the settings of the analog part to the CardDefinitions as described here (the settings for DVB-T are already in the xml file). Well, what I did just doesn't work; it must be a problem with the filters. As soon as I enter my filters in the CardDefinitions, the configuration program will simply throw me an error like "No video capture card(s) were found, you won't be able to configure any video capture devices". It does find the card (with DVB-T settings) when I use the standard CardDefinitions.

Could someone please look into my configuration? I can't find the error :(

existing (DVB-T) configuration:
Code:
  <capturecard commercialname="AVerMedia A301" capturename="AVerMedia Hybrid TV BDA TS Capture" devid="vid_07ca&amp;pid_a301">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"></capabilities>
    <tv>
      <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface>
      <filters>
        <filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"></filter>
        <filter cat="tunerdevice" name="AVerMedia Hybrid TV BDA Tuner (XC3018)" checkdevice="true"></filter>
        <filter cat="capture" name="AVerMedia Hybrid TV BDA TS Capture" checkdevice="true"></filter>
      </filters>
      <connections>
        <connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"></connection>
        <connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
      </connections>
    </tv>
  </capturecard>

my new (analog-) configuration:
Code:
  <capturecard commercialname="AVerMedia A301(analog)" capturename="AVerMedia Hybrid TV BDA TS Capture" devid="vid_07ca&amp;pid_a301">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"></capabilities>
    <tv>
      <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface>
      <filters>
          <filter cat="tvtuner" name="AVerMedia Hybrid TV Tuner" checkdevice="true"/>
          <filter cat="tvaudio" name="AVerMedia Hybrid TV Audio" checkdevice="true"/>
          <filter cat="crossbar" name="AVerMedia Hybrid TV Crossbar" checkdevice="true"/>
          <filter cat="capture" name="AVerMedia TV Video Capture" checkdevice="true"/>
          <filter cat="videncoder" name="%videoencoder%" checkdevice="false"/>
          <filter cat="audencoder" name="%audioencoder%" checkdevice="false"/>
 	  <filters>
 	  <connections>
 	  	<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="0"/>
 	  	<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
 	  	<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="3"/>
 	  	<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
 	  	<connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
 	  	<connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/>
 	  	<connection sourcefilter="capture" sourcepin="1" sinkfilter="audencoder" sinkpin="0"/>
 	  </connections>
    </tv>
  </capturecard>


I tried adding my entry to the file as well as replacing the old entry with my new entry, but I'll get an error message in both cases. I do not get that error message when I only alter the connections (but then the program says it can't create a graph), but only when I change the filters. Thus the error probably is to be found there.
But I can actually watch TV in GraphEdit, so the connections should be set up correctly (files attached) :)
Thanks for your help,
Ulrich
 

Users who are viewing this thread

Top Bottom