| |||||||
| General Support Post problems you have when using MediaPortal, or pre installation questions in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal User Join Date: Jul 2008 Location: Ohio
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | 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&dev_7130&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! |
| | |
| | #2 (permalink) |
| MP Donator ![]() Join Date: Jan 2007 Location: Aachen Age: 27
Posts: 1,023
Thanks: 14
Thanked 41 Times in 37 Posts
Country: | Try changing Code: <filter cat="mux" name="%mpegmux%" checkdevice="false"></filter> Code: <filter cat="mux" name="InterVideo Multiplexer" checkdevice="false"/></filter> -level20peon
__________________ some of my [HowTo] guides Backup your TV-Server configuration (advanced) Backup your MediaPortal configuration WebEPG (XMLTV) configuration most annoying bugs TV + 7 or more audio channels = lockup DVD + seek = lockup |
| | |
![]() |
| Bookmarks |
| Tags |
| card, strange, supported, supposedly |
| Thread Tools | |
| Display Modes | |
| |
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 |