From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 22 15:46:55 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DB8B10656D9; Fri, 22 Apr 2011 15:46:55 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA8A8FC12; Fri, 22 Apr 2011 15:46:54 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 156291E002B9; Fri, 22 Apr 2011 17:46:54 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p3MFiL1E044822; Fri, 22 Apr 2011 17:44:21 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p3MFiLEA044821; Fri, 22 Apr 2011 17:44:21 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 22 Apr 2011 17:44:20 +0200 To: Ivan Klymenko Message-ID: <20110422154420.GA44555@triton8.kn-bremen.de> References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110422180047.0b367a75@ukr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110422180047.0b367a75@ukr.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-emulation@FreeBSD.org, Juergen Lock , multimedia@FreeBSD.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2011 15:46:55 -0000 On Fri, Apr 22, 2011 at 06:00:47PM +0300, Ivan Klymenko wrote: > ?? Fri, 22 Apr 2011 14:18:31 +0200 > Juergen Lock ??????????: > > > > > > > b) Video doesn't work for me with the latest skype beta on 8/amd64 > > I have also not working > video works with a version of Skype 2.1.0.81 > Which FreeBSD version and arch was this on, and does your camera need the Linux libv4l? > > > > Posts about getting audio working with newer skype versions: > > (tho probably not necessary for testing video only) > > > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011935.html > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011982.html > > > > As mentioned there, I did get video (and audio) working with the > > previous skype version that's still available here: > > > > http://download.skype.com/linux/skype_static-2.1.0.81.tar.bz2 > > > > pulseaudio does not work with Skype version 2.2.0.25 and 2.1.0.81 > my system is missing device /dev/dsp4 > Well you need to replace /dev/dsp4 with whatever dsp device your mic is on, sorry if that was not obvious. :) And if it's an internal mic on a webcam you probably also need to kldload snd_uaudio, and if then it still doesn't work you may need a patch too: http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011931.html which is part of this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=152622&sourceid=opensearch > I was not able to configure pulseaudio for Skype to work with an > external microphone... > The second link you quoted is about how I got it to work: http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011982.html Good luck! :) Juergen