Popular Guides
View more guides at Linux Wiki Guides
Bill Giannikos
This guide will help you install playback facilities for DVDs and media files which are not supported in Fedora 10. Due to legal issues Fedora does not include these functions so you will need to install this manually. This will install support for MP3, x264 as well as other files.
There are many legal issues associated with DVD playback and media files in regards to the patent on MPEG2 and the US DMCA law on decryption of the DVD which is why Fedora does not include this function. It is my understanding that it is totally fine and legal if you install the DVD playback functionality yourself, however I am not a lawyer so you may like to verify for yourself if following this guide is legal in your jurisdiction.
You should run a full update for your installation of Fedora to ensure you have all the latest packages installed.
In this guide we will be using GXine as our player of choice. Fedora includes GXine however they have removed DVD playback on encrypted discs as well as support for many media files. We will be using the Livna and RPM Fusion repositories to install the required components.
1. Load up a terminal window if you are in the graphic interface.
2. Switch to the root user by entering the command “su -” (without the quotes) and typing in your root password.
3. Type in the following (all on one line):
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://rpm.livna.org/livna-release.rpm
4. Now execute the following command:
yum install libdvdcss gxine xine-lib-extras-nonfree
5. You can now start GXine from the Applications menu and load the file you wish to play or select DVD for DVD playback.
Discussion