Audiocd-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(M)
Zeile 11: Zeile 11:
  
 
==Installation Software==
 
==Installation Software==
tar xvzf libcdaudio-0.99.9.tar.gz
+
<pre>
cd libcdaudio-0.99.9
+
tar xvzf libcdaudio-0.99.9.tar.gz
./configure --prefix=/usr/local
+
cd libcdaudio-0.99.9
make
+
./configure --prefix=/usr/local
make install
+
make
ldconfig
+
make install
 
+
ldconfig
 +
</pre>
 
==Probleme==
 
==Probleme==
 
Keine bekannt.
 
Keine bekannt.

Version vom 16. Juli 2004, 17: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