User Tools

Site Tools


howto:watchalldvds

Watch All DVDs

Method 1 - Without using terminal

Below is a good method for watching dvds but for those unsure about using the terminal here is another method that doesn't use the terminal.

The default media player smplayer, will not play dvds when you connect a external drive because it doesn't have the licensing. Windows media players' license is payed for by microsoft so it doesn't need any extra software.

1. Goto http://download.videolan.org/pub/libdvdcss/1.2.9/ and click on the file that says deb 2005-Jul-11 20:42:40 - Directory 2. This will then prompt you to ask where you want it saved click save to disk then choose somewhere to save it. 3. Open the file manager in the work tab and find the saved file right click and click install DEB File then it will have installed it.

You are now ready to watch dvds on you asus eee pc simply connecy your exteral drive open smplayer and clcik playd dvd from drive. For best playback: in preferences in the output section select xv.

Screenshots: http://eeepc-albkwan.blogspot.com/2009/04/watch-dvd-on-eeepc.html

Method 2 - Using terminal

Many commercial DVD films will not play in SMPlayer via an external DVD drive by default. This is because the Eee PC does not come with the necessary library, but it is easily solved. If you follow the steps below from start to finish, you will install the necessary library without any other change to your system remaining in place:

  1. Ensure you are connected to the Internet.
  2. Open a terminal by pressing: Ctrl Alt T
  3. Type: sudo nano /etc/apt/sources.list
  4. At the end of this file write: deb http://www.debian-multimedia.org/ oldstable main
  5. Press Ctrl X, press Y, press Return.
  6. Type: sudo apt-get update
  7. Type: sudo apt-get install libdvdcss2
  8. Press Y, press Return.
  9. Type: sudo nano /etc/apt/sources.list
  10. Remove the line you previously added to this file (see step 4.)
  11. Press Ctrl X, press Y, press Return.
  12. Type: sudo apt-get update
  13. Type: exit

To improve playback, in the Media Player (SMPlayer,) click on Options, then Preferences. In Preferences click the down arrow next to the Video in Output drivers, and change the option to xv.

howto/watchalldvds.txt · Last modified: 2009/04/01 14:32 by albkwan