Dvd-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Spielt DVD's ab.

Hardwareanforderungen

DVD ROM.

Softwareanforderungen

a52dec, libdvdcss, libdvdnav

Installation

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