I wan't to open the teletext with the Command Line Interface.
Therefor I put
Code: Select all
vlc udp://@239.1.1.1:1234 --vbi-page=300
The Stream is playing, but there is no teletext to see.
The other commands for teletext according the help aren't helpfull:
VBI and Teletext decoder
--vbi-page=<integer> Teletext page
Open the indicated Teletext page.Default page is index 100
--vbi-opaque, --no-vbi-opaque
Text is always opaque (default enabled)
Setting vbi-opaque to false makes the boxed text transparent.
(default enabled)
--vbi-position={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
Teletext alignment
You can enforce the teletext position on the video (0=center, 1=left,
2=right, 4=top, 8=bottom, you can also use combinations of these
values, eg. 6 = top-right).
--vbi-text, --no-vbi-text Teletext text subtitles (default disabled)
Output teletext subtitles as text instead of as RGBA (default
disabled)
If I press the button on the graphical user interface the teletext shows the page 300 which I selected in the command line.
Does anyone know how to show and use the teletext with the CLI.
I tried this with a Debian-Sytem and a Window-System. The behavior is the same.
Thanks for help
nfstoney