Hello. I am recording a video from iPhone and I want to show the video live on a diffrent server.
I am using a logic to take the snapshots of images that I am recording then convert imagedata (20 images of recording at one time ) into string and send the string as xml to the server. I can parse the data on the server and save it as image.
How can I send an xml of 20 images at one time to the server.