Mhp-plugin

From VDR Wiki
Revision as of 14:44, 23 September 2004 by Monroe (talk | contribs) (initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

The european Multimadia Home Platform (MHP) standard, specifies the transmission and presentation of interactive content in digital TV. MHP makes it possible for telestations to broadcast additionally program attendant information.

The MHP plugin trys to bring MHP to VDR.

Hardware requirements

Software requirements

Installation

To install kaffe

cd $SOURCEDIR
tar xvzf kaffe-<VERSION>.tar.gz
cd kaffe-<VERSION>
./configure --prefix=/usr/local \
            --with-threads=unix-pthreads \
            --enable-pure-java-math
make
make install

To install ffmpeg

tar xvzf ffmpeg-<VERSION>.tar.gz
ln -s ffmpeg-<VERSION> ffmpeg
cd ffmpeg
./configure --prefix=/usr/local \
            --enable-shared
make
make install

For the plugin see plugin installation.

Problems

Links

[1] http://www.powarman.de Plugin homepage
[2] http://sourceforge.net/projects/interactive-vdr Plugin homepage (current)
[3] http://ffmpeg.sourceforge.net ffmpeg homepage
[4] http://www.kaffe.org kaffe homepage
[5] http://www.openmhp.org OpenMHP Site