From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 28 14:53:38 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 85DC1106566B for ; Thu, 28 Jan 2010 14:53:38 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from mail-qy0-f203.google.com (mail-qy0-f203.google.com [209.85.221.203]) by mx1.freebsd.org (Postfix) with ESMTP id 4007C8FC23 for ; Thu, 28 Jan 2010 14:53:37 +0000 (UTC) Received: by qyk41 with SMTP id 41so320752qyk.29 for ; Thu, 28 Jan 2010 06:53:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=novGb0pgg6LgpPmpwi1aegjMdHXEnxoLAxzoChPO2SU=; b=BlD2rIcB/10fbk2xAtJFX9EtM7jR1fWLCNJX3arlIbSfPYjq94sBQZe/+NzIMlyUEZ 7Zf0pWw0c4dLGL9B9yaYgPl8/iAdg1ESOMo0lFjvitMF0/roLSNqnwF2EFawfWyJkedl CdBj2g4S7nlNxyMIgfaMNRspOR98AZNK54NH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fkx3gqjXYg32WPmVvitSs8y3m1+V42C+tcF21WKzDWgxx3Tu2XtN4YFNpG6pKorPrv v/1Yn6x8xA//7Nk7RSyw9xKxUGFU46VKuVCIsIzdzxau9nV1Bn1hOe3VifE6U8ZQXWZx dl6DsBsuBHmjOAPYKIg7Zp3+4ge4p8ubJkS0k= MIME-Version: 1.0 Received: by 10.229.107.29 with SMTP id z29mr2824321qco.42.1264690416919; Thu, 28 Jan 2010 06:53:36 -0800 (PST) In-Reply-To: <4B6022B2.8030900@yandex.ru> References: <201001101437.37269.hselasky@c2i.net> <4B602067.4030702@yandex.ru> <4B6022B2.8030900@yandex.ru> Date: Thu, 28 Jan 2010 22:53:36 +0800 Message-ID: <53a1e0711001280653x26ee715dm355c799e4d0ba162@mail.gmail.com> From: Henry Hu To: "Andrey V. Elsukov" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-multimedia@freebsd.org Subject: Re: [RFC/RFT][patch] multimedia/mplayer with TV-V4L support 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: Thu, 28 Jan 2010 14:53:38 -0000 Hello, 2010/1/27 Andrey V. Elsukov : > On 27.01.2010 14:15, Andrey V. Elsukov wrote: >> >> Thank you for your work. Now i can use my webcam almost out of the box :) >> Webcam on ASUS EEEPC works with `pwcview -s vga` and i made patch for >> multimedia/mplayer, so now i can use mplayer with my webcam :) It works well here. Since I'm using mplayer SVN version, I changed something by my self. It seems like that _ld_extra is not used anymore. We may add extra libs with --extra-libs. I added these libs by hacking Makefile. The changes to v4l and v4l2 input modules are the same. I just configure mplayer with --enable-tv-v4l1 --enable-tv-v4l2 --enable-vdpau --disable-v4l2. The old problem still remains: it seems like that my webcam supports 160x120, however if I use this size, pwcview shows a green screen and stalls, and mplayer just stalls. After killing them, I must restart webcamd to be able to use pwcview or mplayer again with webcam. However, 640x480 and 1280x1024 works well. >> >> Can someone review these changes? Is it a correct way to use libv4l? > > Small fix for port's Makefile. > > -- > WBR, Andrey V. Elsukov > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" > > Cheers, Henry