Wowza Community

Flash as3: Recording the webcam with the movieclip on the top of the webcam

Hi,

I have no problem to record the webcam video to our wowza server. But recently, i want to record the video that show the augmented reality object that in the video.

I didn’t find any sample how i do it. Because in as3, i need to set the webcam. But now the whole thing became the movieclip live video. Is it possible to switch the webcam object to movieclip? So i can put anything on the top of the webcam and it will stream to the server?

Thank you

I don’t think it is supported in Flash

Richard

Hello keroma,

I’m exactly the same problem as yours.

My application is using NetStream and sending it to the FMS server put the image of the webcam needs to send what is in the MovieClip where she is appearing because some objects placed in front of the webcam and I need to be sent to the NetStream.

You could solve your problem?

Could you post the solution?

Thank you. Elis Nunes

Hi,

I have no problem to record the webcam video to our wowza server. But recently, i want to record the video that show the augmented reality object that in the video.

I didn’t find any sample how i do it. Because in as3, i need to set the webcam. But now the whole thing became the movieclip live video. Is it possible to switch the webcam object to movieclip? So i can put anything on the top of the webcam and it will stream to the server?

Thank you

Hi,

I have no problem to record the webcam video to our wowza server. But recently, i want to record the video that show the augmented reality object that in the video.

I didn’t find any sample how i do it. Because in as3, i need to set the webcam. But now the whole thing became the movieclip live video. Is it possible to switch the webcam object to movieclip? So i can put anything on the top of the webcam and it will stream to the server?

Thank you

hey keroma is there any way i can contact you? I have a few questions regarding recording on server.

There was something called JScrap and Wowza does support the Screen Shared codec over RTMP. These comments and links are current:

Richard

Do you think if i can capture the screen and streaming the whole flash to wowza server and record it?

Any idea or direction i can search about? I could not find any way to put the object to the video and streaming and record to the server.

If it is on the screen in flash, you can capture the data (screen shot etc), create a video, do just about anything. Use the bitmap data, or create a new one and use the draw() method to draw pixels to it.

Here’s a demo I made using the webcam and playing with the bitmap data.

http://hydroplain.blogspot.com/2008/10/this-is-as3-time-slicing-demo-i-was.html