The Medea characters aren't heard in the videos.
The Medea characters aren't heard in the videos.
Do you mean Solus? Often VLC and the default media player clash. I’d prefer to remove the default player entirely before setting up VLC. This has happened many times to me, so I usually delete it (parole or whatever I don’t like) and then install the preferred one—SMPlayer works exactly as I want. Point-and-click tools might use Synaptic, but a better way is to open the Command Line and handle things like this: sudo apt update && sudo apt-get build-dep [filename]. Then install the app with sudo apt install [filename]. Is this a fresh setup? In your case, I’d start by uninstalling VLC. EDIT: the commands above won’t work with Solus since they switched to eopkg—check that out. It’s actually more robust than APT, as I recall.