Infosatepg
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Konfiguration) |
(→Konfiguration) |
||
Zeile 22: | Zeile 22: | ||
==Konfiguration== | ==Konfiguration== | ||
− | Am einfachsten ist das Starten aus der [[commands.conf]] herraus | + | Am einfachsten ist das Starten aus der [[commands.conf]] herraus. |
− | Run infosatepg : /usr/local/bin/[[infosatepg.sh]] | + | Run infosatepg : /usr/local/bin/[[infosatepg.sh]] |
+ | Run infosatepg (inc osd status) : /usr/local/bin/[[infosatepg.sh]] status | ||
+ | |||
+ | Für den OSD status <div style="display:inline; color:white; background:green">infosatepg status ~ 88 % [######## ]</div> ist die '''svdrpsend.pl''' in den '''PATH''' zu kopieren. | ||
+ | |||
+ | cp $SOURCEDIR/VDR/svdrpsend.pl /usr/local/bin | ||
Zur Übergabe der Daten an VDR empfhielt sich [[tvmovie2vdr]], einfach die config.pl entsprechend anpassen. (alternativ [[hoerzu2vdr]], dies ist jedoch nicht Bestandteil dieser Anleitung) | Zur Übergabe der Daten an VDR empfhielt sich [[tvmovie2vdr]], einfach die config.pl entsprechend anpassen. (alternativ [[hoerzu2vdr]], dies ist jedoch nicht Bestandteil dieser Anleitung) | ||
− | + | # - our $infosaturl="/video/received_data"; | |
− | # - our $infosaturl="/video/received_data"; | + | # + our $infosaturl="/tmp/received_data"; |
− | # + our $infosaturl="/tmp/received_data"; | + | |
− | + | ||
Bequemer via [[Dir_etc#.2Fetc.2Fcrontab|crontab]] + [[updateepg.sh]] (Scripts sollte man sich anpassen). | Bequemer via [[Dir_etc#.2Fetc.2Fcrontab|crontab]] + [[updateepg.sh]] (Scripts sollte man sich anpassen). |
Version vom 13. Januar 2005, 05:07 Uhr
Inhaltsverzeichnis |
Beschreibung
Hardwareanforderungen
- FF 1.3 (hw_sections=1)
- TT budget
- Typhoon DVB-s
- Skystar2
Softwareanforderungen
- DVB Treiber
- Programm zum tunen
Installation
cd $SOURCEDIR tar jxvf infosatepg-<VERSION>.tar.bz2 cd infosatepg-<VERSION> make DVBDIR=$SOURCEDIR/DVB/include \ VDRDIR=$SOURCEDIR/VDR cp src/standalone/infosatepg /usr/local/bin
Konfiguration
Am einfachsten ist das Starten aus der commands.conf herraus.
Run infosatepg : /usr/local/bin/infosatepg.sh Run infosatepg (inc osd status) : /usr/local/bin/infosatepg.sh statusFür den OSD status
infosatepg status ~ 88 % [######## ]
ist die svdrpsend.pl in den PATH zu kopieren.
cp $SOURCEDIR/VDR/svdrpsend.pl /usr/local/bin
Zur Übergabe der Daten an VDR empfhielt sich tvmovie2vdr, einfach die config.pl entsprechend anpassen. (alternativ hoerzu2vdr, dies ist jedoch nicht Bestandteil dieser Anleitung)
# - our $infosaturl="/video/received_data"; # + our $infosaturl="/tmp/received_data";
Bequemer via crontab + updateepg.sh (Scripts sollte man sich anpassen).
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 |