How to play a DVD on Fedora 25 with libdvdcss.

How to enable encrypted DVD playback on Fedora 25 Playing a DVD on Fedora 25 is not too difficult. I already had the extra repositories added to enable multimedia playback support, but I could not play a DVD. So I downloaded the libdvdcss library. http://download.videolan.org/pub/libdvdcss/1.4.0/. Then I built and installed…

Read More

How to install libdvdcss on Fedora 20 to enable DVD playback.

The libdvdcss library is used to playback encrypted DVD disks on a Linux operating system. Download the tarball here: http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libdvdcss.html. Then we need to unpack the tarball. [homer@localhost libdvdcss-1.2.13]$ tar -xvf libdvdcss-1.2.13.tar.bz2[homer@localhost libdvdcss-1.2.13]$ tar -xvf libdvdcss-1.2.13.tar.bz2 Then enter the directory. [homer@localhost libdvdcss-1.2.13]$ cd libdvdcss-1.2.13/[homer@localhost libdvdcss-1.2.13]$ cd libdvdcss-1.2.13/ Then begin the…

Read More