Code: Select all
vlc [input_source] --sout=#transcode{vcodec=mp2v,vb=800,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:rtp{dst=192.168.0.255,port=5004,mux=ts,sap,name=Test}
Your [input source] you can get from the Open Capture Device GUI. Select the capture device as you normally do, then check "Show More options". The MRL is your [input_source]. The additional options just below that should be added to the command line as well, with the same change of colon ":" to double hyphen "--" to introduce each option.
If it's not confidential info or security risk, you can post it here as the command line show most clearly in a compact way what is going to happen and will help greatly with future troubleshooting.
You can definitely set this up in a startup script, or have a shortcut icon for other volunteers to easily open. Which distro are you running?