How to record the http live streaming from an IP Cam
问题 I have created the application in which the client can view the ip camera which is giving an http live stream of MJPEG using this link Android ICS and MJPEG using AsyncTask Now i want the user to record the video into its memory card . I have googled for a while and the only two approaches which came in my mind :- Either i keep storing the jpeg images and when user clicks stop recording then i somehow clip all the images as to provide a 3GP video or some other file format. But i don't know