DVT 1000 T problem now fixed (1 Viewer)

runner01

Portal Member
April 22, 2007
20
0
Hi Guys,
I installed a DTV1000 T as a secondry TV card on the weekend and had a few issues. After much reading of the forums and some investergation on my part I found a small change in the CaptureCardDefinitions.xml file was needed.

I'm not to sure if is due to maybe a driver change or hardware change but the section "tunerdevice" I had to remove the line "(Thomson DTT7579)" from this file. See below for section..

Once done all worked fantasticly with no further problems. Just thought I'd add this in case a new entry needs to be added to further releases or other people are having simaler problems.

Cheers


Old entry:
- <capturecard commercialname="Leadtek WinFast DTV1000 T" capturename="WinFast DTV1000 T BDA Transport Stream Capture" devid="ven_14f1&dev_8802&subsys_665f107d&rev_05">
<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="WinFast DTV1000 T BDA DVB-T Tuner/Demod (Thomson DTT7579)" checkdevice="true" />
<filter cat="capture" name="WinFast DTV1000 T BDA Transport Stream Capture" checkdevice="true" />
</filters>
- <connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0" />
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0" />
</connections>
</tv>
</capturecard>


New entry
- <capturecard commercialname="Leadtek WinFast DTV1000 T" capturename="WinFast DTV1000 T BDA Transport Stream Capture" devid="ven_14f1&dev_8802&subsys_665f107d&rev_05">
<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="WinFast DTV1000 T BDA DVB-T Tuner/Demod" checkdevice="true" />
<filter cat="capture" name="WinFast DTV1000 T BDA Transport Stream Capture" checkdevice="true" />
</filters>
- <connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0" />
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0" />
</connections>
</tv>
</capturecard>
 

Users who are viewing this thread

Top Bottom