On Sun, Jul 25, 2010 at 02:52:38PM +0200, Diego Biurrun wrote:
> We have the following section in the XML docs:
> 
> 6.2.3. Teletext hot keys
> 
> Key           Description
> X             Switch teletext display on/off
> C             Cycle through teletext rendering modes (opaque, transparent, 
> inverted opaque, inverted transparent
> Left/Right    Go to previous/next teletext page
> PageUp/PageDown       Go to next/previous teletext subpage
> digits                Enter teletext page number to jump to
> 
> However, in input/input.c I only see
> 
>   { { 'X', 0 }, "step_property teletext_mode 1" },
>   { { 'W', 0 }, "step_property teletext_page 1" },
>   { { 'Q', 0 }, "step_property teletext_page -1" },
> 
> so it seems that the XML docs are bogus.
> 
> But I have never used teletext support nor do I understand the TV or
> teletext code.  So I have this nagging feeling that I am missing
> something obvious.
> 
> Is this the case or are the XML docs simply bogus?

I actually have no idea, I never fully understood how to use
the teletext support.
However, there are DVB streams with teletext in samples,
so if you want you can test it with that...
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to