jworr
September 23rd, 2005, 02:53 AM
This is my first howto so be gentle :)
Here is what I do to watch encrypted dvds and other video codexes on Ubuntu
This is howto install xine on your system, it works with tons of codexes and plays encrypted dvds
download the latest xine-lib, libdvdcss, and xine-ui
xine-lib & xine-ui
http://xinehq.de/index.php/releases
libdvdcss
http://www.fr.linuxfromscratch.org/view/blfs-5.0/multimedia/libdvdcss.html
extract all the gzip folders and open a terminal window
install these packages through synaptic
gcc
g++
autoconf
zlib1g-dev
x-window-system-dev
libpng12-dev
libpng10-dev
next do this
sudo gedit /etc/ld.so.conf
add this line to the file and save it:
/usr/local/lib
now compile the source:
cd /path/to/libdvdcss-1.28
sudo ./configure
sudo make
sudo make install
cd /path/to/xine-lib-1.1.0
sudo ./configure
sudo make
sudo make install
cd /path/to/xine-ui-0.99.4
sudo ./configure
sudo make
sudo make install
hope this helps someone :)
Here is what I do to watch encrypted dvds and other video codexes on Ubuntu
This is howto install xine on your system, it works with tons of codexes and plays encrypted dvds
download the latest xine-lib, libdvdcss, and xine-ui
xine-lib & xine-ui
http://xinehq.de/index.php/releases
libdvdcss
http://www.fr.linuxfromscratch.org/view/blfs-5.0/multimedia/libdvdcss.html
extract all the gzip folders and open a terminal window
install these packages through synaptic
gcc
g++
autoconf
zlib1g-dev
x-window-system-dev
libpng12-dev
libpng10-dev
next do this
sudo gedit /etc/ld.so.conf
add this line to the file and save it:
/usr/local/lib
now compile the source:
cd /path/to/libdvdcss-1.28
sudo ./configure
sudo make
sudo make install
cd /path/to/xine-lib-1.1.0
sudo ./configure
sudo make
sudo make install
cd /path/to/xine-ui-0.99.4
sudo ./configure
sudo make
sudo make install
hope this helps someone :)