DVD decoder in Jessie (Egeszsegedre) *Solved*

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
User avatar
noo_b_nomnoms
MILF
Posts: 522
Joined: Sat Jan 09, 2016 5:13 pm
Location: USA

DVD decoder in Jessie (Egeszsegedre) *Solved*

Unread post by noo_b_nomnoms » Mon Mar 07, 2016 4:33 am

Linux hello 3.16.0-4-586 #1 Debian 3.16.7-ckt20-1+deb8u4 (2016-02-29) i686 GNU/Linux
I just want to watch The Crow. I tried mplayer2- no decoder. The decoder it wants is nowhere to be found- at least through apt. I then went through every player listed under "search dvd"- there are a few- and every last one of them- even vlc- came back with the same missing decoder. Here is the vlc:
chuck@hello:~$ vlc /dev/sr0
VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
[09d0bc60] pulse audio output error: PulseAudio server connection failure: Connection refused
[09ba30d0] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libdvdnav: Using dvdnav version 5.0.1
libdvdread: Encrypted DVD support unavailable.
************************************************
** **
** No css library available. See **
** /usr/share/doc/libdvdread4/README.css **
** for more information. **
** **
************************************************
libdvdnav: DVD disk reports itself with Region mask 0x00f60000. Regions: 1 4
[09c29ed0] core input error: ES_OUT_RESET_PCR called
[09c29ed0] core input error: ES_OUT_RESET_PCR called
[09c29ed0] core input error: ES_OUT_RESET_PCR called
[09c29ed0] core input error: ES_OUT_RESET_PCR called

So what I need that Jessie won't provide is libdvdcss.
And my two options are to: 1) Compile from the source code or 2) Use packages from derivatives that include libdvdcss.
I have no idea how to compile, and I know that the sid repos have it, but I don't want to mess up this install by mixing the two.
So, has anybody out there compiled this libdvdcss from Videolan.org?
Help?
Last edited by noo_b_nomnoms on Tue Mar 08, 2016 4:19 am, edited 1 time in total.
Sir! Put down the hammer and slowly step away from the computer.

User avatar
noo_b_nomnoms
MILF
Posts: 522
Joined: Sat Jan 09, 2016 5:13 pm
Location: USA

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by noo_b_nomnoms » Mon Mar 07, 2016 4:50 am

Ok. I went to videolan. I added the repos to /etc/apt/sources.list, then I did the wget code to get ?. They then told me to "git clone http://git.videolan.org/git/libdvdcss.git" and I did that. then it cloned into 'libdvdcss' checked connectivity...done. No further instructions. Is it installed? I tried apt install and got this: Package libdvdcss is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source.
Oh. And it has no installation candidate. ??
Sir! Put down the hammer and slowly step away from the computer.

User avatar
noo_b_nomnoms
MILF
Posts: 522
Joined: Sat Jan 09, 2016 5:13 pm
Location: USA

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by noo_b_nomnoms » Mon Mar 07, 2016 5:02 am

You must have to do something else after you clone into libdvdcss. I don't use git so I don't know. Do you make? All I know is I still can't watch this dvd.
Sir! Put down the hammer and slowly step away from the computer.

User avatar
elixir
Weight Watcher
Posts: 357
Joined: Fri Feb 21, 2014 8:25 am

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by elixir » Mon Mar 07, 2016 6:38 am

If there is not a package available, you will have to compile the program from source. You have already gotten the source code from git, so now you should change into the programs directory and run the following.

Code: Select all

./configure
make
sudo make install
Out of the corner of your eye you spot him... Shia LaBeouf.

https://www.youtube.com/watch?v=o0u4M6vppCI

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by machinebacon » Mon Mar 07, 2016 6:56 am

Try installing "libdvd-pkg" or "libdvdread4" (not sure what version there is in Jessie, use: "search libdvdcss")
..gnutella..

User avatar
noo_b_nomnoms
MILF
Posts: 522
Joined: Sat Jan 09, 2016 5:13 pm
Location: USA

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by noo_b_nomnoms » Mon Mar 07, 2016 1:02 pm

I did a search before and after adding the repos. I did not see it last night, but after searching libdvdcss this morning, libdvdcss2 popped up! I know it wasn't there before!
I need coffee, smh. I installed, popped in The Crow (can't watch it now- break over) and it was Hollywood Magic.
The problem is, I have no idea what I did to make this happen.
Libdvdread4 I already had. I don't know which player I installed it for, tbh, but none of the players would even look at the dvd until I installed libdvdcss(2).
Now I can play The Crow on vlc, mplayer2, xine, gxine, and- if I can figure it out, I guess- gmerlin. Maybe a thread on favorite program to watch dvd's so I can dump most of these?
Thanks, guys! I guess we can call this one solved?
Sir! Put down the hammer and slowly step away from the computer.

User avatar
vic
Godot
Posts: 2109
Joined: Wed Oct 17, 2012 10:11 am
Location: /bin

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by vic » Mon Mar 07, 2016 3:41 pm

^Then edit first post. Add SOLVED to thread title please! :)
Sorry guys, no signature for a while, too busy with life. :|

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by machinebacon » Mon Mar 07, 2016 4:10 pm

The best media players are vlc and mpv (mplayer2), in my opinion. VLC if you want to have some kind of GUI, mpv if you start the film from file manager or terminal anyway. Drop gmerlin and xine.
..gnutella..

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by GekkoP » Mon Mar 07, 2016 4:14 pm

^ Absolutely.

User avatar
vic
Godot
Posts: 2109
Joined: Wed Oct 17, 2012 10:11 am
Location: /bin

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by vic » Mon Mar 07, 2016 8:02 pm

Yes indeed!
Sorry guys, no signature for a while, too busy with life. :|

User avatar
noo_b_nomnoms
MILF
Posts: 522
Joined: Sat Jan 09, 2016 5:13 pm
Location: USA

Re: DVD decoder in Jessie (Egeszsegedre)

Unread post by noo_b_nomnoms » Tue Mar 08, 2016 4:18 am

Thanks! I didn't know what to do with all that craziness, lols. Vlc and mplayer it is, then :) And thanks @vic for reminding me about the adding the solved to the first post. I have never done that, and I should know better by now, :)
Sir! Put down the hammer and slowly step away from the computer.

Post Reply