As I am newbie to the Iphone Sdk I dont know how to Capture the video from our Iphone and upload the captured video to the Server.
Guys please suggest me how to go through this with sample code.
Thanks in advance,
Monish.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a 2 step process: capture video and then uploading the video
1/ Capture video, you can use UIImagePickerController
This is a good tutorial for choosing photo/video from library or camera
2/ Upload Video, you need to take out the data and then upload it
After you capture a video, you will be returned a NSURL *url.