On Mon, 31 Mar 2008, engage wrote: > Thanks Simon. I'm not a developer, BTW. Anyway, I guess I'm still > confused as to how to use mvpmc. I want to use videolan with mvpmc but > I'm having difficulty finding documentation that clearly explains how to > do this. The info I looked at for setting it up on OpenWRT seems to have > the best explaination that I adapted to my situation except I need more > info on how to implement the use of VLC (videolan) in the config file > (dongle.bin.conf). Or do I even need to reference videolan in the config > file at all? In the meantime, I'll d/l from git as suggested.
Okay...well...Stop there...If you're not a developer you shouldn't be compiling anything. The mvpmc project provides no server software which runs on the host PC, the host build is just a special build for development/debugging of the software that runs on the MediaMVP. Download the dongle, and have it served to your MVP with a dongle.bin.config which contains a line like the following: mvpmc --vlc 192.168.0.56 & (where 192.168.0.56 is the IP address of your server you want to run VLC transcoding on) and on the server run "vlc -I telnet" That's the specifics of getting the VLC transcoding working, but first you should really make sure you have NFS mounting working and that you can play something like a MP3 off an NFS share. There are various examples of config needed for NFS mounting at http://mvpmc.wikispaces.org/ Cheers, Simon ------------------------------------------------------------------------- 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/
