Page 1 of 1
Start VLC Web-interface on startup
Posted: 03 Jul 2010 11:33
by safex
hello everybody,
i recently configured the VLC web-interface so i can 'control' VLC from my android phone and it works amazing, but i have a question..
Is it possible/how do i configure VLC to start the Web-Interface on the startup of windows? so i don't have to manually start VLC and then add the webinterface...
I'm using Windows 7 ultimate x64
Thanks in advance safex
Re: Start VLC Web-interface on startup
Posted: 03 Jul 2010 16:04
by VLC_help
Re: Start VLC Web-interface on startup
Posted: 04 Jul 2010 14:14
by safex
thanks for your reply, i understand i have to do that, the problem isn't to start VLC on start up and i don't know how to code a batchfile to start VLC with a webinterface (and without starting the normal VLC interface )
Re: Start VLC Web-interface on startup
Posted: 04 Jul 2010 15:48
by VLC_help
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" -I http
Re: Start VLC Web-interface on startup
Posted: 16 Jul 2010 09:08
by ajhart
Goodday, I have the basic the same request where I want to add vlc on startup with minimized system icon with added web interface.
The adding to startup is ot a problem but the adding web interface is n bit tricky.
I'm running Win 7 ult - where the startup command look something like this;
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -I http
But is does not work.
Thanks in advance
ajhart
Re: Start VLC Web-interface on startup
Posted: 16 Jul 2010 09:49
by garlantinapple
i don't have to manually start VLC and then add the webinterface...
Re: Start VLC Web-interface on startup
Posted: 16 Jul 2010 17:05
by VLC_help
If you want both QT4 and http interface, then
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" --extraintf=http
Re: Start VLC Web-interface on startup
Posted: 12 Sep 2010 20:25
by cibbasd
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" -I http
this will disable user interface /menus n stuff too..
If you want both QT4 and http interface, then
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" --extraintf=http
this won't set/mark "Web Interface" under "Add Interface/Viwe" in VLC-menus
BUT IT'S ACTIVE AND WORKS!!
Re: Start VLC Web-interface on startup
Posted: 04 Sep 2011 22:15
by makedonii
If you want both QT4 and http interface, then
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" --extraintf=http
thats just great and it works, but what about executin that command when i start a file via VLC. this way i have to start VLC and its ready for use with web interface. i want it to start web interface every time i start a file.
Re: Start VLC Web-interface on startup
Posted: 05 Sep 2011 16:39
by VLC_help
You can add that option to %appdata%\vlc\vlcrc file if you want to enable it always.