我看到了使用的一些建议gconf-editor
,但似乎不再起作用。该选项可能已被删除(看)。
还有其他方法可以增加 Totem 缓冲区大小,以便当我通过 LAN 观看视频时它不会滞后吗?
答案1
虽然目前无法检查 11.10,但设置是在 gsettings 中,例如,此处 12.04 显示默认值为 2.0 秒,然后设置为 3.0
~$ gsettings get org.gnome.totem network-buffer-threshold
2.0
~$ gsettings set org.gnome.totem network-buffer-threshold 3.0
或者查看dconf-editor
> org.gnome.totem 并查看是否存在,(否则将在 12.04 中出现)
答案2
答案3
您可以通过在终端提示符中输入以下内容来添加 gconf-editor
#sudo apt-get install gconf-editor
gconf 密钥存储在您的主目录中。
cd ~/.gconf
因此,要快速查看 totems gconf 值,请运行以下命令:
cat /home/用户名/.gconf/apps/totem/%gconf.xml
我想从这里,你可以找到方向链接以上并修改/添加您需要的正确密钥。