Code: Select all
lsusb -v
idVendor 0x0ac8 Z-Star Microelectronics Corp.
idProduct 0x307b USB 1.1 Webcam
Code: Select all
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so mencoder tv:// -tv driver=v4l:width=320:height=240:device=/dev/video2 nosound -ovc lavc -o abc.avi
1. Install VMware server, Windows XP guest, Skype for Windows
2. Once the VMware and XP guest is started and before connecting the camera to the guest using Devices -> Logitech Audio Device -> Connect run the following in the console
sudo rmmod ehci-hcd
3. Do Devices -> Logitech Audio Device -> Connect
Windows will complain that the device can run faster but that is OK.
4. Now you can Skype using this camera and microphone on this camera. Works beautifully even though it runs in virtual machine (Core 2 Duo 1.8Ghz/2GB ram).


So while you may find that skype is a good premade, fit-it-yourself option, essentially all that video compression is is a transcode of the input video (probably high-bandwidth raw YUV) to a codec that is inherently nicer on bandwidth, plus probably some more bandwidth reduction.trumee wrote:No doesnt need to be skype. I chose skype because it must do some good video compression.
Code: Select all
cvlc -vvv v4l:///dev/video2 --sout '#transcode{vcodec=mp4v,acodec=none,vb=800,ab=128}:standard{access=http,mux=ogg,dst=192.168.1.1:8080}'
