Skip to main content
Participating Frequently
May 23, 2008
Question

Netstream consuming 100% of the CPU

  • May 23, 2008
  • 1 reply
  • 355 views
Hi friends,

Netstream consuming 100% of the CPU of Mac OSX, and 55% of Linux

Code:

private function testInit():void
{
var nc:NetConnection = new NetConnection();
nc.connect(null);

var nsMict:NetStream = new NetStream(nc);
nsMict.attachAudio(Microphone.getMicrophone());
}

Someone sure how to solve it? I am using flash player 9.0.124

Thank's!
    This topic has been closed for replies.

    1 reply

    egenialAuthor
    Participating Frequently
    May 23, 2008
    This is a bug:

    https://bugs.adobe.com/jira/browse/FP-259

    Thanks!