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
Post a Comment