I've built this command line, but it only results in dshow, no outgoing stream. I can stream from the GUI perfectly.
"C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="none" :dshow-adev="SoundMAX Digital Audio" :live-caching="300" input_stream :sout="#transcode{vcodec=none,acodec=mp3,ab=96,channels=1,samplerate=44100}:duplicate{dst=http{dst=:8081/audio.mp3},dst=display} :sout-keep"
What am I missing? Any help is appreciated.