Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] AIO 17.07: Probs with Teletext



Alessio Sangalli wrote:

> Thomas Keil wrote:
>
>
> > Can anybody help me with that?
>
> go into libvideocoding source directgory and type 'make uninstall'
> go into libvideogfx and type make uninstall
>
> remove those two directories; untar libvideogfx, apply the patch,
> /configure --without-x, make, make install; untar libvideocoding,
> /configure --without-x, make, make install.
>
> Now go again to vdr and compile it; report any problem here on the ml...!
>
> bye
> as 

I found the error:

in libvideocoding/mpeg2/decoder/video.cc

Line 98 is:

        spec.border = 0;
   
and should be:

        spec.borderx = 0;
   
to compile with the patched libvideogfx


vdr compiled with that and the entry "teletext" is visible in the menu 
now :-)

Unfortunately, the only message I get is "Page not available" on all 
stations.

Once, vdr even crashed on me, the first time for months now!
This happened as I tried to access teletext on RTL.
The log file has the following:

Jul 18 00:19:17 sauron vdr[27908]: switching to channel 4
Jul 18 00:19:23 sauron vdr[27908]: no translation found for 'Teletext' 
in language 1 (Deutsch)
Jul 18 00:19:23 sauron vdr[27908]: no translation found for 'Tech' in 
language 1 (Deutsch)
Jul 18 00:19:24 sauron vdr[27929]: TELEVIEW started
Jul 18 00:19:29 sauron kernel: commandrequest error
Jul 18 00:19:39 sauron kernel: outcommand error 1
Jul 18 00:19:39 sauron kernel: commandrequest error
Jul 18 00:19:39 sauron kernel: dvb0: ARM crashed!
Jul 18 00:19:44 sauron kernel: commandrequest error

Besides that, is it possible that ALL of my TPIDs are wrong or no 
channel is sending VTEXT on Astra? Gives me a hard time to belive this...
Dir /vtx stays empty...
Has someone some working TPIDs for me, or what is wrong that Teletext is 
not working?






Home | Main Index | Thread Index