From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 12 17:42:26 2011 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63A97106564A for ; Tue, 12 Apr 2011 17:42:26 +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 E27228FC1E for ; Tue, 12 Apr 2011 17:42:25 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 31F501E00230; Tue, 12 Apr 2011 19:24:20 +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 p3CHMSKJ046707; Tue, 12 Apr 2011 19:22:28 +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 p3CHMRM0046706; Tue, 12 Apr 2011 19:22:27 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 12 Apr 2011 19:22:27 +0200 To: multimedia@FreeBSD.org, emulation@FreeBSD.org Message-ID: <20110412172227.GA45105@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: netchild@FreeBSD.org, olli@FreeBSD.org, avg@FreeBSD.org, hselasky@FreeBSD.org Subject: Linuxolator v4l2/dvb patches (like for webcamd + skype...) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2011 17:42:26 -0000 Hi! After Olli successfully tested the version for 8 with a Logitech C210 camera and the versions of skype and webcamd in ports [1] I guess it's time to post the patches in public: http://people.freebsd.org/~nox/dvb/linux-dvb-v4l2-8-test.patch (for 8) http://people.freebsd.org/~nox/dvb/linux-dvb-v4l2-test.patch (for head, untested) These also contain my previously posted Linuxolator dvb patches that I still need to turn into a seperate kld because I got no response from the Linux guy wrt the header file license (the Linux dvb headers are lgpl2), so atm they are only for testing. Note: At least the version of skype in ports still won't work with all cameras supported by webcamd because skype wants yuv 4:2:0 pixel format and some webcams only support jpeg (like a gspca zc3xx one I dug up here), maybe the newer skype version that Andriy got working, http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-February/011696.html will have support for such cameras, or if not maybe a solution like this Linux post linked, http://lists.mandriva.com/bugs/2009-03/msg03382.php could be ported (unfortunately the main posting, http://forum.mandriva.com/viewtopic.php?t=100986 is in french); gstfakevideo that he used seems to be here: https://code.google.com/p/gstfakevideo/source/checkout I'll leave porting that to others as I don't really use skype myself here, I just thought I could add some v4l2 support to my Linuxolator patches. :) Enjoy! Juergen [1] He didn't get the cam's internal mic working yet but that of course has nothing to do with my Linuxolator patches. (see other thread.)