Audiocd-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 11: | Zeile 11: | ||
==Installation Software== | ==Installation Software== | ||
− | + | <pre> | |
− | + | tar xvzf libcdaudio-0.99.9.tar.gz | |
− | + | cd libcdaudio-0.99.9 | |
− | + | ./configure --prefix=/usr/local | |
− | + | make | |
− | + | make install | |
− | + | ldconfig | |
+ | </pre> | ||
==Probleme== | ==Probleme== | ||
Keine bekannt. | Keine bekannt. |
Version vom 16. Juli 2004, 16:05 Uhr
Inhaltsverzeichnis |
Beschreibung
Spielt AudioCD ab.
Hardwareanforderungen
CDROM, Soundkarte, Audiokabel
Das Laufwerk muß per Audiokabel an die DVB- oder an eine Soundkarte angeschlossen werden.
Softwareanforderungen
libcdaudio
Installation Software
tar xvzf libcdaudio-0.99.9.tar.gz cd libcdaudio-0.99.9 ./configure --prefix=/usr/local make make install ldconfig
Probleme
Keine bekannt.
Links
[1] | http://libcdaudio.sourceforge.net | Libcdaudio Homepage |
[2] | http://mail.pad.zuken.de/~alex/vdr | Homepage des Plugins |