VDR SoftHDDevice Plug-in WIKI¶
Installation¶
GIT¶
Aktueller VDR >= 1.7.36
git clone git://projects.vdr-developer.org/vdr-plugin-softhddevice.git cd vdr-plugin-softhddevice make make install
tar¶
Die aktuelleste Version von http://projects.vdr-developer.org/projects/plg-softhddevice/files herunterladen.
tar vxf vdr-softhddevice-*.tar.bz2 cd softhddevice-* make VDRDIR=<path-to-your-vdr-files> LIBDIR=.
Ab Version >= 0.6.0
tar vxf vdr-softhddevice-*.tar.bz2 cd softhddevice-* make make install
Wenn die automatische Erkennung der Configuration nicht funktioniert.
Kann man Makefile editieren um VDPAU / VA-API / Alsa / OSS Support ein bzw. auszuschalten oder
make ALSA=0|1 OSS=0|1 VDPAU=0|1 VAAPI=0|1 SCREENSAVER=0|1 SWRESAMPLE=0|1 z.b. make ALSA=1 OSS=0 VDPAU=1 VAAPI=0
verwenden.
gentoo¶
mkdir vdr-softhddevice wget -P vdr-softhddevice http://projects.vdr-developer.org/attachments/download/1223/vdr-softhddevice-9999.ebuild ebuild --skip-manifest vdr-softhddevice/vdr-softhddevice-9999.ebuild merge
Zusätzliche Informationen¶
FAQ: Die häufigsten Fragen gelöst.
Wie verwende ich softhddevice als Client.
You may also if you get errors, need to go here and install xcb http://xcb.freedesktop.org/dist/
Install all these packages to default values and then link.
xcb-proto libxcb gperf #search google xcb-util xcb-util-keysyms xcb-util-wm xcb-util-renderutil #util-macros or #macros xcb-util-image #If you need to you can find using "find command" # find / -name 'libxcb-xv.so.0*' #cd to "/usr/lib/" dir and link as follows ln -s /usr/local/lib/libxcb-xv.so.0 libxcb-xv.so.0 ln -s /usr/local/lib/libxcb-shm.so.0 libxcb-shm.so.0 ln -s /usr/local/lib/libxcb-dpms.so.0 libxcb-dpms.so.0 ln -s /usr/local/lib/libxcb-util.so.0 libxcb-util.so.0 ln -s /usr/local/lib/libxcb-screensaver.so.0 libxcb-screensaver.so.0 ln -s /usr/local/lib/libxcb-keysyms.so.1 libxcb-keysyms.so.1 ln -s /usr/local/lib/libxcb-icccm.so.4 libxcb-icccm.so.4 ln -s /usr/local/lib/libxcb-glx.so.0 libxcb-glx.so.0 ln -s /usr/local/lib/libxcb-randr.so.0 libxcb-randr.so.0