Pinnacle PCTV Dual DVB-T Diversity Stick wrong config in CaptureCardDefinition.xml (1 Viewer)

Swinghc

Portal Member
January 15, 2007
10
0
Near Paris
Home Country
France France
Hi,

1. TV Card: Pinnacle PCTV Dual DVB-T Diversity Stick
1. TV Card Type: USB Stick
1. TV Card Driver: 3.7.0.1
2. TV Card: Pinnacle PCTV Dual DVB-T Diversity Stick
2. TV Card Type: USB Stick
2. TV Card Driver: 3.7.0.1

I found a bug in CaptureCardDefinition.xml for Pinnacle PCTV Dual DVB-T Diversity Stick.
This USB Stick has two tuner and there is a mistake in CaptureCardDefnition.xml for it, the second tuner has got the same name as the first.
I modify it in CaptureCardDefinition.xml and it's working now.
Here is the good card definition to have two tuner working :

</capturecard>

<capturecard commercialname="Pinnacle PCTV Dual DVB-T Diversity Stick " capturename="PCTV DiB BDA Digital Capture (Dev1 Path0)" devid="vid_2304&amp;pid_022c">
<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="PCTV DiB BDA Digital Tuner (Dev1 Path0) " checkdevice="true"/>
<filter cat="capture" name="PCTV DiB BDA Digital Capture (Dev1 Path0)" 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>

<capturecard commercialname="Pinnacle PCTV Dual DVB-T Diversity Stick " capturename="PCTV DiB BDA Digital Capture (Dev1 Path1)" devid="vid_2304&amp;pid_022c">
<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="PCTV DiB BDA Digital Tuner (Dev1 Path1) " checkdevice="true"/>
<filter cat="capture" name="PCTV DiB BDA Digital Capture (Dev1 Path1)" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
</connections>
</tv>

I hope, I will be helpfull for someone who use this stick.
 

ronilse

Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    So this works fine with latest SVN, or isn't this fix in yet?

    Regards
    Roy
     

    Swinghc

    Portal Member
    January 15, 2007
    10
    0
    Near Paris
    Home Country
    France France
    Hi, I don't know, if they change CaptureCardDefinition.xml in new svn.
    But if you want you can edit CaptureCardDefinition.xml and modify it manually, it's very simple to change "0" in "1" for the second tuner.
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    I asked because i clean up the forum, all issues with "fixed" it's moved to fixed issues & i can't remember if this it's added to SVN or not.

    Regards
    Roy
     

    Swinghc

    Portal Member
    January 15, 2007
    10
    0
    Near Paris
    Home Country
    France France
    Hi,

    In fact, as I said,I fixed it myself and I would like to see it in new SVN but I don't know how to do it.

    Regards,

    Swinghc
     

    alancollier

    Portal Member
    September 7, 2007
    5
    0
    This doesn't seem to have been incorporated into the current version (0.2.3.0).

    How do we get it into the release version?

    --Alan
     

    Users who are viewing this thread

    Top Bottom