Em84xx-plugin

From VDR Wiki
Revision as of 14:57, 30 January 2008 by Bimmer (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

em84xx is an output-plugin for all em84xx-based decoder-cards and onboard-decoders.

Get the realmagic-0.2.3 which at this time can be found here:

   [realmagic-0.2.3 - http://www.zshare.net/download/4711211f908718/]

Copy the contents of realmagic-0.2.3/lib to /usr/lib

Build the realmagic84xx.ko

   cd /path_to/realmagic-0.2.3

and then

   make

Copy the realmagic84xx.ko where_ever.

   insmod /where_ever/realmagic84xx.ko

Further more you can:

Create a directory:

   mkdir /lib/modules/your_kernel_version/misc

Copy the module:

   cp realmagic84xx.ko /lib/modules/your_kernel_version/misc

Finally issue this:

   ldconfig


And here is the vdr-em84xx-0.0.15, the em84xx VDR plugin modified for NTSC component video out.

[vdr-em84xx-0.0.15.rar http://www.zshare.net/download/47139532ee99d1/]


Install it like any other VDR plugin by copying it into your '/PLUGINS/src' and make a symlink 'em84xx' to it.

Then compile the plugins from the vdr-source-dir with:

   make plugins

If you want mplayer support, compile with EMMPLAYER=1.