How to capture microphone input in VLC?

后端 未结 3 1442
[愿得一人]
[愿得一人] 2021-01-17 16:55

I\'m trying to capture microphone input in VLC media player via the http interface and stream this but so far I have arrived at nothing. Is this actually possible?

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-17 17:37

    On Linux if you need to stream also video remember to separate all the options with ":" . In this case I am streaming the usb cam with the default alsa microphone.

    cvlc v4l2:///dev/video0 :v4l2-standard=ALL :input-slave=alsa://hw:0,0 :live-caching=300  ':sout=#transcode{vcodec=mp4v,vb=3500,width=1920,height=1080,acodec=mp3,ab=192,channels=2,samplerate=44100}:http{mux=ts,dst=:8080/}'
    

提交回复
热议问题