I can get individual frames from the iPhone\'s cameras just fine. what I need is a way to package them up with sound for streaming to the server. Sending the files once I ha
You could divide your recording to separate files with a length of say, 10sec, then send them separately. If you use AVCaptureSession
's beginConfiguration
and commitConfiguration
methods to batch your output change you shouldn't drop any frames between the files. This has many advantages over frame by frame upload: