Hi,
Im trying to accomplish the following wo any success and are hoping for some help from the experts here. Im really a beginner...
I have a Foscam IP camera (8910w) were i by URL (http://x.x.x.x:80/videostream.cgi) can look at live streaming. (Camera got build in web server)
I would like to record this live stream and and save it into my dropbox account as soon as i execute a HTTP request.
Steps:
1. HTTP Request executed (Containing parameter for x minutes of recording)
2. Get video stream from CGI URL above and start recording for x minutes
3. Save file (mpeg, m4v)
4. Upload file to dropbox folder
The HTTP request will be triggered from my Home automation system or manually.
Thanks!