Help me to create the good graph ! (1 Viewer)

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
Ok.
The filter monikey is :
--
@device:pnp:\\?\usb#vid_2040&pid_7060#4027608965#{fd0a5af4-b41d-11d2-9c95-00c04f7971e0}\wintv nova-t stick dvb-t capture (dev1 path0)
--
And the file of configuration should resemble that: (I think)
--
<capturecard commercialname="Hauppauge WinTV Nova-T-USB (Stick) SE" capturename="WinTV Nova-T Stick DVB-T Capture (Dev1 Path0) " devid="vid_2040&amp;pid_7060">
<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="WinTV Nova-T Stick DVB-T Tuner (Dev1 Path0) " checkdevice="true"/>
<filter cat="capture" name="WinTV Nova-T Stick DVB-T 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>
--

Thanks !
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
I think that the problem is in the devid number. Since there is no "rev_xx" number, like the instructions say, it is difficult to know where the end is. Here is the original:
Code:
" devid="vid_2040&amp;pid_7051&amp;mi_00">
And here is yours:
Code:
" devid="vid_2040&amp;pid_7060">

This looks OK to me. The other change is the card name. You say the card is "SE", if this is how Windows identifies the card, then that is OK also.

I think that it is time to ask for help from the devs, or someone with a bit more knowledge than me. The instructions say to send the info to dman. It looks like you should.

Otherwise, tinker with the devid to see if you can make it work.

Good work, so far.

Paul
 

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
Thanks Paul S.
The mention SE is not identified by windows. I have add this mention to differentiate it from the others.
I can do that?

PS : I have send a mail to Dman
 

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
I have change the name with "Hauppauge Nova-T Stick DVB-T".
That does not work either.

The commercial name is well in the control panel ?
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
I was thinking of the name in the Device Manager.

Open Settings->Control Panel->Administrative Tools->Computer Management->Device Manager

Under "Sound,video and game controllers" your card should be listed.

I dont know how important this is.
My VBox card is listed here (in Device Manager) as "VBox DTA-150 Receiver, BDA Capture Driver"
and MP lists it as "VBox DTA-150"

Also, if dman gives you a working configuration file, post it here so that I can learn from it.
 

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
I progressed a little, now i can add my card in the setup but i have the message "Unable to graph".

This is the config that can add this card (with the enable to graph message):

--
<capturecard commercialname="Hauppauge WinTV Nova-T-USB (Stick)"
capturename="WinTV Nova-T Stick DVB-T Capture (Dev1 Path0)"
devid="vid_2040&amp;pid_7060">
<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="Nova-T Stick
DVB-T Tuner (Dev1 Path0)" checkdevice="true"/>
<filter cat="capture" name="Nova-T
Stick DVB-T 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>
--

An idea ?
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
Hmmm...

This is almost identical to the last config that you posted, and that one did not work. The only difference that I see is that you dropped the "SE" from the title, the:WinTV" from the filter title and a space after the capturename (before the ").

Well, to see the malfunctioning graph, first open the setup for the card ( where you get the error). Then open GraphEdit, go to File->connect to a remote graph. You may need to try and scan for channels first, if you can.

If you get a graph, make a screen shot and post it. You may just need to tweak the pin numbers.
 

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
I don't can scan channels, the option does not appear.
When i connect graphedit only "Microsoft DVBT Network Provider" is posted.

PS : 2 messages "Unable to graph" post themselves.
 

Users who are viewing this thread

Top Bottom