Dvd-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
  
 
==Installation==
 
==Installation==
<pre>cd /usr/local/src
+
<pre>cd $SOURCEDIR
 
tar xvzf a52dec-0.7.4.tar.gz
 
tar xvzf a52dec-0.7.4.tar.gz
 
cd a52dec-0.7.4
 
cd a52dec-0.7.4
Zeile 31: Zeile 31:
 
make
 
make
 
make install
 
make install
ldconfig
+
ldconfig</pre>
</pre>
+
 
==Probleme==
 
==Probleme==
 
Keine bekannt.
 
Keine bekannt.

Version vom 19. August 2004, 23:22 Uhr

Inhaltsverzeichnis

Beschreibung

Spielt DVD's ab.

Hardwareanforderungen

DVD ROM.

Softwareanforderungen

a52dec, libdvdcss, libdvdnav

Installation

cd $SOURCEDIR
tar xvzf a52dec-0.7.4.tar.gz
cd a52dec-0.7.4
./configure --prefix=/usr/local
make
make install
ldconfig

cd -
tar xvzf libdvdcss-1.2.8.tar.bz2
cd libdvdcss-1.2.8
./configure --prefix=/usr/local
make
make install
ldconfig

cd -
tar xvzf libdvdnav-0.1.9.tar.gz
cd libdvdnav-0.1.9
./configure --prefix=/usr/local
make
make install
ldconfig

Probleme

Keine bekannt.

Links

[1] http://liba52.sourceforge.net liba52 - ein freier ATSC A/52 stream decoder
[2] http://developers.videolan.org VideoLAN Entwickler Homepage
[3] http://dvd.sourceforge.net DVD Resources für Open Source Development
[4] http://jausoft.com/Files/vdr/vdr-dvd Homepage des Plugins
[3] http://sourceforge.net/projects/dvdplugin Project Homepage