I got my application to record video fine (using AS3) but when I play back my recorded stream plays too choppy. If I add buffering to my code would this help it? I check out the recording sample but it’s written in AS2 and the buffering commands don’t work in AS3. Can anyone please give me pointers as to how to add buffering or what can I do so that I get a better flow on my recorded stream?
I suggest you use our VideoRecording example as a starting point for your code. When you use a client side buffer you need to properly close the stream when the recording stops. This post describes the process:
I have played with the bufferTime ranging from .1 to 100 and it doesn’t make a difference. Am I not using bufferTime correctly? It records better without the buffering, but my recording still not smooth it looks like it plays and stops, although the sound plays just perfect even when the video stops and goes. I am using AS3. It seams that buffering is handled different in AS3 than AS2.