On Tuesday 23 August 2005 17:58, Rob Wouters wrote: > Hi, > > First of all my compliments of the great progress that has been made on > the ivtv driver. > > I'm trying to get teletext to work on my PVR-350. > > Yesterday I upgraded MythTV to revision 6930 of svn and applied the > following patch: > http://mitglied.lycos.de/beebof/myth.html > > Everything compiled cleanly, but when I try to test the teletext by > pressing 'T' during Live TV, at the top of the screen only appears > "Teletext page unavailable". While I'm certain that the default page 888 > _is_ available. I have tested it with a patched AleVT and the teletext > then does work. > > I'm currently using ivtv-0.3.7g on Gentoo with 2.6.11 kernel. After > booting the following command is executed: "ivtvctl -d /dev/video0 -u > 0xff -p 4 -x 1 -w cc,wss,vps -b raw,teletext,cc,wss,vps".
A bit too many options. This is sufficient: ivtvctl -x 1 -w wss -b teletext,wss,vps (-d, -u and -p are the defaults, cc is for NTSC, vps for TV-out is pointless and so is raw). > As you can see I'm in a Pal country (Netherlands). > > Is it possible for this to work? > > If you need more information I'll be happy to provide it. I looked quickly at the code and it seems OK. You can check if it is recorded OK by playing back a recording (cat rec.mpg >/dev/video16) and running the vbi tool from the test directory (vbi /dev/vbi4). This reports the detected sliced VBI packets inside the mpeg stream. So you know that they are present. I've also had reports that in certain circumstances the VBI capturing seems to stop. I haven't had the chance to look at that. Hans ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ ivtv-devel mailing list ivtv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ivtv-devel