Results 1 to 5 of 5

Thread: Ubuntu 9.10 Movieplayer not playing DVD

  1. #1
    Join Date
    Mar 2010
    Posts
    33

    Ubuntu 9.10 Movieplayer not playing DVD

    I am new to Ubuntu 9.10. I would like to play a DVD movie but don't know how. Right now I am unable to play my DVD with the movieplayer I have. Can you tell me how to play it?

  2. #2
    Join Date
    May 2008
    Posts
    991

    Re: Ubuntu 9.10 Movieplayer not playing DVD

    Which media player are you using? If you are using Totem then go for something else. It is not the best one that I personally would recommend. I would rather suggest you to go with VLC player. It is best player which is capable of playing any kind of files irrespective of the file format and platform on which it is installed.

  3. #3
    Dr. V Guest

    Re: Ubuntu 9.10 Movieplayer not playing DVD

    Exactly go for VLC. It is the one I am using. But make sure your video file is located at ~/Desktop/movie. You can then run this file from terminal by going to Applications -> Accessories -> Terminal and typing the code as follows:

    Code:
    vlc ~/Desktop/movie

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Ubuntu 9.10 Movieplayer not playing DVD

    Here is the code to let movieplayer play any DVD
    Code:
    sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list \
     --output-document=/etc/apt/sources.list.d/medibuntu.list &&
    sudo apt-get -q update &&
    sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring &&
    sudo apt-get -q update
    then
    Code:
    sudo apt-get install libdvdcss2

  5. #5
    Join Date
    May 2008
    Posts
    945

    Re: Ubuntu 9.10 Movieplayer not playing DVD

    Code:
    $ sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse
    The above code installs all the GStreamer library packages and thus you should be able to play any DVD in Totem, the default movie player on Ubuntu.

Similar Threads

  1. Replies: 6
    Last Post: 30-01-2012, 07:16 PM
  2. Replies: 5
    Last Post: 11-01-2012, 10:25 PM
  3. Linux 64bit | Ubuntu Lucid crashes while playing Achron game
    By Chandranathan in forum Video Games
    Replies: 9
    Last Post: 03-09-2011, 08:27 AM
  4. Replies: 4
    Last Post: 26-07-2011, 08:28 PM
  5. Smart movieplayer software for samsung s3653
    By Mallas.. in forum Portable Devices
    Replies: 1
    Last Post: 30-10-2010, 05:04 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,716,043,178.13173 seconds with 17 queries