If no input or no vout, it failed. Close #11211
@ -149,7 +149,9 @@ processcommands = function ()
vlc.sd.add(val)
end
elseif command == "fullscreen" then
vlc.video.fullscreen()
if vlc.object.vout() then
elseif command == "snapshot" then
common.snapshot()
elseif command == "volume" then