From owner-freebsd-questions@freebsd.org Tue Dec 22 22:55:37 2015 Return-Path: Delivered-To: freebsd-questions@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 2BAC3A50E7B for ; Tue, 22 Dec 2015 22:55:37 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from lb3-smtp-cloud6.xs4all.net (lb3-smtp-cloud6.xs4all.net [194.109.24.31]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C61461FF7 for ; Tue, 22 Dec 2015 22:55:36 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan ([83.160.85.125]) by smtp-cloud6.xs4all.net with ESMTP id wmuM1r00Y2iF10301muPw8; Tue, 22 Dec 2015 23:54:23 +0100 Received: from localhost (localhost [127.0.0.1]) by yokozuna.lan (8.15.2/8.15.2) with ESMTPS id tBMMsKdE004255 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 22 Dec 2015 23:54:21 +0100 (CET) (envelope-from mbeis@xs4all.nl) Date: Tue, 22 Dec 2015 23:54:20 +0100 (CET) From: Marco Beishuizen X-X-Sender: marco@localhost Reply-To: Marco Beishuizen To: freebsd-questions@freebsd.org Subject: webcam and audio capture Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 22:55:37 -0000 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 -- RAM wasn't built in a day.