From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 22 15:10:40 2007 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0994316A401; Mon, 22 Jan 2007 15:10:40 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.freebsd.org (Postfix) with ESMTP id E5C2813C45B; Mon, 22 Jan 2007 15:10:39 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id l0MFAdoD093277; Mon, 22 Jan 2007 07:10:39 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id l0MFAdiQ093276; Mon, 22 Jan 2007 07:10:39 -0800 (PST) (envelope-from rizzo) Date: Mon, 22 Jan 2007 07:10:39 -0800 From: Luigi Rizzo To: Florent Thoumie Message-ID: <20070122071039.A93120@xorpc.icir.org> References: <20070122032640.A90831@xorpc.icir.org> <45B4A58C.8020907@FreeBSD.org> <20070122043720.A91561@xorpc.icir.org> <45B4B1F9.1010808@FreeBSD.org> <20070122044849.E91561@xorpc.icir.org> <45B4CE99.4020900@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <45B4CE99.4020900@FreeBSD.org>; from flz@FreeBSD.org on Mon, Jan 22, 2007 at 02:47:53PM +0000 Cc: multimedia@FreeBSD.org Subject: Re: some missing bits in multimedia/v4l_compat 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: Mon, 22 Jan 2007 15:10:40 -0000 On Mon, Jan 22, 2007 at 02:47:53PM +0000, Florent Thoumie wrote: ... > There might be some other places to ook for but here are a few: > > - http://perforce.freebsd.org/branchView.cgi?BRANCH=julian%5fv4l > - http://perforce.freebsd.org/branchView.cgi?BRANCH=flz%5fv4l > - recent hackers@ archives (since last summer IIRC) > - developers@ archives for licensing information > > I don't have much time to work on it these days but I'd like to hear > about further improvement. I'm looking forward to the day I'll be able > to do video conferencing with my iSight on FreeBSD :-) having a working camera now, at least i can start debugging the applications. the only app i have found (though there may be more that i am not aware of) is ekiga and it does not seem to work. after a huge amount of time spent upgrating the zillion pagages it depends on, i first found that it did not see the camera because when pwlib was built, v4lcompat was not installed. Fixed that, it still did not see the camera because it looks for linux major/minor numbers (fixed, patch going to be committed soon). Fixed that, i could see the local image in the video window, but no video was sent across - not even in an ekiga<->ekiga setting. I am also experiencing other bugs with ekiga, e.g. it remembers the proxy even if it is not registered with it, somehow fails to exchange sip messages after the first connection, the usual partial failures in a natted environment, and finally the program does not exit when you ask it kindly. Ctrl-\ helps here. I suppose there are many linux assumptions in the code at various stages that silently fail when built on FreeBSD. cheers luigi > -- > Florent Thoumie > flz@FreeBSD.org > FreeBSD Committer >