From owner-freebsd-multimedia@freebsd.org Sat Dec 26 09:39:25 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 90B8BA523A9 for ; Sat, 26 Dec 2015 09:39:25 +0000 (UTC) (envelope-from mizhka@gmail.com) 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 7852E164E for ; Sat, 26 Dec 2015 09:39:25 +0000 (UTC) (envelope-from mizhka@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 74E27A523A8; Sat, 26 Dec 2015 09:39:25 +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 7477DA523A7 for ; Sat, 26 Dec 2015 09:39:25 +0000 (UTC) (envelope-from mizhka@gmail.com) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03247164D for ; Sat, 26 Dec 2015 09:39:25 +0000 (UTC) (envelope-from mizhka@gmail.com) Received: by mail-lb0-x231.google.com with SMTP id sv6so68092350lbb.0 for ; Sat, 26 Dec 2015 01:39:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DticrCGKXNT9Xpdmc3tFQr5uM/lwFtm3m10rnw7r1oI=; b=jZqLWA9tTaqB322pljG3YaCIasPSeJKepwz2H266OHOFp6mF+c3972jHEiAGNChu21 84z7NXqpZAfe7zEz+7t4Ks+jW3LM6JPyPOgchQC9c2uwq0ywBSCpi2QlUULMwjv5UBJa Fw3g71NTOe/lXVHIeeGmG/rHRrHdC3WaUYEoNGDi4ptheJySYMgxmxlcIP2sVA1+Lq4T PtCTbD9atRfWSwfk7g9IXmTw/d1UL21186H47Xcjl/XYBcp0CEfQSphhehWLfBZTFnzl 7QqJspq3NxvJfN7aoT9PvvQtImyECXKI9W720l4uj4C1agev4xydsrlvMwsJq1uJ0WWj nbLw== MIME-Version: 1.0 X-Received: by 10.112.137.232 with SMTP id ql8mr14629505lbb.8.1451122761913; Sat, 26 Dec 2015 01:39:21 -0800 (PST) Received: by 10.112.169.102 with HTTP; Sat, 26 Dec 2015 01:39:21 -0800 (PST) Received: by 10.112.169.102 with HTTP; Sat, 26 Dec 2015 01:39:21 -0800 (PST) In-Reply-To: References: Date: Sat, 26 Dec 2015 12:39:21 +0300 Message-ID: Subject: Re: webcam and audio capture From: Michael Zhilin To: Marco Beishuizen Cc: multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Sat, 26 Dec 2015 09:39:25 -0000 Hi Marco, Do you have tried to change default_unit to 4? I don't remember exact sysctl node, but it's easy to grep it: sysctl -a | grep default_unit It worked for me before to resolve all troubles with sound. Thanks! On 25 Dec 2015 14:49, "Marco Beishuizen" wrote: > Hi, > > I have a Logitech C270 webcam and I was trying to get webrtc working > (Firefox Hello). Sound (output) works just fine all the time. > > Video capture is being recognized and works, but not audio capture (the > microphone in the webcam). > > The video capture device is /dev/video0 and when testing at > test.webrtc.org, Firefox asks nicely if I would like to share the > /dev/video0 device. But the audio device is skipped and doesn't work. In FF > Hello, video is fine, but the microphone on my side isn't working. I can > hear and see the people on the other side. But they can see me, but cannot > hear me. > > I have encountered similar problems before with uTox. But in uTox it > worked after editing a config file (in ~/.alsoftrc pointing the audio > capture from /dev/dsp (default?) to /dev/dsp4). > > The big question is, if it is possible in FreeBSD to always point the > audio capture to /dev/dsp4, instead of /dev/dsp which seems to be the > default? > > Regards, > Marco > > -- > Military intelligence is a contradiction in terms. > -- Groucho Marx > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to " > freebsd-multimedia-unsubscribe@freebsd.org" >