Gentoo Archives: gentoo-dev

From: Henti Smith <bain@×××××××.za>
To: "gentoo-dev@g.o" <gentoo-dev@g.o>
Subject: [gentoo-dev] mplayer with dvdread ..
Date: Tue, 08 Apr 2003 17:49:43
Message-Id: 20030408193908.75df165d.bain@tcsn.co.za
1 hi all
2
3 I been battling to get mplayer with dvd working and I went throught the mplayer dvd docs.
4 libdvdread is included in the tarball and can be used but I see there is also a media-libs/libdvdread-0.9.4
5
6 mplayer has advd option but it only uses the media-libs/libdvdnav library .. and in the docs it says this
7
8 DVD Navigation support (dvdnav)
9
10 Support for DVD navigation via dvdnav was being worked on, but it was never finished properly and it is
11 currently unmaintained. Who knows, it might even compile.
12
13 MPlayer uses libdvdread and libdvdcss for DVD decryption and playback. These two libraries are contained
14 in the libmpdvdkit2/ subdirectory of the MPlayer source tree, you do not have to install them
15 separately. We opted for this solution because we had to fix a libdvdread bug and apply a patch which
16 adds cracked CSS keys caching support to libdvdcss. This results in a large speed increase because the
17 keys do not have to be cracked every time before playing.
18
19 MPlayer can also use system-wide libdvdread and libdvdcss libraries, but this solution is not
20 recommended, as it can result in bugs, library incompatibilities and slower speed.
21
22 Using this info I patched mplayer to use the internal libdvdread and libdvdcss libraries and it work wonderfully.
23
24 Would it be recommended to alter the ebuild for mplayer to use the internal libraries .. maby changing the lib names to reflect mplayer use only and patching mplayer for that then sticking with the current non working solution ?
25
26 Henti Smith
27
28 --
29 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] mplayer with dvdread .. Martin Schlemmer <azarah@g.o>