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
Installation, configuration support
hava devices and MediaPortal - now works MP 1.0.x
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="blake2415" data-source="post: 733084" data-attributes="member: 71906"><p>Hello MisterD,</p><p></p><p>Thank you for making an effort on my behalf. I can't thank you enough!</p><p></p><p>I have one more possibility that might show a solution. I hope you might have time to look at this and see if it points to anything that might solve the isssue. Back in version .02something version.. the first MP, hava did not work either until this code was used for the tuner...</p><p></p><p>If you have time, could you look at this code and see if there is anything in this tuner configuration that might solve the problem with the 1.1.3 version? I don't know what I am looking at and I don't like asking you for more help, you have been more than kind towards helping me. I assume the 1.1.3 MP compiles the tuner settings rather than working from an external configuration file, correct? </p><p></p><p>Here is the working code for Hava in the original MP program. If you can have a look please let me know your take on it.</p><p></p><p>Thanks MisterD!</p><p></p><p>Bill</p><p>============================================================</p><p>COPY OF TUNER CONFIGURATION SOLUTION FOR OLD MEDIAPORTAL STANDALONE THAT WORKED PERFECT!</p><p></p><p>Well, for those that hunger for a pvr solution, the MediaPortal does work with HAVA and it works great. You'll need to add HAVA to the tuners config file using this code: (JUST COPY AND PASTE THIS CODE TO YOUR CaptureCardDefinitions.xml control file in the MediaPortal directory. You can edit this file using notepad but make sure to save it as a xml file and not a txt file)</p><p></p><p>Then make sure you assign the remote control to the component port to be able to change channels on your cable or sat box. You do this in the advanced setup section of your hava configuraton.</p><p></p><p>Here's the code:</p><p></p><p><capturecard commercialname="Hava Wireless Device" capturename="Hava Video Device" devid="MEDIA"></p><p><capabilities tv="true" radio="false" mpeg2="true" mce="false" 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="Hava Video TvTuner" checkdevice="true"/></p><p><filter cat="tvaudio" name="Hava Video TvAudio" checkdevice="true"/></p><p><filter cat="crossbar" name="Hava Video Crossbar" checkdevice="true"/></p><p><filter cat="capture" name="Hava Video Device" checkdevice="true"/></p><p><filter cat="encoder" name="Hava Video Encoder" checkdevice="true"/></p><p></filters></p><p><connections></p><p><connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="2"/></p><p><connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/></p><p><connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="4"/></p><p><connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/></p><p><connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/></p><p><connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/></p><p><connection sourcefilter="capture" sourcepin="1" sinkfilter="videncoder" sinkpin="1"/></p><p></connections></p><p></tv></p><p>capturecard commercialname="Hava Wireless test Device" capturename="Hava Video test Device" devid="MEDIA"></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="Hava Video TvTuner" checkdevice="true"/></p><p><filter cat="tvaudio" name="Hava Video TvAudio" checkdevice="true"/></p><p><filter cat="crossbar" name="Hava Video Crossbar" checkdevice="true"/></p><p><filter cat="capture" name="Hava Video Device" checkdevice="true"/></p><p><filter cat="encoder" name="Hava Video Encoder" checkdevice="true"/></p><p></filters></p><p><connections></p><p><connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="2"/></p><p><connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/></p><p><connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="4"/></p><p><connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/></p><p><connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/></p><p><connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/></p><p><connection sourcefilter="capture" sourcepin="1" sinkfilter="videncoder" sinkpin="1"/></p><p></connections></p><p></tv></p><p></capturecard></p></blockquote><p></p>
[QUOTE="blake2415, post: 733084, member: 71906"] Hello MisterD, Thank you for making an effort on my behalf. I can't thank you enough! I have one more possibility that might show a solution. I hope you might have time to look at this and see if it points to anything that might solve the isssue. Back in version .02something version.. the first MP, hava did not work either until this code was used for the tuner... If you have time, could you look at this code and see if there is anything in this tuner configuration that might solve the problem with the 1.1.3 version? I don't know what I am looking at and I don't like asking you for more help, you have been more than kind towards helping me. I assume the 1.1.3 MP compiles the tuner settings rather than working from an external configuration file, correct? Here is the working code for Hava in the original MP program. If you can have a look please let me know your take on it. Thanks MisterD! Bill ============================================================ COPY OF TUNER CONFIGURATION SOLUTION FOR OLD MEDIAPORTAL STANDALONE THAT WORKED PERFECT! Well, for those that hunger for a pvr solution, the MediaPortal does work with HAVA and it works great. You'll need to add HAVA to the tuners config file using this code: (JUST COPY AND PASTE THIS CODE TO YOUR CaptureCardDefinitions.xml control file in the MediaPortal directory. You can edit this file using notepad but make sure to save it as a xml file and not a txt file) Then make sure you assign the remote control to the component port to be able to change channels on your cable or sat box. You do this in the advanced setup section of your hava configuraton. Here's the code: <capturecard commercialname="Hava Wireless Device" capturename="Hava Video Device" devid="MEDIA"> <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="Hava Video TvTuner" checkdevice="true"/> <filter cat="tvaudio" name="Hava Video TvAudio" checkdevice="true"/> <filter cat="crossbar" name="Hava Video Crossbar" checkdevice="true"/> <filter cat="capture" name="Hava Video Device" checkdevice="true"/> <filter cat="encoder" name="Hava Video Encoder" checkdevice="true"/> </filters> <connections> <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="2"/> <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/> <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="4"/> <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/> <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/> <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/> <connection sourcefilter="capture" sourcepin="1" sinkfilter="videncoder" sinkpin="1"/> </connections> </tv> capturecard commercialname="Hava Wireless test Device" capturename="Hava Video test Device" devid="MEDIA"> <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="Hava Video TvTuner" checkdevice="true"/> <filter cat="tvaudio" name="Hava Video TvAudio" checkdevice="true"/> <filter cat="crossbar" name="Hava Video Crossbar" checkdevice="true"/> <filter cat="capture" name="Hava Video Device" checkdevice="true"/> <filter cat="encoder" name="Hava Video Encoder" checkdevice="true"/> </filters> <connections> <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="2"/> <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/> <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="4"/> <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/> <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/> <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/> <connection sourcefilter="capture" sourcepin="1" sinkfilter="videncoder" sinkpin="1"/> </connections> </tv> </capturecard> [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
hava devices and MediaPortal - now works MP 1.0.x
Contact us
RSS
Top
Bottom