From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 12 09:55:17 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58BB61065670 for ; Fri, 12 Feb 2010 09:55:17 +0000 (UTC) (envelope-from mrechberger@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id E20608FC1C for ; Fri, 12 Feb 2010 09:55:16 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so134131fga.13 for ; Fri, 12 Feb 2010 01:55:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=wAo0WHPbHKa8rJxgu3TuCdKGzKF56UySteHa4Efo/Oc=; b=C1AnnEDo2tliSpjiELEteTjtYAzfEWHs2WXTxgVMBIkg6KWZtllbgcyltQmB3/anmM uMxYtnxc/vAjh6vfm3v9D2LNTiUBEg0Sl0Uf/ovkXEmUETIf6nXeSFSjCrNUk3v7XdsX BclGF3tOvGefcmTDeEMJR7ll18bQxxJlHdHWk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fRSPgPfH24ZUrKXSkw1CUq4lYyDLc3ZgfoluXrRpGc/9B+o39d86GM6iuC04DT69EZ Rk4xSjOyCEXPbyqkEHBIO2Qq5RGIBjcBSh76afuRrH/Lb2r+aeZinzDWZ0152Iyeku1X EtiA3VPDeid2D7HNku6IiccyikjNSF2NeZMQk= MIME-Version: 1.0 Received: by 10.86.6.31 with SMTP id 31mr2393675fgf.5.1265968515226; Fri, 12 Feb 2010 01:55:15 -0800 (PST) In-Reply-To: <2e027be01002120141l7829546du7085da7ecce7aa14@mail.gmail.com> References: <2e027be01002120141l7829546du7085da7ecce7aa14@mail.gmail.com> Date: Fri, 12 Feb 2010 10:55:15 +0100 Message-ID: From: Markus Rechberger To: Tom Evans Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-multimedia@freebsd.org Subject: Re: DVB/ATSC library? 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, 12 Feb 2010 09:55:17 -0000 Hi Tom, > Hi Markus (mrec from irc?) > yes I'm also there right now. > HPS has been working to try and get USB DVB devices working through > video4bsd/webcamd/cuse4bsd, and I'm the gimp doing the testing(!) > I know we are trying to integrate our driver there (or at least make an optional integration). Our driver comes with its own stack already which fully emulates the video4linux and dvb API on linux already. You might have a look here: http://support.sundtek.com/index.php/topic,4.0.html > For testing with v4l, I minimally ported linux-dvb-utils, and have had > 'scan' working at least. I've also applied the same sort of patches to > mplayer (configure with --enable-dvbhead), but not yet had a chance to > test it - still can't tune the device to a channel yet :) > are you still using PID filtering (would be great :)? Markus