streaming - How to capture microphone input in VLC? -


i'm trying capture microphone input in vlc media player via http interface , stream far have arrived @ nothing. possible?

which platform? i'm on mac know sure possible vlc 2.0 other platforms should work well.

haven't tested commands though.

mac: use vlc 2.0.0 or later , utilize qtsound module:

vlc -vvv qtsound://  

win: use sth like:

vlc dshow:// :dshow-vdev="none" :dshow-adev="your audio device"  

linux: use sth like:

vlc alsa://plughw:0,0 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -