Infosatepg
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(→Optionen) |
||
Zeile 39: | Zeile 39: | ||
!Beschreibung | !Beschreibung | ||
|- | |- | ||
− | | -a # || Number of dvb card to use (0,1,...) | + | | '''-a #''' || Number of dvb card to use (0,1,...) |
|- | |- | ||
− | | -d # || Number of demux device to use (normally 0) | + | | '''-d #''' || Number of demux device to use (normally 0) |
|- | |- | ||
− | | -c # || Channel to switch vdr to (example viva) | + | | '''-c #''' || Channel to switch vdr to (example viva) |
|- | |- | ||
− | | -o dir || Write output-files to dir (default: ./received_data) | + | | '''-o dir''' || Write output-files to dir (default: ./received_data) |
|- | |- | ||
− | | -h || Display this help | + | | '''-h''' || Display this help |
|- | |- | ||
− | | -O file || dumps the sections to file | + | | '''-O file''' || dumps the sections to file |
|- | |- | ||
− | | -i file || read sections from file | + | | '''-i file''' || read sections from file |
|- | |- | ||
− | | -q || More quiet output | + | | '''-q''' || More quiet output |
|- | |- | ||
− | | -v || More verbose output | + | | '''-v''' || More verbose output |
|- | |- | ||
− | | -C || receive complete Stream | + | | '''-C''' || receive complete Stream |
|} | |} | ||
Version vom 24. November 2004, 15:00 Uhr
Inhaltsverzeichnis |
Beschreibung
Hardwareanforderungen
- FF 1.3 (hw_sections=1)
- TT budget
- Typhoon DVB-s
- Skystar2
Softwareanforderungen
Installation
cd $SOURCEDIR tar jxvf infosatepg-<VERSION>.tar.bz2 mv infosatepg-<VERSION> infosatepg cd infosatepg make DVBDIR=$SOURCEDIR/DVB/include \ VDRDIR=$SOURCEDIR/VDR
Konfiguration
Am einfachsten ist das Starten aus der commands.conf herraus, mit folgenden Eintrag.
Run infosatepg : /usr/local/bin/infosatepg.sh
Zur Übergabe der Daten an VDR empfhielt sich Hoerzu2vdr, einfach die hoerzu2vdr.conf entsprechend anpassen.
- TvUrlinfosat = /vdr/infosatepg-0.0.2/received_data/infosat_#DAY#_#MONTH#; + TvUrlinfosat = $SOURCEDIR/infosatepg/received_data/infosat_#DAY#_#MONTH#;
Probleme
Optionen
Parameter | Beschreibung |
---|---|
-a # | Number of dvb card to use (0,1,...) |
-d # | Number of demux device to use (normally 0) |
-c # | Channel to switch vdr to (example viva) |
-o dir | Write output-files to dir (default: ./received_data) |
-h | Display this help |
-O file | dumps the sections to file |
-i file | read sections from file |
-q | More quiet output |
-v | More verbose output |
-C | receive complete Stream |
Links
[1] | http://www.siehferninfo.de | Elektronische Programm-Zeitschrift für TechniSat* Digital-Receiver |
[2] | http://www.herzomedia.net/schwarzott/vdr | Homepage Infosatepg |
[3] | http://www.wontorra.net | Homepage Hoerzu2vdr |