From owner-freebsd-multimedia@freebsd.org Mon Dec 28 18:16:26 2015 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B34D7A520EA for ; Mon, 28 Dec 2015 18:16:26 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A05511C66 for ; Mon, 28 Dec 2015 18:16:26 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9F945A520E9; Mon, 28 Dec 2015 18:16:26 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F30CA520E8 for ; Mon, 28 Dec 2015 18:16:26 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68DE11C65 for ; Mon, 28 Dec 2015 18:16:25 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id AAE6F1FE024; Mon, 28 Dec 2015 19:16:22 +0100 (CET) Subject: Re: webcam and audio capture To: Marco Beishuizen References: <567EBCE6.8000907@selasky.org> Cc: Michael Zhilin , multimedia@freebsd.org From: Hans Petter Selasky Message-ID: <56817CF2.5050404@selasky.org> Date: Mon, 28 Dec 2015 19:18:26 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 18:16:26 -0000 On 12/28/15 19:07, Marco Beishuizen wrote: > On Sat, 26 Dec 2015, the wise Hans Petter Selasky wrote: > >> Virtual OSS from my I4B SVN can do this. >> >> svn --username anonsvn --password anonsvn \ >> checkout svn://svn.turbocat.net/i4b >> >> cd i4b/trunk/virtual_oss >> >> make all install >> >> kldload cuse >> kldload cuse4bsd >> >> sysctl hw.snd.basename_clone=0 virtual_oss -C2 -c 2 -b 16 -S -r 48000 >> -s 1000 -P /dev/dspX -R /dev/dspY -d dsp > > Hi Hans Petter, > > Although I use FreeBSD for quite some time now, I'm not a skilled > programmer: what does this exactly do? And is this available in ports? > > Regards, > Marco > This downloads and compiles the source code. It is basically a wrapper around /dev/dsp . --HPS