Mhp-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
(→Links: i18n) |
||
| (5 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
[[Image:Mhp-plugin.jpg|thumb|Screenshot]] | [[Image:Mhp-plugin.jpg|thumb|Screenshot]] | ||
| - | The european '' | + | The european '''''M'''ultimedia '''H'''ome '''P'''latform (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''' | + | The '''MHP plugin''' tries to bring MHP to VDR. |
==Hardware requirements== | ==Hardware requirements== | ||
| Line 14: | Line 14: | ||
==Installation== | ==Installation== | ||
To install kaffe | To install kaffe | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf kaffe-<VERSION>.tar.gz |
| - | tar xvzf kaffe-<VERSION>.tar.gz | + | cd kaffe-<VERSION> |
| - | cd kaffe-<VERSION> | + | ./configure --prefix=/usr/local \ |
| - | ./configure --prefix=/usr/local \ | + | --with-threads=unix-pthreads \ |
| - | + | --enable-pure-java-math | |
| - | + | make | |
| - | make | + | make install |
| - | make install | + | |
| - | + | ||
To install ffmpeg | To install ffmpeg | ||
| - | + | tar xvzf ffmpeg-<VERSION>.tar.gz | |
| - | tar xvzf ffmpeg-<VERSION>.tar.gz | + | ln -s ffmpeg-<VERSION> ffmpeg |
| - | ln -s ffmpeg-<VERSION> ffmpeg | + | cd ffmpeg |
| - | cd ffmpeg | + | ./configure --prefix=/usr/local \ |
| - | ./configure --prefix=/usr/local \ | + | --enable-shared |
| - | + | make | |
| - | make | + | make install |
| - | make install | + | |
| - | + | ||
For the plugin see [[plugin installation]]. | For the plugin see [[plugin installation]]. | ||
| + | |||
| + | ==Configuration== | ||
| + | ===Parameter=== | ||
| + | {| border=1 cellpadding=2 cellspacing=0 | ||
| + | |- bgcolor=#efdead | ||
| + | !Parameter (short) | ||
| + | !Parameter (long) | ||
| + | !Description | ||
| + | |- | ||
| + | | -L DIR || --lib=DIR || The plugin directory as given to VDR with the -L option (required if set for VDR!) | ||
| + | |- | ||
| + | | -a DIR || --apppath=DIR || The path to local applications (default: '''/usr/local/vdr/apps''') | ||
| + | |- | ||
| + | | -o MOD || --output=MOD || | ||
| + | * '''mpegpes''' for MPEG-1 output (default) | ||
| + | * '''sdl''' for preliminary SDL output | ||
| + | |} | ||
==Problems== | ==Problems== | ||
| Line 65: | Line 78: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
| - | + | {{i18n|mhp-plugin}} | |
| - | + | ||
Latest revision as of 16:44, 13 March 2006
Contents |
Description
File:Mhp-plugin.jpg
Screenshot
The european Multimedia 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 tries to bring MHP to VDR.
Hardware requirements
Software requirements
- directfb (see softdevice-plugin)
- kaffe (java)
- ffmpeg
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.
Configuration
Parameter
| Parameter (short) | Parameter (long) | Description |
|---|---|---|
| -L DIR | --lib=DIR | The plugin directory as given to VDR with the -L option (required if set for VDR!) |
| -a DIR | --apppath=DIR | The path to local applications (default: /usr/local/vdr/apps) |
| -o MOD | --output=MOD |
|
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 |




