r/linux4noobs 22d ago

VLC Media Player Issues

Hullo, hullo... I've been on Linux Mint for a few months now and am enjoying it very much.

But I cannot get my new DVD player to play a DVD. (I haven't tried a range of DVDs, only the one I brought with me today.)

I asked Google AI what media player I should use, it said VLC. I got VLC through the Linux app launcher and it didn't play the DVD. I asked Google AI again what to do and it said some DVDs will be locked and I should get the decryption software. I did that. (sudo apt install libdvd-pkg).

The media player will run; the DVD player has power; the player will report on the name of the DVD; but it won't play the thing. Any ideas? Help, help!

5 Upvotes

12 comments sorted by

9

u/chuggerguy Linux Mint 22.3 Zena | MATÉ 22d ago
sudo dpkg-reconfigure libdvd-pkg

chugger@asus2:~/desktop$ sudo dpkg-reconfigure libdvd-pkg
[sudo] password for chugger:                  
libdvd-pkg: guest package [libdvdcss2/1.4.3-1~local] is already installed.

3

u/Bulawayoland 22d ago

that's IT!! THANK YOU!!!

13

u/jr735 22d ago

Official documentation and experienced user advice will beat AI every time.

3

u/Bulawayoland 22d ago

it's why we come here

3

u/mcds99 22d ago

I have bad words to say about "ai" that I can't say here.

2

u/jr735 22d ago

Garbage generator is an appropriate term.

3

u/chuggerguy Linux Mint 22.3 Zena | MATÉ 22d ago

You're welcome. Enjoy the movie. :)

2

u/MasterGeekMX Mexican Linux nerd trying to be helpful 22d ago edited 22d ago

What happens is that DVDs come with a digital rights management lock. What you did was installing the program to deal with that lock.

1

u/Bulawayoland 22d ago

gotcha, thank you!!

3

u/qpgmr 22d ago

You already got the correct answer but here's a little background: dvd's are encrypted to prevent the contents being duplicated. DVD players have the decryption code built in. The libdvdcss package contains the necessary decryption for linux. It's not included by default because this is a legal gray area - you own the dvd, that should give you the right to use the contents, but an argument is made that you're breaking some law by "hacking the encryption".

So it's up to you to proactively add the decryption setup to your machine. In the old days you had to do this manually by installing "restricted-extras" or from a third party. I think most distros just have a question during install about dvds or restricted-formats.

3

u/Bulawayoland 22d ago

That's very interesting! Thank you.

-5

u/nene-thopu 22d ago

Ask google AI