Date: Mon, 22 Jan 2001 19:36:51 +0100 From: Mario Kemper <magick@bundy.zhadum.de> To: multimedia@FreeBSD.ORG Subject: NextView-Decoder for *BSD Message-ID: <20010122193651.A1221@bundy.zhadum.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010122193651.A1221>