1

I have tried playing VCDs and DVDs but I always get this type of error:

File reading failed:
VLC could not read the file (Input/output error).

Mat
  • 271
  • 4
  • 14
Mecha-Unix
  • 759
  • 1
  • 6
  • 5

1 Answers1

0

You probably just miss some libraries for reading DVD. Ensure you have libdvdcss2, libdvdread4 and libdvdnav4 installed:

sudo apt-get install ubuntu-restricted-extras libdvdread4 libdvdnav4

Then run:

sudo /usr/share/doc/libdvdread4/install-css.sh

Reference: https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs

Cubiq
  • 1,455
  • HI cUBI, I HVE TRIED LL THT BUT STILL THE SME ERROR,UNBLE TO PLY USING VLC – Mecha-Unix Aug 18 '13 at 09:17
  • sudo apt-get install ubuntu-restricted-extras libdvdread4 libdvdnav4home@home-Aspire-V3-571G:~$ sudo apt-get install ubuntu-restricted-extras libdvdread4 libdvdnav4 Reading package lists... Done Building dependency tree
    Reading state information... Done libdvdnav4 is already the newest version. libdvdnav4 set to manually installed. libdvdread4 is already the newest version. libdvdread4 set to manually installed. ubuntu-restricted-extras is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 129 not upgraded.
    – Mecha-Unix Aug 18 '13 at 09:19
  • WHEN I TRY I GET THIS ERROR – Mecha-Unix Aug 18 '13 at 09:20
  • 1
    File reading failed: VLC could not read the file (Input/output error). File reading failed: VLC could not read the file (Input/output error). – Mecha-Unix Aug 18 '13 at 09:21
  • run vlc -vvv /media/[PATH_TO_MAIN_VOB_FILE] from terminal and post the result – Cubiq Aug 18 '13 at 12:50