Difference between revisions of "VSG:DVD:Linux"

From VideoLAN Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
 
''This tip is only intended for Linux users who can't play any DVD.''  
 
''This tip is only intended for Linux users who can't play any DVD.''  
  
 +
<br>
  
 +
Maybe you don't have the '''libdvdcss''' package, which you need if you want to play DVDs with VLC.<br>You can get the libdvdcss package [http://linux.softpedia.com/get/Programming/Libraries/libdvdcss-165.shtml here].
  
Maybe you don't have the'''libdvdcss''' package, which you need if you want to play DVDs with VLC.<br>You can get the libdvdcss package [http://linux.softpedia.com/get/Programming/Libraries/libdvdcss-165.shtml here].
+
<br>  
 
 
 
 
  
 
You can try to check about you have the access rights for your DVD player.<br>Make sure you have access rigths to your DVD player. In linux, you can use chmod to edit access rights to your DVD block device: #chmod 666 /dev/dvd<br>  
 
You can try to check about you have the access rights for your DVD player.<br>Make sure you have access rigths to your DVD player. In linux, you can use chmod to edit access rights to your DVD block device: #chmod 666 /dev/dvd<br>  

Revision as of 08:31, 3 January 2012

DVDs wont play in Linux

This tip is only intended for Linux users who can't play any DVD.


Maybe you don't have the libdvdcss package, which you need if you want to play DVDs with VLC.
You can get the libdvdcss package here.


You can try to check about you have the access rights for your DVD player.
Make sure you have access rigths to your DVD player. In linux, you can use chmod to edit access rights to your DVD block device: #chmod 666 /dev/dvd

Here /dev/dvd is the device corresponding to your DVD drive.


Make sure VLC knows where your DVD drive is located (/dev/dvd usually).

Go to Settings>Preferences>Input/Codecs>General and under "Default devices" make sure your dvd drive path is entered in the "Default DVD" box.


When you go to open a DVD, you should see something like "dvd:///dev/dvd" as the media resource locator in the "Open:" box near the top of the Open dialog.






This page is part of the informal VLC Support Guide.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.