Page 1 of 1

Command line to minimize & stream VLC?

Posted: 18 Jun 2012 00:55
by ineuw
I would like to start the Vlc player 2.0.1 from the command line, minimized in the system tray and streaming a url. This code works fine: vlc "http://www.koqx.com:8000", but I couldn't find any info to start the player in the system tray. Is this possible in Win XP?

Re: Command line to minimize & stream VLC?

Posted: 03 Jul 2012 19:02
by Jean-Baptiste Kempf
--qt-start-minimized

Re: Command line to minimize & stream VLC?

Posted: 03 Jul 2012 19:09
by ineuw
--qt-start-minimized
Thank you JBK.