Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): Linux
Affected OS(s):
Browser: Other (specify version)
Language Found: English
Description
I provide two mxml source. One that create a netstream of microphone and camera (server),
the other that subscribe to it (client). When server is closed, client flashplayer start to take
100% of CPU.
Joined to this issue is a tarball flash.tar.gz wich contains:
flash/server.swf
flash/server.mxml
flash/client.mxml
flash/client.swf
flash/Makefile
0. In server.mxml and client.mxml stratus url was mangled, replace by a correct one:
private var RTMFPaddress:String="rtmfp://stratus.rtmfp.net/XXXXXXXXX FIXME XXXXXXXXXXX/";
Use the tarball to reproduce the bug. Under ubuntu linux:
1. Compile server.mxml and client.mxml to obtain server.swf and client.swf (you can adapt and use provided Makefile)
2. type make run (this launch
flashplayer client.swf &
flashplayer server.swf &
3. server.swf display a stratus hash, copy the hash into client.swf gui, click on subscribe
4. close server.swf gui
Actual Results:
flashplayer start to take 100% of CPU
Expected Results:
Workaround (if any):