How to make VLC play a VLM configuration file (.vlm) in "With no interface mode" on Windows?

So I have a VLM configuration file that should stream audio from mic to localhost so no VLC user interface is needed. If I say to Windows "play VLM file with VLC" it plays correctly, starts the server where I need and streams data. But how to do such a thing manually from the command line (so we suppose we can call vlc.exe by VLC and we are now in folder with the vlc.exe and vlcConfig.vlm files)?

link|improve this question

0% accept rate
feedback

migrated from stackoverflow.com Apr 25 '10 at 23:11

This question came from our site for professional and enthusiast programmers.

1 Answer

try this :

vlc.exe --vlm-conf=vlcConfig.vlm -I dummy
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.