2007-06-10, 04:16 PM
nitrogen_widget Wrote:I went to the mvpmc & it looks to me that it is just different software to load on an MVP I didn't see it advertised as software to run on Linux.
That's a case of semantics. The dongle.bin is a complete package that includes the Linux OS kernel and applications (including Busybox, udpcp, and in mvpmc's case the mvpmc app itself) so both the Hauppauge software and mvpmc run on Linux. It also includes all the drivers for access to the multimedia features of the MediaMVP hardware.
The mvpmc application itself is currently compiled and build with standard "linux" build tools for two environments, it is cross-compiled for the MediaMVP hardware platform, but it can also be natively compiled for the host system. I've had it up and running on Debian and Ubuntu (x86), but it should run on other architectures probably even cygwin and a Windows machine.
The missing piece on all the native compiles is the a/v sub-system. That isn't standard in Linux, and without this the native app isn't very complete. At one time I did have the GUI component of emulation mode running with the Hauppauge server and I designed the media stream to write to a named pipe so that it can be streamed to another application like mplayer and finishing this off doesn't seem too difficult.
My short term goal has been getting emulation mode to the point that it was worth that effort and I think I will be there soon, thanks to the gbpvr community.
Martin