From owner-freebsd-multimedia@freebsd.org Thu Jan 7 20:04:20 2016 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 D6BE9A676D6 for ; Thu, 7 Jan 2016 20:04:20 +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 C2D231AB0 for ; Thu, 7 Jan 2016 20:04:20 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id C0848A676D5; Thu, 7 Jan 2016 20:04:20 +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 C01D5A676D4 for ; Thu, 7 Jan 2016 20:04:20 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 8B40D1AAF for ; Thu, 7 Jan 2016 20:04:20 +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 DDC001FE022; Thu, 7 Jan 2016 21:04:18 +0100 (CET) Subject: Re: webcam and audio capture To: Marco Beishuizen References: <567EBCE6.8000907@selasky.org> <56817CF2.5050404@selasky.org> Cc: multimedia@freebsd.org From: Hans Petter Selasky Message-ID: <568EC542.3070307@selasky.org> Date: Thu, 7 Jan 2016 21:06: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: Thu, 07 Jan 2016 20:04:20 -0000 On 01/07/16 20:52, Marco Beishuizen wrote: > On Mon, 28 Dec 2015, the wise Hans Petter Selasky wrote: > >> 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 . > > I've tried virtual_oss but when it runs, sound disappears completely (so > both playback and capture). > Hi, That shouldn't be. Can you give some more details which commands you tried to run? --HPS