here it is, ill add more to it as people request it.
hopefully this pisses someone off and gets some noise made on fixing it. or get me a damn job
resource for mybooklive
http://mybookworld.wikidot.com/mybook-live
get optware on there, and use its package manager to install any linux package already compiled for it, heres a repository for the mybooklive
http://ipkg.nslu2-linux.org/feeds/optware/ds101g/cross/stable/
as i installed vlc it wanted all these others installed. not sure i needed vlc entirely as ffmpeg is the command.
motion is the daemon to watch for video
http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome
package vlc suggests installing faad2
package vlc suggests installing flac
package vlc suggests installing freetype
package vlc suggests installing fribidi
package vlc suggests installing liba52
package vlc suggests installing libdvbpsi
package vlc suggests installing libdvdnav
package vlc suggests installing libdvdread
package vlc suggests installing libid3tag
package vlc suggests installing libmad
package vlc suggests installing libmpcdec
package vlc suggests installing libmpeg2
package vlc suggests installing libogg
package vlc suggests installing libpng
package vlc suggests installing libshout
package vlc suggests installing libupnp
package vlc suggests installing libvorbis
package vlc suggests installing libxml2
package vlc suggests installing ncursesw
package vlc suggests installing speex
package vlc suggests installing avahi
package vlc suggests installing x264
To complete the installation, you must edit /opt/etc/motion.conf,
and then run /opt/etc/init.d/S99motion to start motion.
ffmpeg -r 15 -f mjpeg -i http://admin:admin@192.168.1.69/image.jpg -vcodec mjpeg -sameq -aspect 4:3 -y /DataVolume/shares/Public/video.mpeg
I don't know about VLC but I did find a way to record from the camera on my Linux box using ffmpeg:
ffmpeg -r 10 -f mjpeg -i http://admin:admin@192.168.1.69/mjpeg.cgi -vcodec mpeg4 -sameq -aspect 4:3 -y /DataVolume/shares/dlink/outfile.m4v
You may need to fiddle with the frame rate a bit to get it just right. I found 10 fps (-r 10) worked ok for me.