Looking for a DVD player that works

Asked by Bill Griffin

I am very new to Linux. I have Ubuntu 10.10 installed on my computer and I am trying to find a working DVD player for the system. Thus far I have tried Movie player (it came with the Ubuntu install), Dragon Player, and Gnome Mplayer and have yet to be able to play any DVDs. Can anyone help me on this?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
Bill Griffin
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

ANY media player can play DVD if you use this command:

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update; sudo apt-get install libdvdread4; sudo /usr/share/doc/libdvdread4/install-css.sh; sudo apt-get -y upgrade

Ubuntu isn't dumb like windows and uses a CENTRAL storage of codecs, once a codec is added,ANY player can play ANY media type. So movie player (aka Totem) will be ableto play DVD disks as good as Dragon PLayer as good as VLC.

Revision history for this message
Bill Griffin (griffinsorganics) said :
#2

Forgive me, but it has been many years since I worked with CLI commands. Where do I need to go to input the command? And how do I make sure I have the codecs I need?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Press CTRL+ALT+T and paste the whole lot there as ONE

Revision history for this message
Bill Griffin (griffinsorganics) said :
#4

Again, forgive me. I should have included the error messages I got. Being a vintage computer tech, I should have known to include them.

When trying to access a DVD with Gnome Mplayer I get the following:

Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: no such file or directory

When I try to open the DVD with movie player I get this error message:

Could not read from resource

Dragon player just keeps spinning the DVD with no message or startup.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

That's fine, the nvidia thing its just a warning.

Revision history for this message
Bill Griffin (griffinsorganics) said :
#6

Still not able to get the DVDs to play. Any thoughts?

Bill Griffin

Griffins Organics

Check us out now at http://www.griffinsorganics.vacau.com

--- On Mon, 3/14/11, actionparsnip <email address hidden> wrote:

From: actionparsnip <email address hidden>
Subject: Re: [Question #148990]: Looking for a DVD player that works
To: <email address hidden>
Date: Monday, March 14, 2011, 6:04 PM

Your question #148990 on software-center in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/148990

    Status: Open => Answered

actionparsnip proposed the following answer:
That's fine, the nvidia thing its just a warning.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/148990/+confirm?answer_id=4

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/148990

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Adam Buchbinder (adam-buchbinder) said :
#7

Hm. Maybe we can get more informative answers from the command line. (GUI apps can be a bit unhelpful in this regard.) First, figure out the device name for your DVD drive; it's probably /dev/dvd or something like that. (Run 'ls /dev/dvd*' and 'ls /dev/cd*' to see if you can find it.) Then run the following, replacing the device name with the one you found:

mplayer dvd:////dev/dvd

You should get some much more informative information about wht's not working; paste it in here and we'll see what we can unravel.

Revision history for this message
Bill Griffin (griffinsorganics) said :
#8

Here is what the terminal mode output was:

MPlayer 1.0rc4-4.4.5 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing dvd:////dev/dvdrw.
libdvdread: Encrypted DVD support unavailable.
************************************************
**                                            **
**  No css library available. See             **
**  /usr/share/doc/libdvdread4/README.Debian  **
**  for more information.                     **
**                                            **
************************************************
libdvdread: Could not open input: No medium found
libdvdread: Can't open /dev/dvdrw for reading
Couldn't open DVD device: /dev/dvdrw (No medium found)
No stream found to handle url dvd:////dev/dvdrw

Exiting... (End of file)

BTW, my devices are showing as dev/dvd  dev/dvdrw for the dvd and dev/cdrom  dev/cdrw for the cd input.

Bill Griffin

Griffins Organics

Check us out now at http://www.griffinsorganics.vacau.com

--- On Sat, 3/19/11, Adam Buchbinder <email address hidden> wrote:

From: Adam Buchbinder <email address hidden>
Subject: Re: [Question #148990]: Looking for a DVD player that works
To: <email address hidden>
Date: Saturday, March 19, 2011, 10:40 AM

Your question #148990 on software-center in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/148990

    Status: Open => Needs information

Adam Buchbinder requested for more information:
Hm. Maybe we can get more informative answers from the command line.
(GUI apps can be a bit unhelpful in this regard.) First, figure out the
device name for your DVD drive; it's probably /dev/dvd or something like
that. (Run 'ls /dev/dvd*' and 'ls /dev/cd*' to see if you can find it.)
Then run the following, replacing the device name with the one you
found:

mplayer dvd:////dev/dvd

You should get some much more informative information about wht's not
working; paste it in here and we'll see what we can unravel.

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+source/software-center/+question/148990

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Bill Griffin (griffinsorganics) said :
#9

I found my problem. my libdvdcss2 package did not install properly. I reinstalled it and can now play dvds.