Avatar

Level 2

Thanks.

The steps to this bug to happen is simply use playStream on webcamSubscriber in Flash CS4 compiled application on computer without mic driver.

webcamSubscriber.connectSession = sess;

webcamSubscriber.subscribe();               
webcamSubscriber.playStream(stream);  

I have a question regarding try-catch solution. Will it enable me to actually receive this stream?

If I catch it during playstream I might not get the stream at all. Does the error happens after stream already established?

Thanks,

Gadi