Launching VLC from browser
Posted: 06 Oct 2009 00:04
I'm working on a webpage where users will select a training video to watch from the browser. The video needs to open in vlc, play full screen, then close vlc when finished. I can do this in my command line with the following: vlc --fullscreen "filepath" "vlc://quit". However, I'm not sure how to make this work on the page.
VLC is installed on the machines the users will be on.
VLC is installed on the machines the users will be on.