Hi I realized that the mediastream stop() method does not work as fully expected I think. Such that: think about the publisher and the subscriber. Publisher starts broadcasting and subscriber plays the published stream with no problem. Then publisher calls medistream.stop() method in order to stop broadcasting and on the subscriber side, play stream stops as expected. But then, if publisher starts broadcasting, and subscriber tries to play this stream, there is just a frozen image on the subscriber side. My workaround is to call like that : streamPublish._flashstream.close(); in the stopPublish method. Has any of you seen such like problem before? Best regards.
-- Cem SONMEZ
