Skip to content

Instantly share code, notes, and snippets.

@anujbhatt
Last active September 30, 2016 10:58
Show Gist options
  • Save anujbhatt/4f122354423ad6023dd646ef1efa398d to your computer and use it in GitHub Desktop.
Save anujbhatt/4f122354423ad6023dd646ef1efa398d to your computer and use it in GitHub Desktop.
Start VLC HTTP Interface (Mac OSX)
cd /Applications/VLC.app/Contents/MacOS
./VLC --http-host localhost --http-port 4242 --http-password <password>
# then open localhost:4242 on your browser. leave username blank and enter <password> as the password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment