Hi, I want to transcode a file to a mms-stream with following command: vlc -vvv /root/streamtest.avi --sout '#transcode{vcodec=WMV2,acodec=mpga,vb=1024,ab=128} :std{access=mmsh,mux=asfh,url=:8080}' With vlc as a client it works fine, but with the Windows Media Player I don't hear anything. :? Thanks...