MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
Thread Tools Display Modes
Old 2008-01-25, 17:44   #91 (permalink)
Portal User
 
Join Date: Jul 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Hey, nice job. I would say the easiest way is to embed everything into the dll. Which means ts packets->dll.
If you run a thread inside which buffers the data could avoid time critical glitches etc.

I tested the application and it used 100% of my cpu. It seems to be that there is a thread running without a sleep. I'm not sure if it is caused by the application or the library, but i would be happy to find that out Can you please compile the dll as com object compatible? I never tried c# 2005 before (right now i'm downloading it), but i'm quite familiar with com handling in c++ and delphi. It would simplify the work extremely. My first shot is the public void OnApplicationIdle(object sender, EventArgs e), but well i would love to check that out

Peter

Last edited by PMKnecht; 2008-01-25 at 20:09. Reason: Automerged Doublepost
PMKnecht is offline   Reply With Quote
Old 2008-01-26, 11:41   #92 (permalink)
Portal User
 
Join Date: Jul 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

C# seems to be way cooler than i thought

Can you please add something like:

using System.Runtime.InteropServices;
...

namespace MHEG
{
public interface ICreateFactory
{
IMHEG CreateEngine(IMHContext context);
}

[ClassInterface(ClassInterfaceType.None)]
public class MHEGEngineFactory : ICreateFactory
{
public IMHEG CreateEngine(IMHContext context)
{
return new MHEngine(context);
}
}
}

in your application? It tooked a while to understand how this works

Maybe just a suggestion: The graphics class are not available on other languages. Could you either use an interface which requires all canvas actions (PutPixel, DrawLine etc.) instead? If not a simple render all in a HBITMAP would also work.

Last edited by PMKnecht; 2008-01-26 at 14:12. Reason: Automerged Doublepost
PMKnecht is offline   Reply With Quote
Old 2008-01-31, 20:29   #93 (permalink)
Portal Member
 
mcraenz's Avatar
 
Join Date: Jul 2007
Location: Auckland
Posts: 481
Thanks: 2
Thanked 17 Times in 15 Posts

Country:

My System

Default

Hey McGoober, great to see this back underway
__________________
Intel DP35DP / c2d E8400 (3.0Ghz) / NVIDIA 8600GT / 4GB DDR800 / HVR-2200 / SkyStar 2 / Techotrend S1500+CI / PVR-150

New Zealander's don't forget to check out the NZ Wiki Page
mcraenz is online now   Reply With Quote
Old 2008-02-10, 20:09   #94 (permalink)
Portal Member
 
McGoober's Avatar
 
Join Date: Aug 2006
Location: Norwich, UK
Posts: 50
Thanks: 0
Thanked 2 Times in 2 Posts

Country:

My System

Default

Thanks for your feedback PMKnecht, probably not the best forum for this so could you log a bug on and we'll discuss the changes there. mheg-dotnet - Google Code

Thanks.
McGoober is offline   Reply With Quote
Old 2008-06-30, 01:37   #95 (permalink)
Portal Member
 
Join Date: Jan 2008
Location: Middlands
Age: 22
Posts: 73
Thanks: 4
Thanked 2 Times in 2 Posts

Country:

My System

Send a message via MSN to Beechus
Default

Hey,

This is exactly what i've been searching for. Has there been any developments? Red button services would be totally brilliant

Thanks
Beechus
Beechus is offline   Reply With Quote
Old 2008-07-29, 12:01   #96 (permalink)
Portal User
 
Join Date: Jul 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

How's this plugin going? In NZ we are using MHEG as well and this plugin would be quite handy. I can code a little and would be interested in helping if it's still active.
ovld_nz is offline   Reply With Quote
Old 2008-10-13, 14:00   #97 (permalink)
Portal Member
 
Join Date: Aug 2007
Posts: 39
Thanks: 8
Thanked 3 Times in 2 Posts

Country:

My System

Default

Hi McGoober,

There is another project going on on the digitalspy forum: Red Button Interactive (MHEG) browser for DVB-S cards... - Page 2 - Freesat - Digital Spy Forums trying to make a working interpretor. Maybe the projects could work together?

openmheg - Google Code

Having MHEG in media portal would be excellent, now the TV Pack 2008 adds it to Vista Media Centre.
wonkyd is offline   Reply With Quote
Old 2008-10-20, 14:09   #98 (permalink)
bfj
Portal Member
 
Join Date: Jan 2007
Posts: 45
Thanks: 9
Thanked 3 Times in 3 Posts

Country:


Default

As there hasn't been any activity from McGoober since February I'm assuming this project is dead which is a huge shame.
bfj is offline   Reply With Quote
Old 2008-10-21, 16:00   #99 (permalink)
Portal Member
 
funkstar's Avatar
 
Join Date: Aug 2005
Location: Home
Posts: 386
Thanks: 5
Thanked 2 Times in 2 Posts

Country:


Default

For this to really work, I think MP2 would be required anyway as extensive changes MPs display code would likely be needed. Not something that is going to happen for MP1.

As MP2 is still up in the air as far as code developers can build on is concerned, so i'm guessing it's going to be a while before we see anything functional, even if developers were looking at it.
funkstar is offline   Reply With Quote
Old 2008-10-22, 22:58   #100 (permalink)
Super Moderator
 
Paranoid Delusion's Avatar
 
Join Date: Jun 2005
Location: Cheshire UK
Posts: 6,619
Thanks: 129
Thanked 233 Times in 207 Posts

Country:

My System

Default

Hate to say this, but the lack of activity here and on the google code website both last updated february 2008, lead me to assume this is now a dead project.

Would be pleasantly surprised if it were not, but do not hold your breath.

Paranoid Delusion is offline   Reply With Quote
Reply

Bookmarks

Tags
button, digital, interactive, mhegplugin, red

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
[BUG] Unable to scan TV chanels and radio Bram pre 1.0 RC1 0 2006-11-05 14:45
DVB-C and UPC digital - success story or the opposite LXB MediaPortal 1 Talk 8 2006-07-30 20:16
Issue with My TV, My Videos and Web Browser Efros The old Bugreport Forum 15 2006-05-15 22:01
Help with setup of RC4 snr_duck Installation, configuration support 9 2006-04-25 23:35
Multiple Bug Report eyecue The old Bugreport Forum 2 2006-04-24 12:54


All times are GMT +1. The time now is 06:01.


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
Advertisement System V2.6 By   Branden