![无法在 Ubuntu 版本 12.04 (Precise) 64 位中播放 VCD 和 DVD](https://linux22.com/image/840700/%E6%97%A0%E6%B3%95%E5%9C%A8%20Ubuntu%20%E7%89%88%E6%9C%AC%2012.04%20(Precise)%2064%20%E4%BD%8D%E4%B8%AD%E6%92%AD%E6%94%BE%20VCD%20%E5%92%8C%20DVD%20.png)
我尝试播放 VCD 和 DVD,但总是出现以下错误:
文件读取失败:
VLC 无法读取文件(输入/输出错误)。
答案1
您可能只是错过了一些用于读取 DVD 的库。请确保您已安装 libdvdcss2、libdvdread4 和 libdvdnav4:
sudo apt-get install ubuntu-restricted-extras libdvdread4 libdvdnav4
然后运行:
sudo /usr/share/doc/libdvdread4/install-css.sh
参考:https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs