hi all i m trying to write a small video chat application between two people. But at a point i am a bit confused. At the app start, i m getting the username text from the client without doing any authorization. I am getting this attribute to use itS value while publishing the stream[1]. Because when i try to publish with the same name *NetStream.Publish.BadName *exception is being thrown.* * [1] - stream1.publish(loginScreen.getUsername(),"live");
So there is no problem with publishing the streams with the different names. But while trying to play the streams in the videoview's, i m getting problem. How can i get the stream names which are being published at any time and play one of them except mine. As the flash server, i m using red5. most likely i will have to do this work on the red5 side, but couldnT find any example about this. I hope, i could explain what i wanted to say. Can anyone give information about this issue please. -- Cem SONMEZ
