I am new to VLC and I am trying to start a streaming server from a command line. I have a mic capture streaming to an mp3 on a port. I have it working from from within the App. I am new to the command line . I think I have to use some combination of the following:
C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="Microphone (Realtek High Definition Audio) --sout="#transcode{vcodec=h264,acodec=mp3,.....}:std{access=udp,mux=ts,dst=192.xx.xx.xx:7100}"
But I am stuck
Thanks
Will