Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
1b9a50e0
Commit
1b9a50e0
authored
Nov 30, 2001
by
Stéphane Borel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-Update for libdvdcss documentation
parent
fc09bccb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
2 deletions
+29
-2
INSTALL.libdvdcss
INSTALL.libdvdcss
+3
-0
README.libdvdcss
README.libdvdcss
+26
-2
No files found.
INSTALL.libdvdcss
View file @
1b9a50e0
...
@@ -22,6 +22,9 @@ Building libdvdcss
...
@@ -22,6 +22,9 @@ Building libdvdcss
Once configured, run `make' to build libdvdcss.
Once configured, run `make' to build libdvdcss.
If you have player keys, you need to put them in the file csskeys.h, before
configuring libdvdcss to enable the "key" method (the one from libcss).
Installing libdvdcss
Installing libdvdcss
====================
====================
...
...
README.libdvdcss
View file @
1b9a50e0
...
@@ -9,11 +9,35 @@ solution. The VideoLAN Client can also be used as a standalone program
...
@@ -9,11 +9,35 @@ solution. The VideoLAN Client can also be used as a standalone program
to play MPEG2 streams from a hard disk or a DVD.
to play MPEG2 streams from a hard disk or a DVD.
Building
, Installing and Runn
ing libdvdcss
Building
and Install
ing libdvdcss
=================================
=========
=================================
See the INSTALL or INSTALL.libdvdcss file for this.
See the INSTALL or INSTALL.libdvdcss file for this.
Running lidvdcss
================
The behaviourof the library can be affected by changing two environment
variables:
DVDCSS_METHOD={title|disc|key}: method for key decryption
title: 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 it sometimes takes much time to decrypt a title
key and may even fail. With this method, the key is only checked
at the beginning of each title, so it won't work if the key
changes in the middle of a title.
This is the default method,
disc: the disc key is first cracked ; then all title keys can be
decrypted instantly, which allows us to check them often,
key: the same as "disc" if you don't have a file with player keys at
compilation time. If you do, the decryption of the disc key
will be faster with this method. It is the one that was used by
libcss.
DVDCSS_VERBOSE={0|1|2}: libdvdcss verbosity
0: no error messages, no debug messages,
1: only error messages (this is the default)
2: error and debug messages
Troubleshooting
Troubleshooting
===============
===============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment