Osdteletext-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Parameter aus den Konventionen)
Zeile 12: Zeile 12:
 
tmpfs                /vtx                tmpfs      size=124m            0 0
 
tmpfs                /vtx                tmpfs      size=124m            0 0
 
...</pre>
 
...</pre>
==Probleme==
 
==Parameter==
 
{| border=1 cellpadding=2 cellspacing=0
 
|- bgcolor=#efefef
 
!Parameter (kurz)
 
!Parameter (lang)
 
!Beschreibung
 
|-
 
| -d || --directory=DIR    || the directory where the temporary files will be stored (default: /vtx, recommended: /tmp/vtx)
 
|-
 
| -n || --max-cache=NUM    || maximum size in megabytes of cache used to store the pages on the harddisk (default: a calculated value below 50 MB)
 
|-
 
| -s || --cache-system=SYS || set the cache system to be used. Choose 'legacy' for the traditional one-file-per-page system. Default is "packed" for the one-file-for-a-few-pages system.
 
|-
 
| -R || --no-receive      || do not receive and store teletext (deprecated - plugin will be useless)
 
|-
 
| -r || --receive          || obsolete
 
|}
 
 
==Bedienung==
 
==Bedienung==
 
{| border=1 cellpadding=2 cellspacing=0
 
{| border=1 cellpadding=2 cellspacing=0
Zeile 47: Zeile 29:
 
!bgcolor=#efefef| Links
 
!bgcolor=#efefef| Links
 
| Unterseite zurück
 
| Unterseite zurück
 +
|}
 +
==Probleme==
 +
==Parameter==
 +
{| border=1 cellpadding=2 cellspacing=0
 +
|- bgcolor=#efefef
 +
!Parameter (kurz)
 +
!Parameter (lang)
 +
!Beschreibung
 +
|-
 +
| -d || --directory=DIR    || the directory where the temporary files will be stored (default: /vtx, recommended: /tmp/vtx)
 +
|-
 +
| -n || --max-cache=NUM    || maximum size in megabytes of cache used to store the pages on the harddisk (default: a calculated value below 50 MB)
 +
|-
 +
| -s || --cache-system=SYS || set the cache system to be used. Choose 'legacy' for the traditional one-file-per-page system. Default is "packed" for the one-file-for-a-few-pages system.
 +
|-
 +
| -R || --no-receive      || do not receive and store teletext (deprecated - plugin will be useless)
 +
|-
 +
| -r || --receive          || obsolete
 
|}
 
|}
 
==Probleme==
 
==Probleme==

Version vom 6. Oktober 2004, 13:23 Uhr

Inhaltsverzeichnis

Beschreibung

OSD-Teletext zeigt Videotext direkt auf dem OSD an. Im Hintergrund gibt es weiterhin Bild und Ton.

Osdteletext-plugin.jpg

Hardwareanforderungen

Softwareanforderungen

Installation

Siehe Plugin Installation.

Konfiguration

In der /etc/fstab legen wir ein Verzeichnis zum auslagern an:

...
tmpfs                /vtx                 tmpfs      size=124m             0 0
...

Bedienung

1,...,9 Seitenzahl eingeben
Hoch Seite weiter
Herunter Seite zurück
Rechts Unterseite weiter
Links Unterseite zurück

Probleme

Parameter

Parameter (kurz) Parameter (lang) Beschreibung
-d --directory=DIR the directory where the temporary files will be stored (default: /vtx, recommended: /tmp/vtx)
-n --max-cache=NUM maximum size in megabytes of cache used to store the pages on the harddisk (default: a calculated value below 50 MB)
-s --cache-system=SYS set the cache system to be used. Choose 'legacy' for the traditional one-file-per-page system. Default is "packed" for the one-file-for-a-few-pages system.
-R --no-receive do not receive and store teletext (deprecated - plugin will be useless)
-r --receive obsolete

Probleme

Links

[1] http://www.wiesweg-online.de/linux/linux.html Homepage des Plugins