From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 12 10:09:52 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 19D6D1065670 for ; Fri, 12 Feb 2010 10:09:52 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id A3AD18FC08 for ; Fri, 12 Feb 2010 10:09:51 +0000 (UTC) Received: by ewy3 with SMTP id 3so2330103ewy.13 for ; Fri, 12 Feb 2010 02:09:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=phsMlSEKNWU1aoeQwVBr/vm0GhXdeQSEsamt9ss7PEE=; b=xMjUo0mQ3M3naM4EVwoVoT9im3pHNwNm1ebv6IcqJ1CX5sMps0hzEy2wEDxvS1sVxE bZE6KuPUFV++doL4rYXkygTOns+IFbeGr7YKjyFMceskFyvmOusbc79ZRTM+WoDrutv4 HPiXbpXxxYBC3aqTSXJXKyX1vR6y1agi+53A8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=wuf8beyUyYMJN7GQeSmwjwwJDwvoZrNfMALOh0EISzONTwFv8Dy8nWqFEhoBJNgctb H/iuh/pjymwAshZF7senZKZo9vGf/L31rr1TDzA2ElzHugWw5JmPJPG/9MgA80EFqRl2 v6brm+oU8HyatstyVctsQppCedFaWKgNMUL+w= MIME-Version: 1.0 Received: by 10.213.109.143 with SMTP id j15mr369933ebp.84.1265969386476; Fri, 12 Feb 2010 02:09:46 -0800 (PST) In-Reply-To: References: <2e027be01002120141l7829546du7085da7ecce7aa14@mail.gmail.com> Date: Fri, 12 Feb 2010 10:09:46 +0000 Message-ID: <2e027be01002120209u5e5d4526vdd11b596f10bacdd@mail.gmail.com> From: Tom Evans To: Markus Rechberger Content-Type: text/plain; charset=UTF-8 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 10:09:52 -0000 On Fri, Feb 12, 2010 at 9:55 AM, Markus Rechberger wrote: > 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 > Yes - I think so. Is that the same as setting a PES filter on the demux device with a specific pid? Tom