You are not logged in.
Pages: 1
I keep getting told that i don't have sufficient codecs to play dvd's, i have the gstreamer files for dvd read and one other, rebooted and still cant play DVD's, what am i missing?
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
pacman -Ss codecs
will tell you a bit
also make sure you have
pacman -Q libdvdcss
Offline
root@phil0d0x 09:39 PM /home/crooksey $ pacman -Q libdvdcss
libdvdcss 1.2.9-
codecs-20061022-1: is up to date
Any more ideas?
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
have you tried any other players
xine-ui
gxine
mplayer
Offline
Totem:
Totem cannot play this type of media (DVD) because you do not have the appropriate plugins to handle it.
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
For totem you need:
gstreamer0.10-mpeg2dec
gstreamer0.10-dvdread
gstreamer0.10-a52dec (for AC3 sound)
gstreamer0.10-mad (for MP3 sound)
to live is to die
Offline
Ok so on mplayer i have made some progress....
I can get a dvd to play, but with no sound....
And one of my dvds wont play, an example is shown:
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
I can get a dvd to play, but with no sound....
pacman -S gstreamer0.10-a52dec gstreamer0.10-dts
(for totem)
to live is to die
Offline
Pages: 1