刚刚更新到Ubuntu的最新版本,而现在VLC播放机每次尝试播放DVD时都不会读取DVD并显示以下消息:
Playback failure:
DVDRead could not open the disc "/dev/dvd".
Your input can't be opened:
VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the log for details.我需要采取什么行动?
发布于 2013-11-06 21:50:01
十年后的最新消息..。
DRM已经在Ubuntu上使用了unix,这是一个镍小孩,使用一个更好的操作系统。
发布于 2014-01-08 02:27:27
在安装了所有需要的编解码器之后,我也遇到了同样的问题。我发现我需要将符号链接添加到DVD中。
sudo ln -s /dev/sr0 /dev/dvd发布于 2013-06-01 05:50:13
尝试输入以下三个命令:(查看其中是否缺少)
sudo apt-get -y install w32codecs ubuntu-restricted-extras
sudo apt-get -y install libdvdcss2 libdvdnav4 libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
如果您还没有Medibuntu (Ubuntu媒体附加程序),那么首先添加:
添加存储库
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update(全部在一行)添加存储库密钥sudo apt-get --allow-unauthenticated install medibuntu-keyring更新包sudo apt-get update && sudo apt-get -y upgrade更新软件中心(与新媒体应用程序)sudo update-apt-xapian-index(这可能需要40+秒)
https://askubuntu.com/questions/302632
复制相似问题