Damit der VDR auf dem Raspberry Pi mit dem vdr-plugin-rpihddevice läuft muss man etwas Hand anlegen, da dies Plugin nicht im Repo drin ist:
1) Installation raspbian Buster
2) sudo apt-get install vdr vdr-dev
3) sudo apt-get install devscripts # Stellt den Befehl "dget" bereit
4) dget -xu --build https://launchpad.net/~seahawk1986-hotmail/+archive/ubuntu/jammy-vdr/+sourcefiles/vdr-plugin-rpihddevice/1.0.5-3yavdr0~jammy/vdr-plugin-rpihddevice_1.0.5-3yavdr0~jammy.dsc
5) cd vdr-plugin-rpihddevice-1.0.5/
6) sudo apt-get install libavformat-dev libavcodec-dev libswresample-dev libavutil-dev
7) dpkg-buildpackage -us -uc
8) sudo dpkg -i ../vdr-plugin-rpihddevice_1.0.5-3yavdr0~jammy_armhf.deb ../vdr-plugin-rpihddevice-dbgsym_1.0.5-3yavdr0~jammy_armhf.deb
9) sudo /etc/init.d/vdr start
Nun sollte der VDR sein Bild über das rpihddevice Plugin auf HDMI Bildschirm ausgeben
Quellen:
https://github.com/vdr-projects/vdr-plugin-rpihddevice
https://manpages.debian.org/bullseye-backports/devscripts/dget.1.de.html
Nun kann man auf die gleiche Weise wie zuvor noch weitere Pakete installieren, die nicht im Repository von Debian dabei sind, wie dem remoteosd Plugin:
10) dget -xu --build https://launchpad.net/~seahawk1986-hotmail/+archive/ubuntu/jammy-vdr/+sourcefiles/vdr-plugin-remoteosd/1.0.0-7yavdr23~jammy/vdr-plugin-remoteosd_1.0.0-7yavdr23~jammy.dsc