can't play any DVD using any software

Asked by sajidwasif

Binary package hint: nautilus

Since I installed Ubuntu, I haven't been able to play any DVD's. I can play the files I burn on a disk but not in DVD format. The Totem player gives me an error "can't read source". RealPlayer says "doesn't support format, check for update". When I do, the website says that my installation is up to date. Sometimes I go to to the directory and try to open it with different applications. There's either no action or in some cases, it's worse and if my chosen media player is already open, it simply closes. No Further progress afterwards. I would appreciate the effort.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:

This question was originally filed as bug #295787.

Revision history for this message
Martin Kossick (hacktick) said :
#1

hi sajidwasif,
this does not seem to be a bug, I converted it into a question.

Please check if you can open videos-dvds with the vlc-media player.
You can install it easily, the packages name is vlc.

greetings

Martin

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#2

Play mp3 and dvd under Ubuntu

First please install https://help.ubuntu.com/community/RestrictedFormats

You need to have extra repositories enabled..

Please first enable the multiverse repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]
enable "Software restrictecd by copyright or legal issue ( multiverse )"
Close and confirm the repository reload.

Type the following command in a terminal (applications → accessories → terminal)

sudo aptitude install vlc

To get better dvd playback first you need to add the medibuntu http://www.medibuntu.org/ repository to your /etc/apt/sources.list file:
here howto add https://help.ubuntu.com/community/Medibuntu here the medibuntu available software list http://packages.medibuntu.org/

Then to install:

sudo update
sudo aptitude install libdvdread3 libdvdnav4 libdvdcss2
sudo aptitude install non-free-codecs gstreamer0.10-pitfdll w32codecs ubuntu-restricted-extras

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
sajidwasif (sajidwasif) said :
#3

Thanks marcobra, that solved my question.