Page 1 of 1

VLC with no console display

Posted: 27 Nov 2003 03:48
by officeuse
hello, I play with VLC in Window 2000 environment. Can I start the VLC with no Skins and also no Console display ??

If I can do it with command line (that mean start with cmd.exe and type vlc --XXXX), what command will help ?
If I need to compile it again, what option I need to put it during the config ??

Thank You so much ! :D

Posted: 27 Nov 2003 05:24
by The DJ
vlc -I dummy

Posted: 27 Nov 2003 08:58
by officeuse
:? I still have the DOS like console over there...
Any other where to go ??

Posted: 27 Nov 2003 09:02
by zorglub
Hello,

VLC 0.7.0 can be installed as a NT service.

A pre version is available on http://www.videolan.org/pub/testing/vlc-0.7.0-test1

Posted: 27 Nov 2003 10:18
by officeuse
IcIc .. Thanks :wink:

Any more ??
How about editing the code ?? :)

Posted: 27 Nov 2003 12:17
by Gibalou
Try "vlc -I dummy --dummy-quiet"

There also are instructions on wiki.videolan.org to install/run VLC as an NT service but unfortunately the wiki is down right now.

Posted: 28 Nov 2003 03:20
by officeuse
:mrgreen: :mrgreen: :mrgreen:
Yeah Yeah Yeah ! I got it la !!!
Thank you so much ! :D

Posted: 28 Nov 2003 07:10
by officeuse
One more question :
How can I end the application afterward ??
if i just click the "X" on the right-top corner to close the video ,
the vlc.exe is still alive in the system memory when i check it in the task manager.... :?

Posted: 28 Nov 2003 10:33
by The DJ
Why don't you use the http interface?
vlc -I http --dummy-quiet

Then when you point your browser to localhost:8080 you will see an interface which you can use to control or quit VLC.

Posted: 29 Nov 2003 08:37
by officeuse
i got it , thx :D