7/21/2011 8:39:59 PM
Title:
Android App - Video/Audio Record
Hi,
I have to develop an app for android devices [I have no prior experience in development of android apps].
This app should be capable of recording a video / audio and communicate over rtmp with red5 streaming server. I already have video recorder and audio recorder in flash capable of recording in flv format and currently are used in a php website. Can I use these .swf and php files in android app? or I need to write a new one in java / action script 3? Is android capable of playing flv files, I meant to say will it be able to play if I pass flv file URL (to the flv player) in app. I am guessing it would be better if I directly access the device camera / microphone and record the flv.
Also, which language is recommended for my scenario, java or action script 3.0?
Any guidance / directions would be appreciated.
7/24/2011 6:47:26 AM
you will definitely get more power in JAVA but actionscript is quite simple language for the recording stream etc. The devices with Android 2.2 and above support flash player below than this flash wont work. If actionscript serves your purpose then nothing like that.