libdvdcss
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer(s) | VideoLAN |
---|---|
Stable release | 1.4.0
/ December 18, 2015[2] |
Repository | |
Written in | C |
Operating system | Linux, BSD, BeOS Windows 95 and later Mac OS X, Solaris, HP-UX |
Platform | Portable |
Type | Library |
License | GNU GPL v2[3] |
Website | videolan.org/../libdvdcss |
libdvdcss (or libdvdcss2 in some repositories) is a free and open source software library for accessing and unscrambling DVDs encrypted with the Content Scramble System (CSS). libdvdcss is part of the VideoLAN project and is used by VLC media player and other DVD player software packages, such as Ogle, xine-based players, and MPlayer.[citation needed]
Comparison with DeCSS
libdvdcss is not to be confused with DeCSS. Whereas DeCSS uses a cracked DVD player key to perform authentication, libdvdcss uses a generated list of possible player keys. If none of them works (for instance, when the DVD drive enforces region coding), libdvdcss then performs a brute-force attack, ignoring the DVD's region code (if any). Unlike DeCSS, libdvdcss has never been legally challenged.[citation needed]
Distribution
Many GNU/Linux distributions do not contain libdvdcss (for example, Debian, Fedora, SUSE Linux, and Ubuntu) due to fears of running afoul of DMCA-style laws, but they often provide the tools to let the user install it themselves. For example, it used to be available in Ubuntu through Medibuntu, which is no longer available.[4]
Distributions which come pre-installed with libdvdcss include BackTrack, CrunchBang Linux, LinuxMCE, Linux Mint, PCLinuxOS, Puppy Linux 4.2.1, Slax, Super OS, Pardus, and XBMC Live.[citation needed]
Usage
Libdvdcss alone is only a library and cannot play DVDs. DVD player applications, such as VLC media player, use this library to decode DVDs. Libdvdcss is optional in many open-source DVD players, but without it, only non-encrypted discs will play.[citation needed]
Using HandBrake for DVD ripping on macOS requires that one compile and install libdvdcss.[5][citation needed]
References
- ^ http://www.videolan.org/developers/libdvdcss.html
- ^ http://download.videolan.org/pub/libdvdcss/1.4.0/
- ^ https://code.videolan.org/videolan/libdvdcss/raw/master/COPYING
- ^ Many Debian derivatives provide a script in /usr/share/doc/libdvdread4/install-css.sh
- ^ http://mac.softpedia.com/get/Development/Libraries/libdvdcss.shtml LibDVDcss compiled and install instructions for Mac OS X
External links