每当我用 cheese 打开网络摄像头时,它都会自动停止。我认为问题是由于缺少一些 gstreamer 插件。我在哪里可以获取此插件?
以下是 gstreamer-properties 的输出
sushil@sushil-Vostro-3550:~$ gstreamer-properties
(gstreamer-properties:6150): Gtk-WARNING **: Unknown property: GtkDialog.has-separator
(gstreamer-properties:6150): Gtk-WARNING **: Unknown property: GtkDialog.has-separator
gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink'
gstreamer-properties-Message: Skipping unavailable plugin 'esdsink'
gstreamer-properties-Message: Skipping unavailable plugin 'sunaudiosink'
gstreamer-properties-Message: Skipping unavailable plugin 'glimagesink'
gstreamer-properties-Message: Skipping unavailable plugin 'sdlvideosink'
gstreamer-properties-Message: Skipping unavailable plugin 'v4lmjpegsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'qcamsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'v4lsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'esdmon'
gstreamer-properties-Message: Skipping unavailable plugin 'sunaudiosrc'
答案1
这将安装所有可用的 gstreamer 插件。
sudo apt install gstreamer1.0-*