Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: jls on January 25, 2011, 03:41:15 AM

Title: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: jls on January 25, 2011, 03:41:15 AM
 ???
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: hiro on January 25, 2011, 03:55:25 AM
yeah, perhaps because it's not legal.  >:(
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: tinypoodle on January 25, 2011, 06:15:54 AM
Umm, that's a bit a broad statement.
There may be issues of legality of libdvdcss with certain specific legislations on a national level.
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: hiro on January 25, 2011, 10:20:24 AM
We should legalize it. :)
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: Arslan S. on January 25, 2011, 12:55:16 PM
it is very simple to compile ./configure make make install :)

libdvdcss is only required for playing encrypted dvds
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: huffpuff on February 03, 2011, 06:29:44 AM
I used Jason's deb2tc script to convert the libdvdcss2 deb file to tcz and vlc plays the encrypted dvds perfectly now.
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: Jason W on February 07, 2011, 04:03:35 AM
I had pondered making a fetch and install script for libdvdcss to make for easy installation.  I may do that when time permits.
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: hiro on February 07, 2011, 04:26:38 AM
Or people should learn how to use rtorrent so that nobody has to decrypt DVDs illegally...
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: Jason W on February 07, 2011, 09:25:23 AM
Though I don't see an ethical issue with using libdvdcss to privately view one's own legally purchased DVDs, it is easy enough to convert the .deb package.   Probably better to leave it as an exercise for the user rather than provide a script promoting it's use. 
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: coreplayer on June 09, 2011, 12:37:28 AM
So which lib do we use:  libdvdcss or the latest libdvdcss2 ?   and is one versions ie: 1.2.10 better than previous versions?
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: Jason W on June 09, 2011, 04:25:45 PM
libdvdcss2 is just a name Debian type distros use for their package, there is no version 2 as 1.2.10 is the latest version, and the one likely best to use. 
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: coreplayer2 on June 10, 2011, 04:42:07 AM
ok thanks
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: coreplayer2 on June 10, 2011, 12:16:28 PM
Well I'm curious, I must be doing something wrong because I can't seem to view any dvd using any player.  Same error every time "unable to read any or all of the drive"  So  where exactly is the libdvdcss supposed to be installed to?   

I presume libdvdcss.tcz  should be installed to the optional directory so it gets mounted at each boot?
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: Pseudoman on June 10, 2011, 01:54:58 PM
I put it in the optional directory, and put an entry for it in the dep file of VLC (the media player I use) so it wouldn't slow down boot times. Worked like a charm!  8)
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: coreplayer2 on June 11, 2011, 12:33:08 AM
thanks for the tip and I'm glad it worked for someone, because it certainly didn't work for me :(

Maybe it's a permissions thing?  What permissions should libdvdcss.tcz be given?  I guess I should ask the ultimate question, where did the source libdvdcss.deb originate from?
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: Juanito on June 11, 2011, 12:58:28 AM
all extensions.tcz should be tc:staff

The files inside extensions.tcz should have the permissions given to them by "make install" unless there has been a particular reason (usually rare) to change them.
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: Pseudoman on June 11, 2011, 11:12:41 AM
The source is available from the VideoLAN project website: http://www.videolan.org/developers/libdvdcss.html
Use the compiletc extension to compile the source (using DESTDIR), and then pack it up into an extension as described here: http://wiki.tinycorelinux.net/wiki:creating_extensions with squashfs
Title: Re: libdvdread info file suggests libdvdcss, but this doesn't exists
Post by: coreplayer2 on June 11, 2011, 07:32:23 PM
Thanks and yes I downloaded the source code from vlc already, however I was more interested in my previous question in the source of the "libdvdcss.deb" file which is being used in the conversion to libdvdcss.tcz??