Find the answer to your Linux question:
Results 1 to 7 of 7
cannot play dvds .... i have installed totem-xine and all gestreamer codecs with synaptic and i get an error when trying to play dvds .... the dvd loads and is ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    9

    Angry new issue with hardy heron: cannot play dvd but cds work

    cannot play dvds .... i have installed totem-xine and all gestreamer codecs with synaptic and i get an error when trying to play dvds .... the dvd loads and is mounted correctly to the desktop but tomet says "error cannot read from source" .... what does this mean and how can i fix it? I have an acer aspire 4330 laptop with a tsstcorp 8x dvd burner

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Are these commercial DVDs?

    If so, you need a package called libdvdcss2, which is in the medibuntu repository.

    https://help.ubuntu.com/community/Medibuntu

  3. #3
    Just Joined!
    Join Date
    Sep 2009
    Posts
    9
    [QUOTE=reed9;729962]Are these commercial DVDs?

    If so, you need a package called libdvdcss2, which is in the medibuntu repository.

    thnaks .... i always forget about the file lol

  4. #4
    Just Joined!
    Join Date
    Sep 2009
    Posts
    9
    unfortunately the same issue occurs even after intalling mediubuntu

  5. #5
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Totem? Bleah. Try it with VideoLan Client.

    sudo apt-get install vlc

  6. #6
    Just Joined!
    Join Date
    Sep 2009
    Posts
    9
    Quote Originally Posted by D-cat View Post
    Totem? Bleah. Try it with VideoLan Client.

    sudo apt-get install vlc
    Even Vlc fails to play an encrypted comercial dvd

  7. #7
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Make sure you have the universe section enabled in your repositories.

    Mare sure libdvd4 and libdvdnav4 are installed, and also install mplayer.
    Code:
    sudo apt-get install libdvdnav4 libdvdread4 mplayer
    Make sure you're a member of the cdrom group
    Code:
    sudo gpasswd -a <user> cdrom
    Where <user> is your username.

    Insert a DVD and run mplayer from the command line:
    Code:
    mplayer dvd://
    Post the exact error message if any.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...