From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 29 21:53:59 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8159B8C for ; Sun, 29 Dec 2013 21:53:59 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 5B6741AB8 for ; Sun, 29 Dec 2013 21:53:59 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id 81561100293; Sun, 29 Dec 2013 22:53:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id EAA3A8FC254; Sun, 29 Dec 2013 22:54:35 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V0fpv1gkbRSV; Sun, 29 Dec 2013 22:54:35 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 58AEC8FC253; Sun, 29 Dec 2013 22:54:35 +0100 (CET) Message-ID: <52C09A33.5040602@bitfrost.no> Date: Sun, 29 Dec 2013 22:54:59 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Matthias Apitz , freebsd-multimedia@freebsd.org Subject: Re: mplayer && webcamd References: <20131229185353.GA972@tiny-r255948> In-Reply-To: <20131229185353.GA972@tiny-r255948> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 21:53:59 -0000 On 12/29/13 19:53, Matthias Apitz wrote: > > Hello, > > I have on a 10-CURRENT with ports from 1st of November: > > MPlayer SVN-r35933-snapshot-4.6.3 (C) 2000-2013 MPlayer Team > webcamd-3.11.0.2 > pwcview-1.4.1_4 > > The cam of my netbook, a CNF7129, works fine with Skype and with > pwcview. How I could use mplayer to work with this and record the video > stream? Thanks in advance. > > I have googled around and the hints I found, for example: > > mplayer -cache 128 -tv driver=v4l:width=640:height=480:outfmt=i420 -vc rawi420 -vo xv tv:// > > only says: > MPlayer SVN-r35933-snapshot-4.6.3 (C) 2000-2013 MPlayer Team > > Playing tv://. > Cache fill: 0.00% (0 bytes) > > TV file format detected. > No such driver: v4l > > matthias > Hi, My blind guess: Have you tried libv4l and v4l2 and libv4l2 ? --HPS