MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Get Support » General Support


General Support Post problems you have when using MediaPortal, or pre installation questions in here.

Reply
 
Thread Tools Display Modes
Old 2008-07-04, 17:30   #1 (permalink)
Portal User
 
Join Date: Jul 2008
Location: Ohio
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default Strange Error, card is supposedly supported

MediaPortal Version: 0.2.3.0
MediaPortal Skin: default
Windows Version: Windows XP SP2
CPU Type: P4 Hyperthreading 2.8Ghz
HDD: 250Gig Western Digital SATA
Memory: 2Gigs DDR400
Motherboard: MSI Neo2
Video Card: PNY 256MB
Video Card Driver: default
Sound Card: Realtec Onboard Sound
Sound Card AC3: default
Sound Card Driver: default
1. TV Card: Easy TV Capture (standard generic philips SAA7130 software tv tuner card)
1. TV Card Type: Software type
1. TV Card Driver: 07/17/2002, 2.0.1.2042 Philips kscaptur.inf
MPEG2 Video Codec: InterVideo MPEG Video Encoder
MPEG2 Audio Codec: InterVideo MPEG Audio Encoder
h.264 Video Codec: none
Satelite/CableTV Provider: Time Warner
HTPC Case: dont know what htpc stands for
Cooling: lots of case fans
Power Supply: 450Watt
Remote: Custom Home Made (working fine)
TV: regular tv with composite inputs
TV - HTPC Connection: not sure what this means


I've been a C++ programmer for many many years, and I written lots of DirectX video programs, I really like the MediaPortal program, but am having trouble getting my card to work, whats weird is that it looks to be supported, here is what is going on...

I have built the graphs in Graph Edit, and can watch TV and change channels fine in graph edit with my card.

I put this together in the CaptureCardDefinitions.xml for my card....

<capturecard commercialname="TV Capture Card 7130" capturename="TV Capture Card 7130" devid="ven_1131&amp;dev_7130&amp;subsys_00001131&a mp;rev_01">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="false"></capabilities>
<tv>
<interface cat="encoder" video="" audio="" mpeg2="0"></interface>
<filters>
<filter cat="tvtuner" name="TV Capture Card Philips TV Tuner" checkdevice="true"></filter>
<filter cat="tvaudio" name="TV Capture Card TV Audio " checkdevice="true"></filter>
<filter cat="crossbar" name="TV Capture Card Crossbar" checkdevice="true"></filter>
<filter cat="capture" name="TV Capture Card 7130" checkdevice="true"></filter>
<filter cat="audcapture" name="%soundcard%" checkdevice="true"></filter>
<filter cat="videncoder" name="InterVideo MPEG Video Encoder" checkdevice="false"></filter>
<filter cat="audencoder" name="InterVideo MPEG Audio Encoder" checkdevice="false"></filter>
<filter cat="mux" name="%mpegmux%" checkdevice="false"></filter>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"></connection>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"></connection>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"></connection>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
<connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"></connection>
<connection sourcefilter="audcapture" sourcepin="0" sinkfilter="audencoder" sinkpin="0"></connection>
<connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"></connection>
<connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"></connection>
</connections>
</tv>
</capturecard>


in the log file, I can configure everything just fine, but when I try to watch tv, I get an "Unable to Create Graph" error. Upon inspection of the log files, I discover this...
...
2008-07-04 10:56:11.906250 [Info.][6]: SinkGraphEx: Pins connected...
2008-07-04 10:56:11.906250 [Info.][6]: SinkGraphEx: Adding configured pin connections...DONE
2008-07-04 10:56:11.906250 [Info.][6]: Exception ystem.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.TV.Recording.SinkGraphEx.CreateGraph(I nt32 Quality)
2008-07-04 10:56:11.906250 [Info.][6]: Exception :Object reference not set to an instance of an object.
2008-07-04 10:56:11.906250 [Info.][6]: site :Boolean CreateGraph(Int32)
2008-07-04 10:56:11.921875 [Info.][6]: source :TVCapture
2008-07-04 10:56:11.921875 [Info.][6]: stacktrace: at MediaPortal.TV.Recording.SinkGraphEx.CreateGraph(I nt32 Quality)
...
it looks like some variable in the "MediaPortal.TV.Recording" section is NULL when it should not be, does anyone have any ideas or suggestions for me, I would really like to get MediaPortal working. I have attached my log files.

Thanks!
Attached Files
File Type: zip Log.zip (4.8 KB, 0 views)
12oclocker is offline   Reply With Quote
Old 2008-07-04, 19:15   #2 (permalink)
MP Donator
 
level20peon's Avatar
 
Join Date: Jan 2007
Location: Aachen
Age: 27
Posts: 1,023
Thanks: 14
Thanked 41 Times in 37 Posts

Country:

My System

Send a message via ICQ to level20peon
Default

Try changing

Code:
<filter cat="mux" name="%mpegmux%" checkdevice="false"></filter>
to

Code:
<filter cat="mux" name="InterVideo Multiplexer" checkdevice="false"/></filter>

-level20peon
level20peon is offline   Reply With Quote
Old 2008-08-22, 10:42   #3 (permalink)
Portal Member
 
Join Date: Aug 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Hi

Have you got this working? Sorry I can't offer help in fixing the problem (I'm not a programmer) but I am trying to get a SAA7130 capture card working with MP.

Thanks


Keith
keithwhite is offline   Reply With Quote
Reply

Bookmarks

Tags
card, strange, supported, supposedly

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange error the first time MediaPortal starts after a Windows boot OMA General Support 15 2008-06-05 03:33
strange error My TvServer Client mastercare Newcomers Forum 3 2008-04-02 10:39
Strange error w. latest SVN source peterk2007 0.2.3.0 RC3 and SVN Builds 1 2007-10-26 11:43
Posting and PM error on this thread, very strange xxxomxxx Website/Forum/Wiki Feedback 0 2005-05-13 12:51


All times are GMT +1. The time now is 05:30.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden