문제

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

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top