home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
No TV with Diamond XtremeTV PVR550
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="chega" data-source="post: 34919" data-attributes="member: 18074"><p>Hi,</p><p>I am having trouble getting TV to work in MediaPortal built from latest CVS sources.</p><p></p><p>Here's the DirectShow graph that MP builds when I attempt to turn TV on:</p><p></p><p><img src="http://chega.members.winisp.net/images/graph.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Obviously, the above is not right because it does not contain a video renderer.</p><p></p><p>Looking at my TV card definition I am guessing the reason for that is the absence of video and audio output pin specifications in the interface section. </p><p>It is not immediately obvious how to fix this problem because the current capture card definition format requires that all output pins of the pre-defined subgraph must be located on the same filter, however in my case video and audio outputs should come from capture filter, whereas mpeg2 - from encoder filter.</p><p></p><p>Any suggestions?</p><p></p><p>[code]</p><p> <capturecard commercialname="Diamond XtremeTV PVR550" capturename="Conexant Falcon Video Capture" devid="ven_4444&amp;dev_0016&amp;subsys_0070ff92&amp;rev_01"></p><p> <capabilities tv="true" radio="false" mpeg2="true" mce="true" sw="false" bda="false"/></p><p> <tv></p><p> <interface cat="encoder" video="" audio="" mpeg2="0"/></p><p> <filters></p><p> <filter cat="tvtuner" name="Conexant Falcon Tuner" checkdevice="true"/></p><p> <filter cat="tvaudio" name="Conexant Falcon TvAudio" checkdevice="true"/></p><p> <filter cat="crossbar" name="Conexant Falcon Crossbar" checkdevice="true"/></p><p> <filter cat="capture" name="Conexant Falcon Video Capture" checkdevice="true"/></p><p> <filter cat="encoder" name="Conexant Falcon Encoder" checkdevice="true"/></p><p> </filters></p><p> <connections></p><p> <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/></p><p> <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/></p><p> <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/></p><p> <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/></p><p> <connection sourcefilter="capture" sourcepin="3" sinkfilter="encoder" sinkpin="0"/></p><p> </connections></p><p> </tv></p><p> </capturecard></p><p>[/code]</p><p>(BTW, I had to fix a couple typos in the above definition, otherwise MP wouldn't recognize my capture card at all).</p><p></p><p><strong>Area</strong>: Media Portal Program</p><p><strong>MediaPortal Version</strong>: 0.2.0.0 RC2 (2006-01-25)</p><p><strong>MediaPortal Skin</strong>: BlueTwo</p><p><strong>Windows Version</strong>: Windows XP (SP2)</p><p><strong>.NET CLR Version</strong>: 2.0.50727</p><p><strong>DirectX Version</strong>: 4.09.00.0904 (9.0c)</p><p><strong>Audio Codec</strong>: MPEG/AC3/DTS/LPCM Audio Decoder</p><p><strong>Video Codec</strong>: Mpeg2Dec Filter</p><p><strong>CPU Type</strong>: AMD Athlon 64 3200+</p><p><strong>Memory</strong>: 959 MB</p><p><strong>Motherboard</strong>: MS-7207PV (MSI)</p><p><strong>TV Card Model</strong>: Diamond XtremeTV PVR550 II Video Capture</p><p><strong>TV Card Type</strong>: Hardware</p><p><strong>TV Card Driver</strong>: 2.0.17.55</p><p><strong>Video Card Model</strong>: Nvidia Geforce 6150 (256 MB)</p><p><strong>Video Card Driver</strong>: 8.1.8.6</p><p><strong>Video Card Resolution</strong>: 1280x1024</p><p><strong>Video Render Type</strong>: VMR9</p><p><strong>Audio Card Model</strong>: Realtek High Definition Audio</p><p><strong>Audio Card Driver</strong>: 5.10.0.5178</p></blockquote><p></p>
[QUOTE="chega, post: 34919, member: 18074"] Hi, I am having trouble getting TV to work in MediaPortal built from latest CVS sources. Here's the DirectShow graph that MP builds when I attempt to turn TV on: [img]http://chega.members.winisp.net/images/graph.png[/img] Obviously, the above is not right because it does not contain a video renderer. Looking at my TV card definition I am guessing the reason for that is the absence of video and audio output pin specifications in the interface section. It is not immediately obvious how to fix this problem because the current capture card definition format requires that all output pins of the pre-defined subgraph must be located on the same filter, however in my case video and audio outputs should come from capture filter, whereas mpeg2 - from encoder filter. Any suggestions? [code] <capturecard commercialname="Diamond XtremeTV PVR550" capturename="Conexant Falcon Video Capture" devid="ven_4444&dev_0016&subsys_0070ff92&rev_01"> <capabilities tv="true" radio="false" mpeg2="true" mce="true" sw="false" bda="false"/> <tv> <interface cat="encoder" video="" audio="" mpeg2="0"/> <filters> <filter cat="tvtuner" name="Conexant Falcon Tuner" checkdevice="true"/> <filter cat="tvaudio" name="Conexant Falcon TvAudio" checkdevice="true"/> <filter cat="crossbar" name="Conexant Falcon Crossbar" checkdevice="true"/> <filter cat="capture" name="Conexant Falcon Video Capture" checkdevice="true"/> <filter cat="encoder" name="Conexant Falcon Encoder" checkdevice="true"/> </filters> <connections> <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/> <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/> <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/> <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/> <connection sourcefilter="capture" sourcepin="3" sinkfilter="encoder" sinkpin="0"/> </connections> </tv> </capturecard> [/code] (BTW, I had to fix a couple typos in the above definition, otherwise MP wouldn't recognize my capture card at all). [b]Area[/b]: Media Portal Program [b]MediaPortal Version[/b]: 0.2.0.0 RC2 (2006-01-25) [b]MediaPortal Skin[/b]: BlueTwo [b]Windows Version[/b]: Windows XP (SP2) [b].NET CLR Version[/b]: 2.0.50727 [b]DirectX Version[/b]: 4.09.00.0904 (9.0c) [b]Audio Codec[/b]: MPEG/AC3/DTS/LPCM Audio Decoder [b]Video Codec[/b]: Mpeg2Dec Filter [b]CPU Type[/b]: AMD Athlon 64 3200+ [b]Memory[/b]: 959 MB [b]Motherboard[/b]: MS-7207PV (MSI) [b]TV Card Model[/b]: Diamond XtremeTV PVR550 II Video Capture [b]TV Card Type[/b]: Hardware [b]TV Card Driver[/b]: 2.0.17.55 [b]Video Card Model[/b]: Nvidia Geforce 6150 (256 MB) [b]Video Card Driver[/b]: 8.1.8.6 [b]Video Card Resolution[/b]: 1280x1024 [b]Video Render Type[/b]: VMR9 [b]Audio Card Model[/b]: Realtek High Definition Audio [b]Audio Card Driver[/b]: 5.10.0.5178 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
No TV with Diamond XtremeTV PVR550
Contact us
RSS
Top
Bottom