From owner-freebsd-multimedia@FreeBSD.ORG Wed Feb 3 05:46:29 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 5932A106566C for ; Wed, 3 Feb 2010 05:46:29 +0000 (UTC) (envelope-from curtis@occnc.com) Received: from harbor.orleans.occnc.com (harbor.orleans.occnc.com [173.9.106.135]) by mx1.freebsd.org (Postfix) with ESMTP id EB4378FC0A for ; Wed, 3 Feb 2010 05:46:28 +0000 (UTC) Received: from harbor.orleans.occnc.com (harbor.orleans.occnc.com [173.9.106.135]) by harbor.orleans.occnc.com (8.13.6/8.13.6) with ESMTP id o135kPFw061845; Wed, 3 Feb 2010 00:46:25 -0500 (EST) (envelope-from curtis@harbor.orleans.occnc.com) Message-Id: <201002030546.o135kPFw061845@harbor.orleans.occnc.com> To: Jung-uk Kim From: Curtis Villamizar In-reply-to: Your message of "Tue, 02 Feb 2010 21:34:49 EST." <201002022135.04962.jkim@niksun.com> Date: Wed, 03 Feb 2010 00:46:25 -0500 Sender: curtis@occnc.com Cc: freebsd-multimedia@freebsd.org, curtis@occnc.com 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 Reply-To: curtis@occnc.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 05:46:29 -0000 In message <201002022135.04962.jkim@niksun.com> Jung-uk Kim writes: > > On Tuesday 02 February 2010 03:28 am, Hans Petter Selasky wrote: > > 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. > > Interestingly I wrote almost(?) complete patch last weeek: > > http://people.freebsd.org/~jkim/ptlib26.diff > > I sent it to the maintainer but I got no response so far. That looks similar to the code in there already. Did you take this from netbsd or from the latest code on the ekiga web site since this looks a lot like the code that comes with the dist? > > Else your patches look good. I would suggest you call it > > "video4linux 2" support, instead of video4bsd support > > I think we can just (re-/ab-)buse V4L option, BTW. I followed the mplayer lead and added a second entry. > Jung-uk Kim Curtis