If anyone is really good with vlc's command line i need your help say i have a mp3 file @ /home/mp3/test.mp3 and i would like to stream it over my local lan to a nother computer useing vlc's mmsh thingy through the command line how could i do this I was entering this command, but for some reason is not working:
vlc -vvv -I http /home/mp3/test.mp3--sout '#standard{access=mmsh,mux=ts,dst=10.0.0.9:8080}'
please help