0

I'm running Kubuntu 21.10. I've installed ubuntu-restricted-extras, ffmpeg,and gstreamer1.0-libav, and I still can't play a video from an mp4 file using VLC. When I select the mp4 file, the select just flashes at me as though it's trying to do something. I'm probably missing something obvious -- but what? This is such a common and ordinary activity!

This happens on all my mp4 files. I removed and reinstalled VLC using apt; it made no difference. Everything is on one drive. And I'm able to play videodiscs with VLC.

The flashing suggests to me that there might be some conflicting activity going on, but I tried shutting down everything I could see going on,logging out, and logging back in again. It didn't help. It seems somehow to be competing with itself!

Paul A.
  • 2,141

1 Answers1

4

I faced this same problem on Ubuntu 22.04. What fixed this for me was to remove snap based vlc using command sudo snap remove vlc and reinstalling it using sudo apt install vlc.

Sanjay
  • 153
  • This also fixed my VLC not being able open from an M.2 SSD drive. Seems Snap version of VLC is buggy. – dbdq Mar 30 '23 at 12:35