GithubHelp home page GithubHelp logo

isabella232 / libdvdcss Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xbmc/libdvdcss

0.0 0.0 0.0 792 KB

fork of git://git.videolan.org/libdvdcss.git http://www.videolan.org/developers/libdvdcss.html

License: GNU General Public License v2.0

C++ 1.08% C 88.39% Makefile 0.78% CMake 3.06% M4 6.69%

libdvdcss's Introduction

Goals and feature

Libdvdcss is a portable abstraction library for DVD decryption.

It 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.

Libdvdcss currently supported platforms are GNU/Linux, FreeBSD, NetBSD, OpenBSD, Haiku, Mac OS X, Solaris, QNX, OS/2, and Windows NT 4.0 SP4 (with IE 5.0) or later.

Building and installing instructions for Libdvdcss

See the INSTALL file for full instructions.

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:

[email protected]

To subscribe or unsubscribe, go here.

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

CoC

The VideoLAN Code of Conduct applies to this project.

Licence

Libdvdcss is released under the General Public License, ensuring it will stay free, and used only for free software products.

Resources

The VideoLAN web site is a good start for information about MPEG and DVD playback.

Have a look at the support section to look for answers.

You can also have a look to the documentation.

libdvdcss's People

Contributors

dondiego avatar jbkempf avatar flameeyes avatar hpi1 avatar thresheek avatar tguillem avatar ssbssa avatar komh avatar rdoeffinger avatar lkiesow avatar etix avatar memphiz avatar mpruett avatar billll avatar chubinou avatar betezed avatar svarshavchik avatar enen92 avatar korli avatar iiv3 avatar chouquette avatar fjhenigman avatar fcartegnie avatar karlson2k avatar crd477 avatar brad0 avatar beastd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.