I am tasked with recording a live video stream from the camera on a mobile device, then overlaying bitmaps that change over time, and adding an audio mp3 track to the video file, and then saving it to somewhere on the device like the Camera roll.
I saw a few posts that were helpful, mostly this one: AS3 Flash/AIR recording video with webcam and save it
But apparently, some have experienced app freezes on desktops. I can only imagine that on a mobile device it would be worse...
Also, how can I add the video info together with a separate audio mp3 into one file?
Has anyone accomplished something like this?
Update, I got the video working. Kinda. I still get this error sometimes. Even with short videos.
Sometimes it works fine. But at least I'm able to record FLVs from components. I haven't done the audio addition yet.
To run this code, you'll need the FLVRecorder found here: http://www.joristimmerman.be/wordpress/2008/12/18/flvrecorder-record-to-flv-using-air/