Dvd-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(M)
Zeile 39: Zeile 39:
 
| [1]
 
| [1]
 
| http://liba52.sourceforge.net
 
| http://liba52.sourceforge.net
 +
| liba52 - ein freier ATSC A/52 stream decoder
 
|-
 
|-
 
| [2]
 
| [2]
 
| http://developers.videolan.org
 
| http://developers.videolan.org
 +
| VideoLAN Entwickler Homepage
 
|-
 
|-
 
| [3]
 
| [3]
 
| http://dvd.sourceforge.net
 
| http://dvd.sourceforge.net
 +
| DVD Resources für Open Source Development
 
|-
 
|-
 
| [4]
 
| [4]
Zeile 52: Zeile 55:
 
| [3]
 
| [3]
 
| http://sourceforge.net/projects/dvdplugin
 
| http://sourceforge.net/projects/dvdplugin
 +
| Project Homepage
 
|}
 
|}

Version vom 13. August 2004, 14:40 Uhr

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