Dvd-plugin: Difference between revisions
Jump to navigation
Jump to search
m (image) |
No edit summary |
||
(19 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
==Description== |
==Description== |
||
'''Author:''' Andreas Schultz, Sven Goethel |
|||
[[Image:Dvd-plugin(setup).jpg|thumb|Setup]] |
|||
The '''DVD plugin''' can play DVDs with there DVD menu. |
|||
A DVD Player plugin. |
|||
{{Box 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. |
|||
}} |
|||
===Status=== |
|||
==Hardware requirements== |
|||
Last Update 01/2009 (cvs) |
|||
* DVD drive |
|||
==Images== |
|||
==Software requirements== |
|||
<gallery> |
|||
* a52dec |
|||
Image:dvd-plugin-00.jpg|''Settings'' |
|||
* libdvdnav |
|||
</gallery> |
|||
== |
==Usage== |
||
{| class="wikitable" |
|||
To install a52dec |
|||
|- |
|||
<pre> |
|||
| bgcolor=red | Red |
|||
cd $SOURCEDIR |
|||
| go to position (direct input of pos) |
|||
tar -xvzf a52dec-<VERSION>.tar.gz |
|||
|- |
|||
cd a52dec-<VERSION> |
|||
| bgcolor=lime | Green |
|||
./configure --prefix=/usr/local |
|||
| 1 min. backward |
|||
make |
|||
|- |
|||
make install |
|||
| bgcolor=yellow | Yellow |
|||
ldconfig |
|||
| 1 min. forward |
|||
</pre> |
|||
|- |
|||
| bgcolor=blue | Blue |
|||
| Go to Title (Number) |
|||
|- |
|||
| bgcolor=#efefef | Back |
|||
| Stop replay - end plugin |
|||
|- |
|||
| bgcolor=#efefef | Ok |
|||
| Toggle progress bar |
|||
|- |
|||
| bgcolor=#efefef | Up, kPlay |
|||
| Play |
|||
|- |
|||
| bgcolor=#efefef | Down, kPause |
|||
| Pause |
|||
|- |
|||
| bgcolor=#efefef | Left/Right |
|||
| Fast backward/Fast forward (Fast during play mode, slow in pause mode) |
|||
|- |
|||
| bgcolor=#efefef | kFastRew/kFastFwd |
|||
| |
|||
|- |
|||
| bgcolor=#efefef | Audio (earlier versions: 1) |
|||
| Next audio track - OSD Menue && audio key |
|||
|- |
|||
| bgcolor=#efefef | 2 |
|||
| next subtitle, '2' several times for choice, then 'Ok' |
|||
|- |
|||
| bgcolor=#efefef | 3 |
|||
| next |
|||
|- |
|||
| bgcolor=#efefef | 4 |
|||
| previous chapter |
|||
|- |
|||
| bgcolor=#efefef | 6 |
|||
| next chapter |
|||
|- |
|||
| bgcolor=#efefef | 7, kChanDn |
|||
| previous title |
|||
|- |
|||
| bgcolor=#efefef | 9, kChanUp |
|||
| next title |
|||
|- |
|||
| bgcolor=#efefef | 5 |
|||
| DvdNavigationForce ON / DVD main menu (if progress on) |
|||
|- |
|||
| bgcolor=#efefef | 8 |
|||
| DVD title menue |
|||
|- |
|||
| bgcolor=#efefef | 0 |
|||
| DVD audio menue (language selection) |
|||
|} |
|||
==Hardware Requirements== |
|||
and libdvdnav |
|||
* DVD-ROM or DVD-Burner |
|||
<pre> |
|||
cd $SOURCEDIR |
|||
tar -xvzf libdvdnav-<VERSION>.tar.gz |
|||
cd libdvdnav-<VERSION> |
|||
./configure --prefix=/usr/local |
|||
make |
|||
make install |
|||
ldconfig |
|||
</pre> |
|||
==Software Requirements== |
|||
See also [[plugin installation]]. |
|||
* a52dec |
|||
* libdvdcss (optional, see NOTE) |
|||
===Options=== |
|||
* libdvdnav |
|||
As the libraries are installed with ''--prefix=/usr/local'', the '''Makefile''' has to be adapted |
|||
* libdvdread |
|||
<pre> |
|||
- NAVDIR = /usr/include/dvdnav |
|||
+ NAVDIR = /usr/local/include/dvdnav |
|||
</pre> |
|||
{{Box Critical| |
|||
The usage and distribution of the ''libdvdcss'' library is illegal in some countries (e.g. USA). The plugin can be build and used without this library, but then CSS protected DVDs cannot be played. |
|||
}} |
|||
==Configuration== |
==Configuration== |
||
===Parameter=== |
===Parameter=== |
||
{| class="wikitable" |
|||
{| border=1 cellpadding=2 cellspacing=0 |
|||
|- |
|||
|- bgcolor=#efdead |
|||
!Parameter (short) |
!Parameter (short) |
||
!Parameter (long) |
!Parameter (long) |
||
!Description |
!Description |
||
|- |
|- |
||
| -C DEV || --dvd=DEV || use DEV as |
| -C ''<DEV>'' || --dvd=''<DEV>'' || use ''<DEV>'' as DVD device (default: ''/dev/dvd'') |
||
|} |
|} |
||
The command line starting VDR (i.e. in runvdr) has to be extended (replace sdX by DVDs device node): |
|||
-P'dvd -C/dev/sdX' |
|||
== |
==Other== |
||
===Problems=== |
|||
* Some buyed DVDs are not played, plugin segfaults && shows in logfiles "libdvdnav: ifoRead_VOBU_ADMAP vtsi failed". |
|||
* [http://www.heise.de/newsticker/meldung/89306 read here: German DVDs with new copy protection] |
|||
* Solution: |
|||
** use other versions of libdvdnav and libdvdread |
|||
*** libdvdnav_0.1.10-0.2-3.tar.gz |
|||
*** libdvdread_0.9.7-2-1.tar.gz |
|||
== |
===Tipps=== |
||
* [http://www.vdr-portal.de/board/thread.php?postid=558770 play DVDs from other computer (German)] |
|||
<pre> |
|||
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dvdplugin login |
|||
===Snapshot=== |
|||
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dvdplugin co dvd |
|||
cvs -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin login |
|||
</pre> |
|||
cvs -z3 -d:pserver:anonymous@dvdplugin.cvs.sourceforge.net:/cvsroot/dvdplugin co -P dvd |
|||
==Current Version== |
|||
[http://sourceforge.net/project/downloading.php?group_id=110541&filename=vdr-dvd-0.3.6_b03.bz2&a=39400504 0.3.6b] '''NOTE: outdated, use cvs version!''' |
|||
==Links== |
==Links== |
||
# [http://sourceforge.net/projects/dvdplugin Plugins Homepage] |
|||
{| |
|||
| [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 |
|||
|} |
|||
[[Category:Plugins]] |
[[Category:Plugins]] |
||
[[Category:Mediaplayer-Plugins]] |
|||
{{i18n|dvd-plugin}} |
|||
<!-- Link to the german VDR Wiki --> |
|||
[[de:Dvd-plugin]] |
Latest revision as of 20:52, 30 November 2013
Description
Author: Andreas Schultz, Sven Goethel
A DVD Player plugin.
Status
Last Update 01/2009 (cvs)
Images
Usage
Red | go to position (direct input of pos) |
Green | 1 min. backward |
Yellow | 1 min. forward |
Blue | Go to Title (Number) |
Back | Stop replay - end plugin |
Ok | Toggle progress bar |
Up, kPlay | Play |
Down, kPause | Pause |
Left/Right | Fast backward/Fast forward (Fast during play mode, slow in pause mode) |
kFastRew/kFastFwd | |
Audio (earlier versions: 1) | Next audio track - OSD Menue && audio key |
2 | next subtitle, '2' several times for choice, then 'Ok' |
3 | next |
4 | previous chapter |
6 | next chapter |
7, kChanDn | previous title |
9, kChanUp | next title |
5 | DvdNavigationForce ON / DVD main menu (if progress on) |
8 | DVD title menue |
0 | DVD audio menue (language selection) |
Hardware Requirements
- DVD-ROM or DVD-Burner
Software Requirements
- a52dec
- libdvdcss (optional, see NOTE)
- libdvdnav
- libdvdread
The usage and distribution of the libdvdcss library is illegal in some countries (e.g. USA). The plugin can be build and used without this library, but then CSS protected DVDs cannot be played.
Configuration
Parameter
Parameter (short) | Parameter (long) | Description |
---|---|---|
-C <DEV> | --dvd=<DEV> | use <DEV> as DVD device (default: /dev/dvd) |
The command line starting VDR (i.e. in runvdr) has to be extended (replace sdX by DVDs device node):
-P'dvd -C/dev/sdX'
Other
Problems
- Some buyed DVDs are not played, plugin segfaults && shows in logfiles "libdvdnav: ifoRead_VOBU_ADMAP vtsi failed".
- read here: German DVDs with new copy protection
- Solution:
- use other versions of libdvdnav and libdvdread
- libdvdnav_0.1.10-0.2-3.tar.gz
- libdvdread_0.9.7-2-1.tar.gz
- use other versions of libdvdnav and libdvdread
Tipps
Snapshot
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
Current Version
0.3.6b NOTE: outdated, use cvs version!