Mediamvp-plugin
Aus VDR Wiki
Version vom 9. Dezember 2004, 21:36 Uhr von 213.6.77.99 (Diskussion)
Inhaltsverzeichnis |
Beschreibung
Hauppauge MediaMVP => als VDR Client
Hardwareanforderungen
- MediaMVP
- Server
Softwareanforderungen
- libevent (required)
- zlib (required)
- libjpeg (optional)
- libxml2 (optional)
- ImageMagick (optional)
Installation
cd /tmp wget ftp://ftp.shspvr.com/download/mediamvp/mediamvp_<VERSION>.exe unzip -o mediamvp_<VERSION>.exe -d tmp mkdir /tftpboot install -v -m 644 tmp/DONGLE.BIN /tftpboot/dongle.bin rm -r tmp cd /tftpboot wget http://bluecherry.net/~other/mediamvp/files/mvploader.c gcc -Wall -O2 mvploader.c -o mvploader cd $SOURCEDIR tar xvzf libevent-<VERSION>.tar.gz cd libevent-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
ImageMagick siehe text2skin-plugin, auskommentieren des Makefiles nicht vergessen, laut doc/HISTORY ist ImageMagick für die Konvertierung von Bildern zuständig.
Um genau zu sein ImageMagick oder Libjpeg, letzteres wird laut Makefile standard genutzt.
HAVE_LIBJPEG = 1
Libjpeg sollte eigentlich schon installiert sein, ohne diese Lib läßt sich VDR nicht übersetzen, falls nicht:
cd $SOURCEDIR tar xvzf jpegsrc.<VERSION>.tar.gz cd jpeg-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
Probleme
Optionen
HAVE_MAGICK = 1 | Uncomment these if you have the appropriate libraries |
MAGICK_VERSION = 6 | Set this to the version of ImageMagick that you have |
HAVE_LIBJPEG = 1 | |
HAVE_LIBXML2 = 1 | |
HAVE_LIBID3TAG = 1 | |
SINGLE_DEVICE = 1 | Uncomment this if you only have a single device in your vdr machine |
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-f fontfile | --aaa=fontfile | Use specified font for menus |
CVS
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vdr-mediamvp login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vdr-mediamvp co mediamvp
Links
[1] | http://www.gzip.org/zlib | Zlib |
[2] | http://www.ijg.org | Libjpeg |
[3] | http://www.xmlsoft.org | Libxml2 |
[4] | http://www.imagemagick.org | ImageMagick |
[5] | http://213.221.87.83/prod_mediamvp.htm | Hauppauge MediaMVP |
[6] | http://www.hauppauge.com/html/mediamvp_datasheet.htm | MediaMVP Datenblatt |
[7] | http://www.monkey.org/~provos/libevent | Libevent |
[8] | http://www.rst38.org.uk/mediamvp | Homepage des Plugins |
[9] | http://bluecherry.net/~other/mediamvp/files | Simpler firmware loader für MediaMVP unter Linux |
[10] | ftp://ftp.shspvr.com/download/mediamvp | MediaMVP Software (DONGLE.BIN) |
[11] | http://www.heise.de/ct/ftp/projekte/vdr/firmware.shtml | MediaMVP Software (DONGLE.BIN) |
[12] | http://www.shspvr.com/forum/viewtopic.php?t=5749&highlight=radio | Internet Radiosender mit MVP nutzen |