Live
Live ist eine Weboberfläche für den VDR.
Im Gegensatz zu der Weboberfläche des VDRAdmin-am Plugins, kann das Live-Plugin ohne eine
Fullfeatured DVB Karte auch das Live Signal des VDR's ausgeben.
So wird Live installiert.
apt-get install libcxxtools-dev libtntnet-dev libboost-dev libpcre3-dev libpcre3-dev
mkdir -p /data/installfiles/vdrplugins/live cd /data/installfiles/vdrplugins/live git clone git://projects.vdr-developer.org/vdr-plugin-live.git live-plugin
Plugin wie hier beschrieben installieren.
Ab VDR-1.7.26 noch diesen Patch installieren.
Danach noch:
cp -a /usr/local/src/vdr/PLUGINS/src/live/live /etc/vdr/plugins
Der Eintrag in der runvdr sieht wie folgt aus.
-P'live' \
Es können noch folgende Parameter zum Plugin Aufruf übergeben werden (Infos aus dem Befehl „vdr –help“):
live (0.2.0) - Live Interactive VDR Environment
  -p PORT,  --port=PORT        use PORT to listen for incoming connections
                               (default: 8008)
  -i IP,    --ip=IP            bind server only to specified IP, may appear
                               multiple times
                               (default: 0.0.0.0)
  -s PORT,  --sslport=PORT     use PORT to listen for incoming ssl connections
                               (default: 8443)
  -c CERT,  --cert=CERT        full path to a custom ssl certificate file
  -k KEY,  --key=KEY           full path to a custom ssl certificate key file
  -l level, --log=level        log level for tntnet (values: WARN, ERROR, INFO, DEBUG, TRACE)
  -e <dir>, --epgimages=<dir>  directory for epgimages
Aufruf wie folgt.
http:<ip des Rechners>:8008/
LOGIN:  admin:live