Note these works only with i386.
To set up your webcam to work with skype and flash you should do the following:
1.Download the long hoped-for patch from here.
Copy it into /usr.
Next patch, compile, install the kernel.
2. Install from the ports:
multimedia/webcamd
multimedia/linux-f10-libv4l
net/skype
3. in /boot/loader.conf add
in /etc/rc.conf add the line
and, of course, do not forget to set permissions on /dev/video0
in /etc/devfs.rules add lines
in /etc/rc.conf add
Skype should run with the script
Well, that's easy enough.
And by the way, check the flash player here.
If you don't have installed flash please see this forum thread.
If I wrote something in sufficient detail, do not hesitate to notice me that.
I'll be pleased to hear your questions and criticism.
P.S. Sorry for my poor English. You know, I'm traveling down the river, finished MGIMO and all that. :e
To set up your webcam to work with skype and flash you should do the following:
1.Download the long hoped-for patch from here.
Copy it into /usr.
Next patch, compile, install the kernel.
2. Install from the ports:
multimedia/webcamd
multimedia/linux-f10-libv4l
net/skype
3. in /boot/loader.conf add
Code:
cuse4bsd_load="YES"
Code:
webcamd_enable="YES"
in /etc/devfs.rules add lines
Code:
[system = 10]
add path 'video *' mode 0666
Code:
devd_enable="YES"
devfs_system_ruleset="system"
Skype should run with the script
Code:
#!/bin/sh
export LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so
/usr/local/share/skype/skype --resources=/usr/local/share/skype $@
Well, that's easy enough.
And by the way, check the flash player here.
If you don't have installed flash please see this forum thread.
If I wrote something in sufficient detail, do not hesitate to notice me that.
I'll be pleased to hear your questions and criticism.
P.S. Sorry for my poor English. You know, I'm traveling down the river, finished MGIMO and all that. :e