其它電腦可連接flashmediaserver服務器成功後,可不能發布FLV文件,在本機可以,這是為什麼?代碼如下:var mp = Microphone.get();
nc = new NetConnection();
nc.connect("rtmp://192.168.1.6/recpro");
nc.onStatus = function(info) {
if (info.code == "NetConnection.Connect.Success") {
 trace  ("連接成功");
} else {
 trace ("连接失敗");
}
}
nsOut = new NetStream(nc);
nsOut.attachAudio(Microphone.get());
nsOut.publish("2", "record");各位高手幫幫忙吧