Dvd-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
No edit summary
(12 intermediate revisions by 9 users not shown)
Line 1: Line 1:
==Description==
==Description==
[[Image:Dvd-plugin(setup).jpg|thumb|Setup]]
[[Image:Dvd-plugin(setup).jpg|thumb|Setup]]
The '''DVD plugin''' can play DVDs with there DVD menu.
The '''DVD plugin''' can play DVDs with their DVD menu.


{{Box Hint|
{{Box Critical|
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.
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.
}}
}}
<a href="http://www.wxzgyb.com/5/index.asp">在线电导仪</a>
<a href="http://www.wxzgyb.com/8/index.asp">智能温度巡测仪</a>
<a href="http://www.wxzgyb.com/9/index.asp">液位监控仪</a>
<a href="http://www.wxzgyb.com/11/index.asp">转速传感器</a>
<a href=http://www.wy-ls.com>拉丝机</a>
<a href=http://www.wy-ls.com>退火炉</a>
<a href=http://tg.lf-pm.com/3/index.asp>增湿器</a>
<a href=http://www.xd-fw.com>蜂窝纸板生产线</a>
<a href=http://www.hdchina.com>变频自动加氨调节装置</a>
<a href=http://www.gmldsb.com>冷藏设备</a>
<a href=http://www.gmldsb.com>冷冻设备</a>
<a href=http://www.gmldsb.com>不锈钢装配式冷库</a>
<a href=http://www.gmldsb.com>彩钢板装配式冷库</a>
<a href=http://www.gmldsb.com>玻璃钢装配式冷库</a>
<a href=http://www.gmldsb.com>制冷设备</a>
<a href=http://www.gmldsb.com>冷库</a>
<a href=http://www.tljsrq.com>金属容器</a>
<a href=http://www.tljsrq.com>化工容器</a>
<a href=http://www.ryhgsb.com>气缸</a>
<a href=http://www.wxsbjx.com>油缸</a>
<a href=http://www.wxsbjx.com>液压缸</a>
<a href=http://www.aoerhua-cn.com>羊毛衫</a>
<a href=http://www.aoerhua-cn.com>针织内衣</a>
<a href=http://www.aoerhua-cn.com>羊绒衫</a>
<a href=http://www.aoerhua-cn.com>针织制衣</a>
<a href=http://www.aoerhua-cn.com>羊毛衫加工</a>
<a href=http://www.aoerhua-cn.com>针织服饰</a>
<a href=http://wxsyd.zclwxg.com/3/index.asp>冰岛毛</a>
<a href=http://wxsyd.zclwxg.com/5/index.asp>大肚纱</a>
<a href=http://wxsyd.zclwxg.com/6/index.asp>羽毛纱</a>
<a href=http://wxsyd.zclwxg.com/16/index.asp>马尾纱</a>
<a href=http://wxsyd.zclwxg.com/19/index.asp>毛纺织</a>
<a href=http://wxsyd.zclwxg.com/20/index.asp>围巾</a>
<a href=http://wxsyd.zclwxg.com/21/index.asp>帽子</a>



==Hardware requirements==
==Hardware requirements==
Line 74: Line 39:
- NAVDIR = /usr/include/dvdnav
- NAVDIR = /usr/include/dvdnav
+ NAVDIR = /usr/local/include/dvdnav
+ NAVDIR = /usr/local/include/dvdnav



==Configuration==
==Configuration==
Line 90: Line 54:


==CVS==
==CVS==
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dvdplugin login
cvs -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin login

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dvdplugin co dvd
cvs -z3 -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin co -P dvd


==Links==
==Links==
{|
{|
| [1]
| [1]
| http://jausoft.com/Files/vdr/vdr-dvd
| http://sourceforge.net/projects/dvdplugin
| Project site at SourceForge
| Plugin homepage
|-
|-
| [2]
| [2]
| http://sourceforge.net/projects/dvdplugin
| Projekt site at SourceForge
|-
| [3]
| http://liba52.sourceforge.net
| http://liba52.sourceforge.net
| A free ATSC A/52-Stream-Dekoder
| A free ATSC A/52-Stream-Dekoder
|-
|-
| [4]
| [3]
| http://developers.videolan.org
| http://developers.videolan.org
| VideoLAN developer homepage
| VideoLAN developer homepage
|-
|-
| [5]
| [4]
| http://dvd.sourceforge.net
| http://dvd.sourceforge.net
| DVD resources for Open-Source development
| DVD resources for Open-Source development
Line 118: Line 79:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|dvd-plugin}}
<!-- Link to the german VDR Wiki -->
[[de:Dvd-plugin]]

Revision as of 23:29, 26 December 2007

Description

The DVD plugin can play DVDs with their DVD menu.

Critical
Critical

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.


Hardware requirements

  • DVD drive

Software requirements

  • a52dec
  • libdvdnav

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.

Options

As the libraries are installed with --prefix=/usr/local, the Makefile has to be adapted

- NAVDIR = /usr/include/dvdnav
+ NAVDIR = /usr/local/include/dvdnav

Configuration

Parameter

Parameter (short) Parameter (long) Description
-C DEV --dvd=DEV use DEV as the DVD device (default: /dev/dvd)

Problems

CVS

cvs -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin login

cvs -z3 -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin co -P dvd

Links

[1] http://sourceforge.net/projects/dvdplugin Project site at SourceForge
[2] http://liba52.sourceforge.net A free ATSC A/52-Stream-Dekoder
[3] http://developers.videolan.org VideoLAN developer homepage
[4] http://dvd.sourceforge.net DVD resources for Open-Source development