On Sat, May 15, 2010 at 3:45 AM, d a <[email protected]> wrote: > I'm using mvpmc application for my MediaMVP setup box.But I also have a set > of >HTML/JavaScript files that I want to load them when I choose Emulation > mode in mvpmc >application.
To me it sounds like you are misunderstanding emulation mode. Emulation mode is trying to "emulate" the Hauppauge dongle's ability to be a remote frame buffer to a server that follows the Hauppauge protocol's modified vnc protocol. I've tested it primarily with GB-PVR since most users of emulation mode are also GB-PVR users but it is lightly tested with Hauppauge and MVPServer and seems to be reasonably compatible. Because you mention HTML and javascript I am going to assume you are using the Hauppauge server. The Hauppauge server essentially uses the IE engine to render pages in a 640x480 or 640x576 frame, and anything that is output to that frame is sent to mvpmc using rfb. Some people have enhanced the basic Hauppauge pages by modifying the html files that Hauppauge provide. mvpmc can render about 2-3 full frames a second, so if you are seeing speed issues make sure your code doesn't refresh too often. If you really want to get creative and write your own Hauppauge protocol server depending on what you are trying to achieve you could use incremental updates and only write the areas of the screen that change. Martin ------------------------------------------------------------------------------ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
