如何在 Ubuntu 16.04 中播放 DVD?

Cur*_*ugh 8 dvd vlc drm 16.04

我需要在学校观看 DVD,但是当我尝试在VLC.

Playback failure:
VLC cannot set the DVD's title. It possibly cannot decrypt the entire disc.
Playback failure:
VLC cannot set the DVD's title. It possibly cannot decrypt the entire disc.
Your input can't be opened:
VLC is unable to open the MRL 'dvd:///media/curticegough/PHYSICAL_DVD_3/VIDEO_TS/'. Check the log for details.
Run Code Online (Sandbox Code Playgroud)

如果我在 中打开它nautiuls,则会收到此错误:

This location could not be displayed

Sorry, could not display all the contents of “PHYSICAL_DVD_3”: Error 
when getting information for file 
'/media/curticegough/PHYSICAL_DVD_3/VIDEO_TS.IFO': Input/output error
Run Code Online (Sandbox Code Playgroud)

我已经知道 DRM 以及它是什么,但我不知道如何解决它。

我也已经拥有了所有常见的编解码器,包括libdvdnav4libdvdread4gstreamer1.0-plugins-badgstreamer1.0-plugins-uglydvdcss2ubuntu-restricted-extraslibdvd-pkg

我也regionset安装了以防万一我因某种原因需要使用它。

我如何播放我的 DVD???

cia*_*pix 1

正如有人在评论中告诉您的那样,您显然在安装软件包后没有输入此命令:sudo dpkg-reconfigure libdvd-pkg。有关更广泛的答案(带有屏幕截图),请参阅如何在 Ubuntu 18.04、16.04 和 14.04 中播放 DVD


小智 0

根据这个网站,你必须运行

sudo apt-get install libdvdcss libdvdread4 libdvdnav4
Run Code Online (Sandbox Code Playgroud)

在终端中,然后打开 VLC,然后打开光盘。请记住,这些软件包不是免费的。另外,如果这不起作用,请尝试

sudo apt-get install libdvd-pkg
Run Code Online (Sandbox Code Playgroud)

根据此站点,这是 Ubuntu 15.04 及更高版本的说明。
您可能还想尝试使用不同的光盘,以检查它是您的计算机的问题还是 DVD 本身的问题。重新启动也可能有帮助。

如果所有其他方法都失败,请尝试使用类似brasero创建磁盘 ISO 的方法,然后在 VLC 中打开 ISO。请记住,这可能需要一段时间。