diff --git a/test/rtmp-publisher/RtmpPublisher.mxml b/test/rtmp-publisher/RtmpPublisher.mxml index 8ab7912..a337c68 100644 --- a/test/rtmp-publisher/RtmpPublisher.mxml +++ b/test/rtmp-publisher/RtmpPublisher.mxml @@ -67,7 +67,10 @@ camera.setMode(640, 480, 30); camera.setQuality(131072, 70); - videoDisplay.attachCamera(camera); + //videoDisplay.attachCamera(camera); + var localCam:Video = new Video(640,480); + localCam.attachCamera(camera); + videoDisplay.addChild(localCam); microphone = Microphone.getMicrophone(); microphone.setSilenceLevel(0); @@ -77,7 +80,7 @@ ]]> - + diff --git a/test/rtmp-publisher/RtmpPublisher.swf b/test/rtmp-publisher/RtmpPublisher.swf index 5ce8148..e175def 100644 Binary files a/test/rtmp-publisher/RtmpPublisher.swf and b/test/rtmp-publisher/RtmpPublisher.swf differ