| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #91 (permalink) |
| Portal User Join Date: Jul 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
| 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 |
| | |
| | #92 (permalink) |
| Portal User Join Date: Jul 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
| 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 |
| | |
| | #93 (permalink) |
| Portal Member Join Date: Jul 2007 Location: Auckland
Posts: 481
Thanks: 2
Thanked 17 Times in 15 Posts
Country: | 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 |
| | |
| | #94 (permalink) |
| Portal Member Join Date: Aug 2006 Location: Norwich, UK
Posts: 50
Thanks: 0
Thanked 2 Times in 2 Posts
Country: | 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. |
| | |
| | #97 (permalink) |
| Portal Member | 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. |
| | |
| | #99 (permalink) |
| Portal Member Join Date: Aug 2005 Location: Home
Posts: 386
Thanks: 5
Thanked 2 Times in 2 Posts
Country: | 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. |
| | |
| | #100 (permalink) |
| Super Moderator Join Date: Jun 2005 Location: Cheshire UK
Posts: 6,619
Thanks: 129
Thanked 233 Times in 207 Posts
Country: | 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. ![]()
__________________ Ray\PD Check your codecs are fine with Filmerit. XP\Vista known issues FOR FULL SUPPORT PLEASE GIVE USER SPECIFICATIONS AND RELEVANT LOG's as per HERE |
| | |
![]() |
| Bookmarks |
| Tags |
| button, digital, interactive, mhegplugin, red |
| Thread Tools | |
| Display Modes | |
| |
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 |