Hi there,
I am trying to create a conference between more than two users. The conference 
application consist of one flash movie for broadcasting and multiple movies for 
catch the party's streams. The broadcas movie did not produce self voice from 
the microfon. Conference-party-movie is a single movie which use flashvar with 
the stream name. The flash components using the oflaDemo application. The 
problem is when we connect more than 2 users, the voice echo becomes very 
noisy. This is the code of the broadcast movie:
...
var mic:Microphone = Microphone.get();
...
mic.setUseEchoSuppression(true);

as you can see I use a setUseEchoSuppression() method but without success.
If someone has a working conference for more than two people, and if so is 
there a problem with the echo cancellation. The video example provided with 
red5 did not include voice, so I cannot decide where is the problem. I will be 
very thankfull If you know something which can help me.

Thanks in advance
Dimitar
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to