Hello to everybody!
My question is: how to set up "src" field inside vlc plugin to receive a live voice stream?
Command line I use to capture my mic (by rtp) and stream over http is the following:
vlc.exe -vvv udp://@127.0.0.1:4444 --sout=#transcode{acodec=mp3,ab=64,channel=2}:duplicate{dst=std{access=http,mux=ts,dst=83.184.135.208:1234}}
I also tried adding a virtual name at the end of the command line (:1234/virtual) but without success!
Any help?
Thanks in advance