LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 09-29-2019, 07:58 AM   #1
bryb
LQ Newbie
 
Registered: Sep 2019
Location: france
Distribution: bodhi
Posts: 21

Rep: Reputation: Disabled
DVD unreadable_.VOB files


Hi,
I would like to look matrix trilogy !!!
i had installed smplayer and vlc
I can't read the DVDs.
By looking the files, I see that movies' files have a .vob extension ???
and i think that these kind of extension isn't supported by both sotwares.
True ?
what can I do ?
 
Old 09-29-2019, 09:33 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
at first you can try to copy those file into your hdd (to check if that works). If you cannot copy those files - DVD is unreadable - your DVD is useless.
by the way, VLC should be able to play vob files too, or the DVD itself.
 
Old 09-29-2019, 09:42 AM   #3
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
the Matrix was the first DVD I owned, and the First I played on Linux

back then it was a complicated affair
I has to mount the dvd
create two fifos , one for the vid stream and the other for audio.
I then demuxed the vob splitting the streams outputting to the appropriate fifo
then decrypt the vid stream using the "first illegal prime" and remuxing the descrambled video with the audio and finally piping that to player ( xine back then )

Thankfully it is much simpler now
you will need to install libdecss , vlc should then be able play straight from the dvd disk in your dvd drive

in all honesty I'm surprised this does not work "out of the box"

what do you see with this
Code:
apt list libdvdnav4 libdvdcss2
 
1 members found this post helpful.
Old 09-29-2019, 11:55 AM   #4
bryb
LQ Newbie
 
Registered: Sep 2019
Location: france
Distribution: bodhi
Posts: 21

Original Poster
Rep: Reputation: Disabled
that's the result :
Quote:
bry@bry-PP020AA-ABF-m1150-fr:~$ apt list libdvdnav4 libdvdcss2
En train de lister... Fait
libdvdnav4/bionic,now 6.0.0-1 i386 [installé, automatique]
bry@bry-PP020AA-ABF-m1150-fr:~$
 
1 members found this post helpful.
Old 09-29-2019, 01:01 PM   #5
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
ok,

you have the dvdnav

the decss is probably a different package name
I'll see if I can find what Bodhi's is called
 
1 members found this post helpful.
Old 09-29-2019, 01:04 PM   #6
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
it might be libdvdcss

Code:
apt list | grep libdvd
that should bring up a few things
look for libdvdcss
if it has installed next to it you *should* be able to play dvds
 
1 members found this post helpful.
Old 09-29-2019, 01:18 PM   #7
bryb
LQ Newbie
 
Registered: Sep 2019
Location: france
Distribution: bodhi
Posts: 21

Original Poster
Rep: Reputation: Disabled
Code:
bry@bry-PP020AA-ABF-m1150-fr:~$ apt list | grep libdvd

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libdvd-pkg/bionic 1.4.2-1-1 all
libdvdnav-dev/bionic 6.0.0-1 i386
libdvdnav-doc/bionic 6.0.0-1 all
libdvdnav4/bionic,now 6.0.0-1 i386  [installé, automatique]
libdvdread-dev/bionic 6.0.0-1 i386
libdvdread4/bionic,now 6.0.0-1 i386  [installé, automatique]
bry@bry-PP020AA-ABF-m1150-fr:~$
 
1 members found this post helpful.
Old 09-29-2019, 02:01 PM   #8
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783


I have to do some more research, I don't see the decss in there
 
1 members found this post helpful.
Old 09-29-2019, 02:17 PM   #9
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
ok I think I understand now

Code:
sudo apt install libdvd-pkg
# Enable automatic upgrades for libdvdcss2?
# accept with Yes when you are asked
sudo dpkg-reconfigure libdvd-pkg
# again accept with yes
then you should be able to play dvd disks with VLC
 
