Audiocd-plugin

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

Version vom 19. August 2004, 21:40 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

cd /usr/local/src
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