I have successfully installed net-im/skype4 on 11.0-RELEASE-p2 (amd64). Everything works fine except sending video.
The port's pkg-message says:
I have /dev/video0
and my webcam (via
The pkg-message also says:
AFAIU, this wrapper is included in 11.0 kernel.
Any ideas?
The port's pkg-message says:
Code:
Skype uses /dev/videoX (usually /dev/video0). This device node is created by
the drivers for your webcam (eg. multimedia/webcamd). If you selected the VIDEO
option (default) multimedia/webcamd will be pulled in.
First please make sure your webcam works with the drivers webcamd provides; you
can use multimedia/pwcview's pwcview(1) to check that you get a good image from
your webcam; [b]if you get a good image, you will get video in Skype also[/b].
Code:
crw-rw-rw- 1 webcamd webcamd 0x80 Oct 30 02:40 /dev/video0
pwcview(1)
) works. But I have no video in skype ("no devices detected").The pkg-message also says:
Code:
It also uses v4l2 interface hence you very likely need to have linux_v4l2wrapper
kernel module (which you either have in base on recent HEAD or the port will
install for you); you need to load the module before stating Skype:
# kldload linux_v4l2wrapper
To make it permanent you can:
# echo 'linux_v4l2wrapper_load="YES"' >> /boot/loader.conf
Any ideas?