1 members found this post helpful.
Old 09-29-2019, 02:20 PM   #10
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 454

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
I can verify this right now but Bodhi is Ubuntu based and BL5.0 is Ubuntu 18.04:

How to Play DVD in Ubuntu 18.04, 16.04 and 14.04

Seems FireRat posted the same info at about the same time.
 
1 members found this post helpful.
Old 09-29-2019, 03:35 PM   #11
bryb
LQ Newbie
 
Registered: Sep 2019
Location: france
Distribution: bodhi
Posts: 21

Original Poster
Rep: Reputation: Disabled
I followed Firerat's CLI commands.
with VLC : it's perfect
with smplayer : it's perfect

I can now see again Matrix trilogy !!! Thanks..
Happy to see again green letters of the matrix on my computer screen

you know that wachowski sisters have planned a 4th movie.

but the way is very long to a linux newbie to understand how Linux runs !!!
 
2 members found this post helpful.
Old 09-29-2019, 04:08 PM   #12
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783

It brought back fond memories of me on Linux From Scratch writing a script to automate all that fifo demux undecss remux play stuff

The illegal prime was the best part, people were selling T-Shirts with the src code or that prime printed on them.
 
2 members found this post helpful.
Old 09-29-2019, 04:38 PM   #13
bryb
LQ Newbie
 
Registered: Sep 2019
Location: france
Distribution: bodhi
Posts: 21

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Firerat View Post

It brought back fond memories of me on Linux From Scratch writing a script to automate all that fifo demux undecss remux play stuff

The illegal prime was the best part, people were selling T-Shirts with the src code or that prime printed on them.
when a problem is resolved, another one comes :
i've a problem with your illegal prime link.
I think that comes from lightweight midori web browser
And I don't want to install huge web browser as firefox or chromium
Attached Thumbnails
Click image for larger version

Name:	shot-2019-09-29_23-26-54.jpg
Views:	25
Size:	130.0 KB
ID:	31422  
 
Old 09-29-2019, 04:58 PM   #14
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 454

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
Midori has its limitations. We have a more updated version of midori in our testing repo. This new version will open that site, but at first you get a security unknown page. If you look at that midori error page closely there is a link you can click and an option to "trust this site".

Note: you don't have to add our testing repo to install midori you can download the deb file and install it that way.

Also note the updated midori is a work in progress and some features are missing. In theory tho it should work with more web sites. No version of midori is really full featured and fully functional on all web sites. It is currently note as functional as Firefox, Chrome, Opera, ...
 
1 members found this post helpful.
Old 09-29-2019, 05:28 PM   #15
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by bryb View Post
when a problem is resolved, another one comes :
i've a problem with your illegal prime link.
I think that comes from lightweight midori web browser
And I don't want to install huge web browser as firefox or chromium
ahh, sorry about that

it was just a slice of history
it has the prime number behind a javascript button
some history on who found that number, and a little perl script that fetches the number, converts it to binary and then decompresses it ready for you to compile.

You don't need it for anything these days, it is just a bit of fun.
But that is the exact page I used all those years ago, I was surprised it was still up.


Edit
actually the best thing about it was it added to "The Matrix" Experience
what with all the getting secret hacking codes to play the hacking film

Last edited by Firerat; 09-29-2019 at 05:35 PM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HOWTO: DVD -> VOB -> ISO -> DVD ... or, duplicate DVD5 exact copy demerson3 Linux - Software 21 04-20-2018 10:59 AM
Ac3 Codec For .vob Dvd Needed, Playing a DVD lagu2653 Linux - Software 2 10-27-2005 10:13 AM
Kaffeine, won't play a DVD but will play individual VOB files? GameGuru Linux - Newbie 12 07-08-2005 12:33 AM
Burning video dvd - vob files? ksgill Linux - Newbie 3 03-23-2005 03:07 PM
Need Kde dvd - vob ripper and Kde Vob - xvid converter + tutorials phat_fergo Linux - General 0 10-20-2004 08:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 06:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration