 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

1st December 2008, 10:05 PM
|
|
Registered User
|
|
Join Date: Dec 2008
Location: Memphis, TN
Age: 37
Posts: 8

|
|
HOWTO: Make DVD playback work with libdvdcss
Took some searching and reading to figure out the answer to this in a clean and easy way, but it's an easy enough thing to do, so I figured I'd post it up.
RPMFusion, great as it is and all, has one glaring omission. So, for the time being, Livna is still around to handle this issue.
Code:
su
rpm -Uvh http://rpm.livna.org/fedora/10/i386/livna-release-9-2.noarch.rpm
yum install libdvdcss
And voila, DVD playback works in VLC player again.
True, you could just install the libdvdcss RPM manually, but this keeps it all in the repos and such. And if RPMFusion ever does come to its senses, then this will presumably migrate nicely.
|

1st December 2008, 10:12 PM
|
|
Banned
|
|
Join Date: Jun 2008
Posts: 1,315

|
|
|
|

1st December 2008, 10:20 PM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,218

|
|
|
Bee, this may not be a 'how-to' that's up to YOUR level, but if you check, you'll find over 500 threads about the issue. Clearly, some members, perhaps new to Fedora, can use this info.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

1st December 2008, 10:30 PM
|
|
Banned
|
|
Join Date: Jun 2008
Posts: 1,315

|
|
Quote:
Originally Posted by bob
Bee, this may not be a 'how-to' that's up to YOUR level, but if you check, you'll find over 500 threads about the issue. Clearly, some members, perhaps new to Fedora, can use this info.
|
Yeah honey bee bob!! i know you are right!!!
but i posted my message anyway, because i felt like it was so funny
i don't want to offend Otto42 or say something against his work!! but my post will sounds so funny for somebody  i can't resist to joking!  i couldn't avoid to post it!
Otto42: don't misunderstand my message, it wasn't to laugh at you (but to laugh with you  )
bye!!!
|

26th February 2009, 01:46 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Since livna.org is down, where can I get a copy of libdvdcss package? Thank you!
|

26th June 2009, 12:24 AM
|
 |
Registered User
|
|
Join Date: Aug 2007
Posts: 54

|
|
|
|

1st January 2010, 12:00 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 1

|
|
|
marcelo
thanks champ
|

8th January 2010, 11:51 PM
|
 |
Registered User
|
|
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 528

|
|
Updated to Fedora 14
You can find libdvdcss2 and libdvdcss at atrpms. You need to install libdvdcss2 first.
Open a terminal type:
Fedora 14 x86_64:
Code:
su
rpm -Uvh http://dl.atrpms.net/all/libdvdcss2-1.2.10-5.fc14.x86_64.rpm
rpm -Uvh http://dl.atrpms.net/all/libdvdcss-1.2.10-5.fc14.x86_64.rpm
Fedora 14 x86:
Code:
su
rpm -Uvh http://dl.atrpms.net/all/libdvdcss2-1.2.10-5.fc14.i686.rpm
rpm -Uvh http://dl.atrpms.net/all/libdvdcss-1.2.10-5.fc14.i686.rpm
You could always install the atrpms repository but you may find conflicts with other packages from rpmfusion so it's best to disable it once you have installed it:
Fedora 14 x86_64:
Code:
su
rpm -Uvh http://dl.atrpms.net/all/atrpms-repo-14-3.fc14.x86_64.rpm
Fedora 14 x86:
Code:
su
rpm -Uvh http://dl.atrpms.net/all/atrpms-repo-14-3.fc14.i686.rpm
To disable the atrpms repository (recommended):
Code:
su
gedit /etc/yum.repos.d/atrpms.repo
Change enable=1 to enable=0 to disable it.
To install packages with the atrpms repository disabled:
Code:
yum --enablerepo=atrpms install libdvdcss2 libdvdcss
Last edited by jonathonp; 25th December 2010 at 11:32 AM.
|

4th November 2010, 04:32 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 7,551

|
|
|
Re: HOWTO: Make DVD playback work with libdvdcss
Quote:
|
Originally Posted by matthewf500
|
Okay. Thanks. But just for the record, there doesn't seem to be much point in that first step which installs the livna repository if you then in the next step go to the ATrms repository to download libdvdcss for a manual installation in the last step. That one package is the only package that Livna maintains for us.
You know, I have decided to skip the livna repo installation with Fedora 14. I just installed libdvdcss from backups. It hasn't been updated in a long time anyway.
Quote:
|
Originally Posted by jonathonp
You can find libdvdcss2 and libdvdcss at atrpms. You need to install libdvdcss2 first.
|
A late reply, but since matthewf500 already went first... According to rpm.pbone.net, the package libdvdcss2 provides libdvdcss2 and libdvdcss. So what you said does no harm probably, but the second step may not be necessary.
|

24th November 2010, 01:26 AM
|
|
Registered User
|
|
Join Date: Aug 2007
Posts: 42

|
|
|
Re: HOWTO: Make DVD playback work with libdvdcss
By the way, Otto, thanks very much for this post, commentary from ijits notwithstanding. In fact I could not play DVDs in Fedora 14, I am relatively new to Linux, and this fixed me up.
|

24th November 2010, 01:51 AM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 7,551

|
|
|
Re: HOWTO: Make DVD playback work with libdvdcss
Quote:
|
Originally Posted by mistergoodbytes
...commentary from ijits notwithstanding.
|
Well IMO, there was only one ijit above. And as you can see under his username, he eventually received his well-deserved reward. Everyone else above posted serious and sane replies intended to help readers.
|

25th December 2010, 04:48 AM
|
|
Registered User
|
|
Join Date: Dec 2010
Posts: 1

|
|
|
Re: HOWTO: Make DVD playback work with libdvdcss
It only took 2 years!
By the by, how can I confirm that I am using libdvdcss2 or some other dvd library for playback?
|

7th January 2011, 05:28 AM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 9

|
|
|
Re: HOWTO: Make DVD playback work with libdvdcss
I found the information very useful!
Thankyou OP.
HT.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 07:38 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|