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

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
MediaPortal Version: Last SVN
MediaPortal Skin: Blue Two
Windows Version: Xp pro SP2
CPU Type: Sempron 64 2800+
HDD: 230 Go Maxtor
Memory: 1 Go Kingston
Motherboard: Asus K8S-MX
Video Card: Radeon 9550
Sound Card: Inboard
1. TV Card: Asus My cinema DUAL
1. TV Card Type: TV dual analg/dvb-t
2. TV Card: Hauppage WinTV nova-t
2. TV Card Type: DVB-T
2. TV Card Driver: last
MPEG2 Video Codec: MPV
MPEG2 Audio Codec: MPA
HTPC Case: Antec Overture 2
Cooling: Cooler system
Remote: Microsoft MCE 2005
TV: Philips 82 cm 100Hz
TV - HTPC Connection: S-vidéo

Hi,

I have create a good graph with graphedit for the Hauppage nova-t stick SE (USB).
This graph work but it use NVIDIA Transport Demux at the place of Mpeg-2 Demultitplexer.
So i don't know how create the config file for this device.

Can you help me ?

Thanks
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
If you use different filters, change the CaptureCardDefinitions.xml file so that it references the filters you are using. Search through the file for your card. Use the exact filter name and pin numbers that you used in a working graph.

Paul
 

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
Yes I have a good graph, but it has nothing to do with what is known as in the wiki.
See the file joined.
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
Can you also post the section of the CaptureCardDefinitions.xml file that refers to your card. I will suggest modifications to it using the graph that you posted. (Edit the file with notepad.)
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
Here's what my machine has listed for your card, unedited:

HTML:
<capturecard capturename="Nova-T Stick DVB-T Capture (Dev1 Path0) " devid="vid_2040&amp;pid_7051&amp;mi_00" commercialname="Hauppauge WinTV Nova-T-USB (Stick)" >
    <capabilities tv="true" sw="false" radio="false" mce="false" bda="true" mpeg2="true" />
    <tv>
      <interface audio="3" video="2" mpeg2="1" sectionsandtables="5" cat="capture" />
      <filters>
        <filter name="Microsoft DVBT Network Provider" checkdevice="false" cat="networkprovider" />
        <filter name="Nova-T Stick DVB-T Tuner (Dev1 Path0) " checkdevice="true" cat="tunerdevice" />
        <filter name="Nova-T Stick DVB-T Capture (Dev1 Path0) " checkdevice="true" cat="capture" />
      </filters>
      <connections>
        <connection sourcefilter="networkprovider" sourcepin="0" sinkpin="0" sinkfilter="tunerdevice" />
        <connection sourcefilter="tunerdevice" sourcepin="0" sinkpin="0" sinkfilter="capture" />
      </connections>
    </tv>
  </capturecard>
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
On further review, you don't need to list the decoders, only encoders. Digital TV usually won't need encoders. I am unsure what format the DVB signal is, but if it is MPEG 2 you don't need to encode it.
 

mazou

Portal Pro
October 19, 2005
1,008
0
49
Brest
Home Country
France France
Here's what my machine has listed for your card, unedited:

HTML:
<capturecard capturename="Nova-T Stick DVB-T Capture (Dev1 Path0) " devid="vid_2040&amp;pid_7051&amp;mi_00" commercialname="Hauppauge WinTV Nova-T-USB (Stick)" >
    <capabilities tv="true" sw="false" radio="false" mce="false" bda="true" mpeg2="true" />
    <tv>
      <interface audio="3" video="2" mpeg2="1" sectionsandtables="5" cat="capture" />
      <filters>
        <filter name="Microsoft DVBT Network Provider" checkdevice="false" cat="networkprovider" />
        <filter name="Nova-T Stick DVB-T Tuner (Dev1 Path0) " checkdevice="true" cat="tunerdevice" />
        <filter name="Nova-T Stick DVB-T Capture (Dev1 Path0) " checkdevice="true" cat="capture" />
      </filters>
      <connections>
        <connection sourcefilter="networkprovider" sourcepin="0" sinkpin="0" sinkfilter="tunerdevice" />
        <connection sourcefilter="tunerdevice" sourcepin="0" sinkpin="0" sinkfilter="capture" />
      </connections>
    </tv>
  </capturecard>


My stick is the SE version.
So this graph don't work.
My pid is 7060 not 7051. If I change that the card is still not recognized.
 

Users who are viewing this thread

Top Bottom