Avermedia Hybrid Tuner - Analog Tuner (1 Viewer)

rossmitchell

New Member
April 11, 2007
4
0
Home Country
United Kingdom United Kingdom
Ive just bought a Avermedia Expresscard Hybrid tuner and have managed to write the capture definition for DVB but i cant seem to write the analog one and get it to work correctly.

Does anyone have any hints or know where im going to be able to find the correct pin numbers?

Heres my capture definition entired, thought they might be useful for someone. The first one works a charm without any problems, but the 2nd for the analog tuner is detected but and error is produced when trying to watch tv it simply says there isnt any appropiate tuner.

<capturecard commercialname="AVerMedia A577 ExpressCard Hybrid DVB-T" capturename="AVerMedia 23885 AVStream TS Capture" devid="ven_14f1&amp;dev_8852&amp;subsys_c0391461&amp;rev_02">
<capabilities tv="true" radio="true" mpeg2="false" mce="false" sw="false" bda="true"></capabilities>
<tv>
<interface cat="capture" video="3" audio="4" mpeg2="1" sectionsandtables="2"></interface>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"></filter>
<filter cat="tunerdevice" name="AVerMedia 23885 BDA Tuner/Demod" checkdevice="true"></filter>
<filter cat="capture" name="AVerMedia 23885 AVStream 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>



<capturecard commercialname="AVerMedia A577 ExpressCard Hybrid Analogue" capturename="AVerMedia 23885 Video Capture" devid="ven_14f1&amp;dev_8852&amp;subsys_c0391461&amp;rev_02">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"></capabilities>
<tv>
<interface cat="mux" video="" audio="" mpeg2="0"></interface>
<filters>
<filter cat="tvtuner" name="AVerMedia 23885 Tuner" checkdevice="true"></filter>
<filter cat="tvaudio" name="AVerMedia 23885 TvAudio" checkdevice="true"></filter>
<filter cat="crossbar" name="AVerMedia 23885 Crossbar" checkdevice="true"></filter>
<filter cat="capture" name="AVerMedia 23885 Video Capture" checkdevice="true"></filter>
<filter cat="videncoder" name="%videoencoder%" checkdevice="false"></filter>
<filter cat="audencoder" name="%audioencoder%" checkdevice="false"></filter>
<filter cat="mux" name="%mpegmux%" checkdevice="false"></filter>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"></connection>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="tvaudio" sinkpin="0"></connection>
<connection sourcefilter="tvaudio" sourcepin="3" sinkfilter="crossbar" sinkpin="%audiotuner%"></connection>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
<connection sourcefilter="crossbar" sourcepin="3" sinkfilter="capture" sinkpin="3"></connection>
<connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"></connection>
<connection sourcefilter="capture" sourcepin="0" sinkfilter="audencoder" sinkpin="0"></connection>
<connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"></connection>
<connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"></connection>
</connections>
</tv>
</capturecard>

Thanks
 

rj.2001

New Member
January 25, 2008
1
0
Home Country
Germany Germany
I have also the same problem.
The DVB-T tuner works fine (after I remove the space on
Code:
&a mp;rev_02">)

The analog tuner don't work. In graphedit I got the tuner to work (but with no audio).

rossmitchell: Is your analog tuner working today? If yes can you post the entrys for the CaptureCardDefinitions.xml file?

Thank you.
 

Users who are viewing this thread

Top Bottom