我尝试播放 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