I appreciate the suggestion but after trying it it didn't work. It's worth noting that if I open VLC and then use the fullscreen button it works. It also immediately crashes if I set VLC default to fullscreen and then open it normally.Moonmarch wrote: ↑Fri Nov 15, 2019 10:51 pmWith Raspbian Buster full version on the RPI0 the program didn't crash if you are using the Raspbian Buster Lite version perhaps VLC is missing dependencies you can try to uninstall VLC then reinstall VLC to see if the problem is solved, even if the media player does start the media player does not show any video for some reason either video file or internet stream, I see constant errors appearing in the terminal perhaps VLC is not compatible with the RPI0 need to search around for answers first.
Code: Select all
sudo apt remove --purge vlcCode: Select all
sudo apt autoremoveCode: Select all
sudo apt install vlcJust tried it with legacy drivers and it's still crashing.Moonmarch wrote: ↑Mon Nov 18, 2019 11:33 pmVLC does play video I had the Full KMS drivers enabled which is not compatible with VLC on the RPI0 out of the box, after changing the GL drivers back to Legacy VLC player now plays video I had the impression I needed to use a different media player for the RPI0 computer, now exactly how will you solve your VLC software problem you can always try to flash the OS image to the SD card erasing all data on your SD card which means starting all over or see if these commands you can use with the terminal will solve your problem:
Code: Select all
sudo apt remove --purge vlcCode: Select all
sudo apt autoremoveCode: Select all
sudo apt install vlc