Using VLC 2.2.4 on Win10 CU.
I know how to start transcoded videostream from http:// .ts source, that works like this: send this e.g with cURL GET params..
Code: Select all
http://192.168.0.250:8080/requests/vlm_cmd.xml?command=
new LIVE broadcast enabled
setup LIVE input 'http://sourceIP/some.ts'
setup LIVE output #transcode{vcodec=h264,vb=512,fps=25,width=720,height=512,venc=x264{{profile=high,level=3,preset=placebo,keyint=50}},acodec=mp3,ab=128,channels=2,samplerate=44100}:http{mime=video/MP2T,dst=:8080/stream.ts}
setup LIVE option no-sout-all
control LIVE play
But how to have microphone instead of http source?
I did this using VLC UI and to file.. there is DirectShow capture device and "Microphone (high deffinition audio device)"
Video capture should be none.
setup LIVE input dshow://
setup LIVE option dshow-vdev="none"
setup LIVE option dshow-adev="Microphone (high deffinition audio device)"?