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

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
When i connect graphedit only "Microsoft DVBT Network Provider" is posted.

This sounds as if only the "Microsoft DVBT Network Provider" is being loaded. Try again to rename the filters, using the names that appeared in the working graph (Add "WinTV" ). Even though you may get the same error message, check the graph again to see if it changes.
 

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
In my last config file the graph are the same that those of graphedit.

--
<capturecard commercialname="Hauppage Nova-T Stick DVB-T Tuner
Device" 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>
--

And the errors are the same.
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
It should work with the last config entry, why it does not I can not determine. Since you now can see the card in Media Portal setup, it is probably a mistake in the filter listing.

In case you have the formatting of the file wrong, here is how it should appear in the config file:
Code:
<capturecard commercialname="Hauppage Nova-T Stick DVB-T Tuner Device" 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>
.
Otherwise, I don't know what else to do, I hope that dman or another dev can help you out.

Paul

P.S. To post code, read this link:
https://forum.team-mediaportal.com/misc.php?do=bbcode
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
Since you are trying to use the filters from a working graph, you are using the correct ones. I was thinking that there could be a spelling mistake or a formatting mistake.

Make sure that you have the latest drivers for your card, or maybe try older drivers.
 

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
The problem is that the graph which work with graphedit does not resemble the others because it uses nvidia. Blow it does not have there "sections and tables"...

PS : See the screenshot il the first page of this topic
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
The decoder is automatically called up by MP. You can select which decoder MP uses. In the main MP progam go to Settings->MyTV, and select nVidia for both video and audio codec.
 

Users who are viewing this thread

Top Bottom