6

I am using Ubuntu 20.04.3 LTS and I installed VLC player from snap store (version: 3.0.16).

but when I open up a video file with VLC player, it opens up a window for the video and another window for the audio.

I have tried few solutions mentioned in this website, but it did not work for me. How can I solve this issue?

Dhanusha_Perera07
  • 3,347
  • 5
  • 14
  • 22

5 Answers5

5

Also got this issue with the snap version 3.0.16. Removing /home/<user-name>/snap/vlc/current/.config/vlc worked for me, but I had to keep removing that file often because the issue would reappear.

The permanent solution for me was to get rid of the snap version via sudo snap remove vlc, and then install an apt version via sudo apt-get install vlc. At the time of writing, the new version I got from apt was 3.0.9.2 Vetinari.

swimmer
  • 1,971
  • 2
  • 17
  • 28
3

With Nvidia proprietary Graphic-Driver do this: https://askubuntu.com/a/1384279

Change Video Output setting and also change Input/Codecs -> Hardware-accelerated decoding setting to: VDPAU.

ouflak
  • 2,458
  • 10
  • 44
  • 49
1

Remove and reinstall works for me.

sudo snap remove vlc

sudo apt-get install vlc

0

Thanks to this conversation I found a fix, but I will add some details to make things easier for you.

Follow these steps to fix the issue:

  1. Open up the Files and go to the following directory.
/home/<user-name>/snap/vlc/current/.config/vlc
  1. You will find a .conf file called vlc-qt-interface.conf.
  2. Delete that file.
  3. Then open up VLC again and try to play a video file. Hopefully you will fix the issue.

Note that you can use the terminal and delete this .conf file too.

Antoine
  • 1,393
  • 4
  • 20
  • 26
Dhanusha_Perera07
  • 3,347
  • 5
  • 14
  • 22
0

This fix works maybe one time, then the problem returns.

Tried deleting the same file in ~/.config/vlc/ but that also seems to fail after working one time.

Logging out and logging back in also clears the problem - ONE TIME. Then it returns.

Where is it reloading this session?

Tom
  • 1
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 30 '21 at 02:49