1
0
Fork 0
No description
Find a file
Daniel Baumann 1a87a93537
Adding progress-linux version 1.4.3-0progress8u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:31:15 +02:00
debian Adding progress-linux version 1.4.3-0progress8u1. 2025-06-22 16:31:15 +02:00
doc Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
m4 Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
msvc Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
src Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
test Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
aclocal.m4 Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
AUTHORS Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
ChangeLog Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
compile Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
config.guess Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
config.h.in Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
config.sub Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
configure Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
configure.ac Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
COPYING Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
depcomp Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
INSTALL Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
install-sh Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
libdvdcss.spec Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
libdvdcss.spec.in Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
ltmain.sh Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
Makefile.am Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
Makefile.in Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
missing Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
NEWS Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00
README Adding upstream version 1.4.3. 2025-06-22 16:20:20 +02:00

README for libdvdcss, a portable abstraction library for DVD decryption


Introduction
============

libdvdcss is part of the VideoLAN project, which among other things produces
VLC, a full video client/server streaming solution. VLC can  also be used as
a standalone program to play video streams from a hard disk or a DVD.


Building and Installing libdvdcss
=================================

See the INSTALL file.


Running libdvdcss
=================

The behavior of the library can be changed by setting two environment variables:

  DVDCSS_METHOD={title|disc|key}: method for key decryption
    title: By default the decrypted title key is guessed from the encrypted
           sectors of the stream. Thus it should work with a file as well as
           the DVD device. But decrypting a title key may take too much time
           or even fail. With the title method, the key is only checked at
           the beginning of each title, so it will not work if the key
           changes in the middle of a title.
    disc:  The disc key is cracked first. Afterwards all title keys can be
           decrypted instantly, which allows checking them often.
    key:   The same as the "disc" method if you do not have a file with player
           keys at compile time. If you do, disc key decryption will be faster.
           This is the default method also employed by libcss.
  DVDCSS_VERBOSE={0|1|2}: libdvdcss verbosity
    0: no error messages, no debug messages (this is the default)
    1: only error messages
    2: error and debug messages


Troubleshooting
===============

A mailing-list has been set up for support and discussion about
libdvdcss. Its address is:

   <libdvdcss-devel@videolan.org>

To subscribe or unsubscribe, go to:

   http://mailman.videolan.org/

When reporting bugs, try to be as precise as possible (which OS, which
distribution, what plugins you were trying, and so on).


Resources
=========

The VideoLAN web site at http://www.videolan.org/ is a good start for
information about MPEG and DVD playback. Have a look at the support
section to look for answers.