Question

Can we record video (capture/ streaming) by actoinscript 3 ? and upload the same to server ? Anybody have any reference link for it ? your help will be appreciable Thank you

Was it helpful?

Solution

Yes, there is support for recording video and surely you can send this data to the server.

There are many tutorials available, you can find them with a simple google search:

and many, many others.

If you want to use free server, where to send video to, I suggest to look into Red5, it seems that it's not supported for a while now, but the latest releases are running well.

Red5: http://www.red5.org

OTHER TIPS

You can capture audio and video from a webcam using Flash/ActionScript.

The encoded audio and video data is streamed (through rtmp) from the Flash client running in a browser to a media server like Red5, Wowza and AMS where it is saved in .flv, mp4 or .f4v video files.

For the exact client AS3 code see this answer.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top