Judging from this command would you say that the default behavior in vlc is "on demand" or "broadcast"? cvlc -v file.wmv --sout "#transcode{vcodec=WMV2,vb=512,scale=1,acodec=mp3,ab=128}:std{access=mmsh,mux=asfh,dst=:1234" --loop From what I've read on vlc I would say th...