Hi everyone,
I brought the VLC web interface to work using the command line with command vlc -I http --http-host localhost:8090
But what is the command to stop the VLC process again?
Thanks for any hints.
Ulrich
Code: Select all
vlc.playlist.add("localfile1.avi", "", options);
vlc.playlist.add("vlc://quit");
vlc.playlist.play();
vlc.playlist.add("localfile2.avi", "", options);
vlc.playlist.add("vlc://quit");
vlc.playlist.play();
Users browsing this forum: No registered users and 3 guests