这是一个新的安装16.10,几周前。我可以用VLC播放DVD,但不能在图腾中播放。当我开始播放时,会得到以下错误:
** Message: Missing plugin: gstreamer|1.0|totem|DVD source|urisource-dvd (DVD source)
** Message: Automatic missing codec installation not supported (helper script missing)
(totem:24090): Totem-WARNING **: Failed to reset the playback rate to 1.0我确实安装了totem-plugins包,并安装了totem-plugins-extra。在插件列表中,我没有看到任何关于编解码器的信息。
发布于 2017-02-25 22:15:13
安装ubuntu-restricted-extras
打开终端并逐一输入这两个命令:sudo apt update sudo apt install ubuntu-restricted-extras
它是一个安装以下功能的元包:
支持MP3和未加密的DVD播放
微软TrueType核心字体
用于常见音频和视频文件的Flash插件编解码器
https://askubuntu.com/questions/887293
复制相似问题