Project

General

Profile

Raspbian HowTo

Basic VDR Installation

Get e-Tobi's packet list and install VDR:

$ echo 'deb http://e-tobi.net/vdr-experimental jessie base vdr-multipatch' | sudo tee --append /etc/apt/sources.list
$ sudo gpg --keyserver keyserver.ubuntu.com --recv D62E4F5B041390BC
$ sudo gpg --export --armor D62E4F5B041390BC | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install vdr

Plugin Installation

To get the latest binary, just install the rpihddevice package:

$ sudo apt-get install vdr-plugin-rpihddevice

Build Plugin from Source

Get VDR and ffmpeg headers:

$ echo 'deb-src http://e-tobi.net/vdr-experimental jessie base vdr-multipatch' | sudo tee --append /etc/apt/sources.list
$ sudo apt-get update
$ sudo apt-get install vdr-dev libavcodec-dev libavresample-dev libavutil-dev libavformat-dev
Checkout rpihddevice from git, build and install:
$ git clone git://projects.vdr-developer.org/vdr-plugin-rpihddevice.git
$ cd vdr-plugin-rpihddevice
$ make && sudo make install

Start VDR

$ sudo service vdr start

New Plugin home on Github

It looks the plugin source has been moved to github:

https://github.com/reufer/rpihddevice