Iphone sdk code to capture images at 15 FPS on 3g mobile and sending to ffmpeg server .
        Posted  
        
            by user286517
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user286517
        
        
        
        Published on 2010-06-06T20:37:09Z
        Indexed on 
            2010/06/06
            20:42 UTC
        
        
        Read the original article
        Hit count: 194
        
I'm writing an app code to do video recording on iPhone much like all the available apps :) ...
All im trying to do is capture screen from iPhone camera on 3g mobile and sending them to server .. but want some time efficient approach for sending to server and capturing image sequences ...
its like i want to send 15 images / second to server in one single go :P
i've set up server with FFMPEG and other codecs so their is no issue in generation of live video / stream ....
Help me ...special reward for best helping answer
© Stack Overflow or respective owner