Problem with loop on VLC 2.2.6 on Lubuntu
Posted: 23 Jun 2017 18:01
I have a custom digital signage project that runs under Ubuntu 17.10. It queries a mysql database on a server and decides what movies to play on this device and then adds them to the playlist using the rc interface. The VLC player is involved programatically as: /usr/bin/vlc --fullscreen --loop --no-embedded-video --video-on-top --no-video-title-show --rc-host 127.0.0.1:1234 --extraintf rc. On Ubuntu this works OK but on Lubuntu it cycles through the playlist several times and then just stops in the middle of a movie! If I connect with TCP and ask it what it is doing (with the status command) it says it is playing one of the files but the screen is frozen and it isn't. Any insight appreciated.