From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 2 09:05:19 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87FC4106574F for ; Tue, 2 Feb 2010 09:05:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 1C3688FC20 for ; Tue, 2 Feb 2010 09:05:18 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=XK4vN41U3XYA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=SDpK1tbuAAAA:8 a=9f7IJw_6w2pPhwoMBwkA:9 a=_p-dLx36ofnFSDKS6AEA:7 a=zoAN_4QorR1hG5XwsY0kAMfBSJoA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1335867301; Tue, 02 Feb 2010 10:05:16 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org, curtis@occnc.com Date: Tue, 2 Feb 2010 09:28:48 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201002020721.o127Lr5e018528@harbor.orleans.occnc.com> In-Reply-To: <201002020721.o127Lr5e018528@harbor.orleans.occnc.com> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201002020928.49017.hselasky@c2i.net> Cc: Subject: Re: Ekiga3 and webcamd working (was: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 09:05:19 -0000 On Tuesday 02 February 2010 08:21:53 Curtis Villamizar wrote: > Still playing with my netbook. I now have Ekiga3 running with > webcamd, video4bsd, libv4l. > > The patches are *not* quite ready for prime time but if you also do a > "setenv LDFLAGS '-L /usr/local/lib'" or equiv for your shell it will > all work. The configure and Makefiles may need to be patched in > plugins/vidinput_v4l2 may need to be changed to have /usr/local/lib > added to the library search path correctly. > > The patches are applied to devel/ptlib26 and are all tiny changes. A > few less PTRACE lines in vidinput_names.cxx might have been plenty. > > The sound_oss.cxx patch creates four entries with dsp0, dsp1, dsp2, > dsp3, rather than four entries each with dsp0 in it. > > The patches aren't quite right but it gets ekiga3 running with V4L2 > for now. That said, I haven't tried a call yet, just the "View -> > Show Call Panel" and "View -> Local Video". > > Curtis > One comment: See the recent patches for the mplayer port, how to use libv4l1 and libv4l2 for /dev/video access. If you don't use this library, which is now in /usr/ports/multimedia/libv4l, you might get trouble getting the picture from your webcam. Else your patches look good. I would suggest you call it "video4linux 2" support, instead of video4bsd support. --HPS http://www.rrr.de/~riggs/mplayer/m20100131.tar.bz2