Page 1 of 1

vlc capture device audio command line on http

Posted: 14 Jul 2021 10:07
by sd199526
I am trying to stream my capture Device (only mic ) into http url with mp3 format.. where I am doing mistake

Code: Select all

"D:Program Files\VideoLAN\VLC\vlc.exe" --dshow-vdev="none" --dshow-adev="Microphone (Realtek Audio)" --sout=#transcode{vcodec=none,acodec=mp3,ab=512,channels=2,samplerate=44100} --http{mux=raw`,dst=:8888/mp3} --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep

With this Setup, I want the MIC of the "A" Computer to listen on the "B" Computer.

I tried with a few more alteration, but the command line just opens up the vlc and does nothing.