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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -