Richard Kay responded to most of these questions, so I'll just clarify a few points...
engage wrote: > ...the mvpmc command is a statement in dongle.bin.config and mvpmc is > executed in the MediaMVP? Yes, exactly. Though the command in dongle.bin.config and the dongle.bin.config file itself are both optional, and only required if you need custom startup options. It sounds like you are trying to get VLC to work. I'm not sure if mvpmc can access a VLC server using settings from the settings menu, or if a command line option is required. > Also, are dongle.bin.config and dongle.bin uploaded via tftp to the MediaMVP > via a boot script (/etc/rc.local)... > I have these 2 lines in /etc/rc.local that I used based on the > OpenWRT wiki: > > /usr/sbin/in.tftpd -l -a 192.168.1.4:16869 -c -s /var/lib/tftpboot & > /usr/sbin/mvprelay 16881 5906 6337 192.168.1.4 & These two lines do not "push" the files to the MVP. They simply starts services on your server that permit the MVP to find the boot server and allow it to retrieve the boot files. mvprelay is a service that responds to broadcast packets sent by the MVP when it is booting up. The reply packet lets the MVP know the IP address of the boot (TFTP) server. in.tftpd is the TFTP service that the MVP then accesses to "pull" over the boot files. > ...based on the OpenWRT wiki... Unless you're actually using OpenWRT, I strongly recommend you follow the more general purpose guides on the mvpmc wiki. -Tom ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
