Hi,
I'm developing a web conference based on red5 0.5 server. I haven't tryed the 
0.6 rc1 version.
If I disable the audio of an incoming stream, the video stops and it doesn't 
restart.

this is my code:
on (press){
 
 if(_parent.statusAudio1_txt.text=="Audio Disabled"){
   _root.in_ns1.receiveAudio(true);
   _parent.statusAudio1_txt.text="";
   
 }else{
   _parent.statusAudio1_txt.text="Audio Disabled"
   _root.in_ns1.receiveAudio(false);
 }
}

It's a red5 bug?  is there a workaround?

Thanks.
Daniela Remogna



_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to