Code: Select all
$ vlc -vvv /dev/video0
VLC media player 3.0.6 Vetinari (revision 3.0.6-0-g5803e85)
[00000000009e33b0] main libvlc debug: VLC media player - 3.0.6 Vetinari
[00000000009e33b0] main libvlc debug: Copyright © 1996-2018 the VideoLAN team
[00000000009e33b0] main libvlc debug: revision 3.0.6-0-g5803e85
...
[00007fbc480009e0] main input debug: `v4l2:///dev/video0' gives access `v4l2' demux `any' path `/dev/video0'
[00007fbc4c000d10] main input source debug: creating demux: access='v4l2' demux='any' location='/dev/video0' file='/dev/video0'
[00007fbc4c000e90] main demux debug: looking for access_demux module matching "v4l2": 21 candidates
[00007fbc4c000e90] v4l2 demux debug: opening device '/dev/video0'
[00007fbc44000980] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates
[00007fbc4c000e90] v4l2 demux error: cannot open device '/dev/video0': Operation not permitted
[00007fbc44000980] lua meta fetcher debug: Trying Lua scripts in /home/user/snap/vlc/770/.local/share/vlc/lua/meta/fetcher
[00007fbc4c000e90] v4l2 demux debug: opening device '/dev/video0'
[00007fbc44000980] lua meta fetcher debug: Trying Lua scripts in /snap/vlc/770/usr/lib/vlc/lua/meta/fetcher
[00007fbc4c000e90] v4l2 demux error: cannot open device '/dev/video0': Operation not permitted
[00007fbc4c000e90] main demux debug: no access_demux modules matched
[00007fbc4c0020c0] main stream debug: creating access: v4l2:///dev/video0
[00007fbc4c0020c0] main stream debug: (path: /dev/video0)
[00007fbc4c0020c0] main stream debug: looking for access module matching "v4l2": 26 candidates
[00007fbc4c0020c0] v4l2 stream debug: opening device '/dev/video0'
[00007fbc4c0020c0] v4l2 stream error: cannot open device '/dev/video0': Operation not permitted
[00007fbc4c0020c0] main stream debug: no access modules matched
[0000000000c16300] main playlist debug: dead input
Code: Select all
$ sudo snap install vlc --classic
Warning: flag --classic ignored for strictly confined snap vlc
Code: Select all
$ sudo snap install vlc --devmode
vlc 3.0.6 from VideoLAN✓ installed