Jump to content

libdvdcss

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Whoop whoop pull up (talk | contribs) at 01:16, 29 October 2016 (→‎Usage: Rewording.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

libdvdcss[1]
Developer(s)VideoLAN
Stable release
1.4.0 / December 18, 2015 (2015-12-18)[2]
Repository
Written inC
Operating systemLinux, BSD, BeOS
Windows 95 and later
Mac OS X, Solaris, HP-UX
PlatformPortable
TypeLibrary
LicenseGNU GPL v2[3]
Websitevideolan.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