Unable To Create Graph (1 Viewer)

cobbers

Portal Member
March 25, 2007
6
0
41
Home Country
United States of America United States of America
I keep getting 'Unable to create graph for this device!' Please help!

<capturecard commercialname="AverMedia AVerTV Combo PCIe (ATSC)" capturename="AVerMedia M780 PCIe Digital Video Capture 2" devid="ven_18c3&amp;dev_0720&amp;subsys_062e1461&amp;rev_00">
<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 ATSC Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="AVerMedia M780 PCIe BDA ATSC Tuner 2" checkdevice="true"/>
<filter cat="capture" name="AVerMedia M780 PCIe Digital Video Capture 2" 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>
 

leon_sh

New Member
January 19, 2007
1
0
Here is working card definition(analog and ATSC):

<capturecards>

<capturecard commercialname="AVerMedia M780 atsc" capturename="AVerMedia M780 PCIe Digital Video Capture 2" devid="ven_18c3&amp;dev_0720&amp;subsys_062e1461&amp;rev_00&amp;capture">
<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 ATSC Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="AVerMedia M780 PCIe BDA ATSC Tuner 2" checkdevice="true"/>
<filter cat="capture" name="AVerMedia M780 PCIe Digital Video Capture 2" 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="AVerMedia M780" capturename="AVerMedia M780 PCIe Audio/Video Capture 1"
devid="ven_18c3&amp;dev_0720&amp;subsys_062e1461&amp;rev_00&amp;capture">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="false"/>
<tv>
<interface cat="encoder" video="" audio="" mpeg2="0"/>
<filters>
<filter cat="tvtuner" name="AVerMedia M780 PCIe TV-Tuner 1" checkdevice="true"/>
<filter cat="tvaudio" name="AVerMedia M780 PCIe Audio Decoder 1" checkdevice="true"/>
<filter cat="crossbar" name="AVerMedia M780 PCIe Crossbar 1" checkdevice="true"/>
<filter cat="capture" name="AVerMedia M780 PCIe Audio/Video Capture 1" checkdevice="true"/>
<filter cat="encoder" name="AVerMedia M780 PCIe Encoder 1" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
<connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
<connection sourcefilter="capture" sourcepin="3" sinkfilter="encoder" sinkpin="0"/>
<connection sourcefilter="capture" sourcepin="4" sinkfilter="encoder" sinkpin="1"/>
</connections>
</tv>
</capturecard>
 

Bobb

New Member
May 7, 2007
2
0
Pennsylvania
Home Country
United States of America United States of America
leon_sh,

Thank you! Your CaptureCardDefinitions for the M780 are working for me. However, when I first tried to cut-n-paste your posting into the CapatureCardDefinitions.xml file, it did not work. After some head scratching, I noticed that there were a 2 places where the text "&a mp;" appeared. After I removed the blank space it worked fine!

Thank you again!
 

djkest

Portal Member
November 14, 2007
5
0
This is probably exactly what I need, I don't quite understand what the last user did though, removing a space in 2 places, or removing "&amp" at a few places?

Thanks leon for posting this.
 

Mr.Grim

New Member
December 5, 2007
1
0
It appears that those new definitions have been added to MediaPortal, however the old ones were not taken out. So all you have to do it open up CaptureCardDefinitions.xml, search for m780, and take out the first 2 you find (There are 4 total). After that everything has been working fine for me. Hope this helps!
 

Users who are viewing this thread

Top Bottom