Linux - VirtualizationThis forum is for the discussion of all topics relating to Linux Virtualization. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm running an Orb server in a virtual machine on my media server which is running Fedora 10. I have to use Fedora 10 because I'm running the Amahi server.
So in Fedora 10, I've been trying to get webcam streaming - via the Orb server - working.
So far the best result I've had was by installing Parallels and creating a Windows 7 virtual machine. The VM has to be Windows because Orb isn't available for Linux.
In the VM I created with Parallels, I can assign the webcam ith no problem and actually see the video when I load the Logitech application.
But Orb can't stream the video. The remote PC displays an error about the device being use, bad codec, etc.
Orb does stream the video if I use a real Win7 computer, but the whole idea here is to save on electrical costs.
Any suggestions? Like maybe disconnecting the webcam from Fedora somehow?
Something I've been doing (running windows and other linux VMs under VM Server
on Slackware) is to unload the modules for the devices forcefully on the host
to give the VM sole access. Works well for external HDDs, Nokia cell-phones, ...
Something I've been doing (running windows and other linux VMs under VM Server
on Slackware) is to unload the modules for the devices forcefully on the host
to give the VM sole access. Works well for external HDDs, Nokia cell-phones, ...
Cheers,
Tink
That's what I was thinking, but more specifically, I don't know how to determine which (loaded) modules are used by the webcam in Fedora.
Or you post the exact make and model of the cam, and hope someone
a) has the same thing or b) is keen to go through the kernel driver
docu to find its name for you.
Unload the three in red in descending order. If you know
for sure that you'll only ever want the VM to own the device,
add them to your module blacklist (most likely
/etc/modprobe.d/blacklist).
Cheers,
Tink
Edit: P.S.: Next time please put the output of commands in code tags.
Makes it so much more readable.
Last edited by Tinkster; 10-18-2009 at 04:32 AM.
Reason: typo
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.