MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » General Development (no feature request here!)


General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here.

Reply
 
LinkBack (1) Thread Tools Display Modes
Old 2006-11-03, 13:52   #31 (permalink)
Portal Member
 
Join Date: Nov 2005
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Core.dll has been (almost) succesfully compiled under mono. (under Windows, so it still have DirectX calls)
a few minor calls were missing in the mono enviroment.
also UdpHelper couldn't be compiled under mono, does anyone knows what does it used for?
leo212 is offline   Reply With Quote
Old 2006-11-03, 14:37   #32 (permalink)
Portal Member
 
arkay's Avatar
 
Join Date: Jun 2006
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by LordMessi View Post
Quote:
Originally Posted by arkay View Post

I'd say there's more than enough to do in the various regions that by the time the Linux project was even ready to start showing a GUI the MP gui will have solidified again (as much is it ever does)

Communications with MP and Myth could be started now, just getting the streaming going in a plain vanilla window would be an impressive sight.

Cheers,

Arkay.
Why do we at all discuss Myth here? - I know that it runs on Linux, but this is still a MP forum. So yes, it would be impressive just to see a client communicate with MP!
Only in as much as it has been suggested that an MP client frontend native to linux could possibly be extended to function with a Myth backend for those that would like to use a linux tv server. The intent being having all the niceties of MP at their fingertips but being able to use a linux tv server if they so desired (little point in re-inventing the wheel for those that want a linux tv server)...

It's all speculation at this stage.

Cheers,

Arkay.
arkay is offline   Reply With Quote
Old 2006-11-04, 02:50   #33 (permalink)
Portal Member
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 773
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by leo212 View Post
Core.dll has been (almost) succesfully compiled under mono. (under Windows, so it still have DirectX calls)
a few minor calls were missing in the mono enviroment.
also UdpHelper couldn't be compiled under mono, does anyone knows what does it used for?
Wow, nice work. But just because it works under windows, does it mean it works under linux? Or are you planning to use WINE...

Anyway, UdpHelper is a class to send and receive UDP packets. Doing a quick search using VS2005 (note that my copy of the MP source code is about a month and a bit old), the only classes using it are the HcwRemote ones in the RemotePlugins project. My guess would be that MP communicates with an outside program via UDP which then communicates with the remote.

Sam
samuel337 is offline   Reply With Quote
Old 2006-11-04, 09:59   #34 (permalink)
Portal Member
 
Join Date: Nov 2005
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by samuel337 View Post
Wow, nice work. But just because it works under windows, does it mean it works under linux? Or are you planning to use WINE...
it doesn't mean that it will work under linux (it uses a lot of windows dll's)
using wine it isn't the plan, the plan is to replace the dll calls with currosponding calls in open source liberaries. (hard work)

Quote:
Originally Posted by samuel337 View Post
Anyway, UdpHelper is a class to send and receive UDP packets. Doing a quick search using VS2005 (note that my copy of the MP source code is about a month and a bit old), the only classes using it are the HcwRemote ones in the RemotePlugins project. My guess would be that MP communicates with an outside program via UDP which then communicates with the remote.
So I guess I'll have to find a sulotion for the missing calls in UdpHelper, otherwise the Hauppauge Remote won't work.
leo212 is offline   Reply With Quote
Old 2006-11-09, 19:15   #35 (permalink)
Portal Member
 
Join Date: Nov 2005
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts


Default

The project has been opened in SourceForge.
http://sourceforge.net/projects/mp2l/
we still gathering a group for it, so if you want to join in - please contact.
leo212 is offline   Reply With Quote
Old 2006-11-10, 13:48   #36 (permalink)
Portal Member
 
overture's Avatar
 
Join Date: Jan 2006
Location: Bangor
Age: 29
Posts: 79
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via MSN to overture Send a message via Skype™ to overture
Default

Just wanted to wish you all the best with this leo212. I can program to a degree in c# but I dont think my knowledge is at a level which would allow to contribute to this project - especially at this early stage. However, maybe in the future I will be able to help out.

Good luck.

Phil
__________________
[lofiaudio]
[lofiforums]
overture is offline   Reply With Quote
Old 2006-11-24, 16:35   #37 (permalink)
Portal Member
 
Join Date: Jan 2005
Location: Barcelona
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I also can't help with the programming but I can do some testing if it's any help. I will also 'transmit' all my good karma to you guys, this can really mean a HUGE improvement in the linux experience for many beginners!

I think that with the release of the new Windows Vista, many users will be disappointed with the new OS and will turn to linux instead. If there's a moment in time where linux can really stand a chance against the redmond giant it's right now and I believe it's already starting. Many hardened windows users such as myself are now starting to wake up and see the benefits of opensource (firefox also has been an eye-opener for many).

So there's a great chance for linux, to offer something that users really will want. Mediaportal could be one of the apps that will help making the switch for many desktop users and home theather enthusiasts!

Viva MP Linux!
skulls is offline   Reply With Quote
Old 2006-12-02, 11:03   #38 (permalink)
MP Donator
 
Join Date: Jul 2006
Location: Netherlands
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts


Send a message via MSN to Jelte
Default

Looking forward to it, having a free (linux) os with a free WP is thé Open Source
__________________
Dell Optiplex 180 | P3 1.0Ghz | 512MB Ram | 160GB HDD | Geforce FX5200
Jelte is offline   Reply With Quote
Old 2006-12-02, 15:10   #39 (permalink)
Portal Developer
 
Join Date: Apr 2006
Location: Chicago
Posts: 510
Thanks: 2
Thanked 13 Times in 9 Posts

Country:


Default

This sounds interesting and it looks as though you might be able to pull it off. Good luck.
diehard2 is offline   Reply With Quote
Old 2006-12-11, 22:52   #40 (permalink)
Portal Member
 
Join Date: Jul 2006
Age: 33
Posts: 91
Thanks: 1
Thanked 0 Times in 0 Posts

My System

Default

Have tried MythTv and beside its realy hard to setup (newer got everything to work) its not as "nice" as MP - a realy wish you all the luck! And I would gladly be a beta-tester!
Regards
Oscar
SpiffBB is offline   Reply With Quote
Reply

Bookmarks

Tags
linux, porting, practical

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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/general-development-no-feature-request-here-48/practical-way-porting-mp-linux-12350/
Posted By For Type Date
GStreamer - Minhembio forum This thread Refback 2008-06-18 16:44

Similar Threads
Thread Thread Starter Forum Replies Last Post
A Linux version for the TV-Server jfma Improvement Suggestions 13 2007-01-01 06:55
any chance of a linux version of MP?? arjay Improvement Suggestions 16 2006-10-29 13:51
RGB Scart output from a pc Anonymous Tips and Tricks 29 2006-03-02 21:07
Would Linux drivers be helpful for developing MP drivers? gmanning General Support 1 2005-12-21 21:21
Linux port Anonymous General Development (no feature request here!) 4 2004-12-28 19:57


All times are GMT +1. The time now is 07:02.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress