Results 1 to 6 of 6

Thread: HOWTO: Watch DVDs in Ubuntu (howto compile / install xine)

  1. #1
    Join Date
    Sep 2005
    Beans
    146
    Distro
    Xubuntu 16.04 Xenial Xerus

    Cool HOWTO: Watch DVDs in Ubuntu (howto compile / install xine)

    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/v...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

  2. #2
    Join Date
    Sep 2005
    Location
    cloud
    Beans
    729
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Watch DVDs in Ubuntu (howto compile / install xine)

    what's the difference between your guide and and installing thru apt

  3. #3
    Join Date
    Sep 2005
    Beans
    146
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: HOWTO: Watch DVDs in Ubuntu (howto compile / install xine)

    When I installed Xine through apt it wouldn't play dvds for me maybe I was doing something wrong but it definatly didn't work

  4. #4
    Join Date
    Apr 2005
    Location
    Victoria, BC, CANADA!
    Beans
    201
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: Watch DVDs in Ubuntu (howto compile / install xine)

    Hrm. Xine never worked for me, when I installed with the apt. Maybe this method might work . . .

    Of course, I can play DVDs in VLC, so I won't try this, I have too many needless programs floating around in my Ubuntu installation anyway, but the apt definitely does not work with DVDs. Or I don't know how to get it working anyway.
    My System | Ubuntu Feisty Fawn (7.04) | AMD Athlon 1700+ | 1.3Gb RAM | 160 Gb HD | nVidia GeForce4 64 Mb
    V.I.S.T.A | Viruses | Infections | Spam | Trojans | Adware
    Proud to be Canadian, eh?

  5. #5
    Join Date
    Aug 2005
    Beans
    21
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Watch DVDs in Ubuntu (howto compile / install xine)

    Apt worked for me.
    sudo apt-get install xine libdvdcss2

  6. #6
    Join Date
    Jun 2005
    Beans
    42
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Watch DVDs in Ubuntu (howto compile / install xine)

    Apt get worked fine for me too.. not probelms.

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
  •