12-23-2020, 10:08 PM
VLC process continues to run in the background after closing.
This causes VLC to not respond when trying to open another video.
I have to use the following to terminate the process:
I have tried to change the video output, and all the output formats that solve the issue have trouble playing videos properly.
I have also tried to turn off the hardware accaleration, but it didn't work.
Any suggestions?
This causes VLC to not respond when trying to open another video.
I have to use the following to terminate the process:
Code:
killall -s 9 vlc
I have tried to change the video output, and all the output formats that solve the issue have trouble playing videos properly.
I have also tried to turn off the hardware accaleration, but it didn't work.
Any suggestions?