Hi Tony, vlc -vvv udp:[@:1234] --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels=2}:std{a ccess=mmsh,mux=asfh,dst=:8080}' The problem here is that streaming via UDP requires you to specify a TARGET ip, not a SOURCE ip. The IP you specific is where you are going to send the data...