From owner-freebsd-multimedia Mon Jan 22 10:37:22 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from bundy.zhadum.de (pD9015A5E.dip.t-dialin.net [217.1.90.94]) by hub.freebsd.org (Postfix) with ESMTP id 905ED37B400 for ; Mon, 22 Jan 2001 10:37:00 -0800 (PST) Received: (from magick@localhost) by bundy.zhadum.de (8.11.2/8.11.0) id f0MIapI01373 for multimedia@FreeBSD.ORG; Mon, 22 Jan 2001 19:36:51 +0100 (CET) Date: Mon, 22 Jan 2001 19:36:51 +0100 From: Mario Kemper To: multimedia@FreeBSD.ORG Subject: NextView-Decoder for *BSD Message-ID: <20010122193651.A1221@bundy.zhadum.de> Mail-Followup-To: multimedia@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, 1.) What is NextView: NextView is an electronic programme guide that is transmitted together with Teletext. Currently nexTView EPG is transmitted by the following TV stations: in Germany and Austria: Pro7, 3Sat, RTL-II. in Switzerland: EuroNews, TSR1 and others. in France: Canal+, M6, TV5. If you reveive one of these programmes, you might be interested. On nxtvepg.tripod.com there's a decoder for Linux for which i did the NetBSD port. As FreeBSD and OpenBSD use the same bktr-driver (it's the FreeBSD driver anyway) it should work on these OS's almost out of the box. The changes i did are marked whith #ifdef __NetBSD__ The port for NetBSD is merged into the file epgvbi/btdrv4linux.c Except for some #include-directives it should work if you substitute the #ifdef __NetBSD__ by #if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) but i can't test it. This is a prerelease for Linux,Windows and NetBSD and i would like to have it working for the other BSD's at release time. -- Mario Kemper magick@bundy.zhadum.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message