Difference between revisions of "Dvd-plugin"
From VDR Wiki
(→Options) |
(→Bob) |
||
Line 35: | Line 35: | ||
== Headline text ==[[Link title]] | == Headline text ==[[Link title]] | ||
− | + | [[Image:Example.jpg]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==Problems== | ==Problems== |
Revision as of 18:15, 14 November 2005
Contents
Description
The DVD plugin can play DVDs with there DVD menu.
Hint |
The usage and distribution of the libdvdcss library is illegal in some countries (e.g. USA). The plugin does not need this library, but then CSS protected DVDs cannot be played. |
This is the shit
There is a time 4 time and a placlink titlee for sex
Installation
To install a52dec
cd $SOURCEDIR tar -xvzf a52dec-<VERSION>.tar.gz cd a52dec-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
and libdvdnav
cd $SOURCEDIR tar -xvzf libdvdnav-<VERSION>.tar.gz cd libdvdnav-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
See also plugin installation.
Steve French likes the dink == Headline text ==Link title
Problems
CVS
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dvdplugin login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dvdplugin co dvd
Links
[1] | http://jausoft.com/Files/vdr/vdr-dvd | Plugin homepage |
[2] | http://sourceforge.net/projects/dvdplugin | Projekt site at SourceForge |
[3] | http://liba52.sourceforge.net | A free ATSC A/52-Stream-Dekoder |
[4] | http://developers.videolan.org | VideoLAN developer homepage |
[5] | http://dvd.sourceforge.net | DVD resources for Open-Source development |