Prev: HOW2 hack Win-based pubic inet?
Next: Does anyone use three mobile for their internet connection?
From: jellybean stonerfish on 8 Jun 2010 22:03 On Mon, 07 Jun 2010 13:46:36 -0500, Ignoramus14096 wrote: > I bought this camera: Panasonic BL-C210 > > http://www.panasonic.net/pcc/products/netwkcam/lineup/bl-c210/ > > The camera can be easily accessed with a browser and streams its data > through the browser. > > However, what I would like to do is capture streams of data (preferably > video and audio together), split it into, say, 30 minute chunks, > compress and upload to remote servers where they would be retained for a > while. > > I would really, really like to do it with scripts as opposed to GUI > programs. > > I have made some progress and already capture still images with scripts, > but I have not yet figured out how to capture a stream. > > Any ideas will be appreciated. > > i You can possibly wrap 'wget' in a script. I use it to copy streaming radio, but haven't tried it on streaming video. When the file gets the size you want, tell 'wget' to stop with kill -s 2 $"WGETPID" Move the file, and start "wget" again.
From: Ignoramus8975 on 8 Jun 2010 22:55 On 2010-06-09, jellybean stonerfish <stonerfish(a)geocities.com> wrote: > On Mon, 07 Jun 2010 13:46:36 -0500, Ignoramus14096 wrote: > >> I bought this camera: Panasonic BL-C210 >> >> http://www.panasonic.net/pcc/products/netwkcam/lineup/bl-c210/ >> >> The camera can be easily accessed with a browser and streams its data >> through the browser. >> >> However, what I would like to do is capture streams of data (preferably >> video and audio together), split it into, say, 30 minute chunks, >> compress and upload to remote servers where they would be retained for a >> while. >> >> I would really, really like to do it with scripts as opposed to GUI >> programs. >> >> I have made some progress and already capture still images with scripts, >> but I have not yet figured out how to capture a stream. >> >> Any ideas will be appreciated. >> >> i > > You can possibly wrap 'wget' in a script. I use it to copy streaming > radio, but haven't tried it on streaming video. When the file gets the > size you want, tell 'wget' to stop with > kill -s 2 $"WGETPID" > Move the file, and start "wget" again. > This is very close to what I do to grab still images. I already do this with this camera and it works nicely: I grab images, save them by date and time, and after a while create encrypted tar files of all activity for every day. What I want, beyond this, and that was my question, is to capture video, not just images. i
From: Chris Davies on 10 Jun 2010 19:17 Ignoramus8975 <ignoramus8975(a)nospam.8975.invalid> wrote: > Chris, but even under "motion", I need some way of getting the stream > off the camera, right? E.g., for pictures, I just query a URL and get > the instant's picture. How do I get a stream out of those things? I'm not familiar with the camera in qusetion, but given it appears to provide MJPEG streams (at least), I am fairly sure motion should be able to extract this. Maybe netcam_url ? Chris
From: Rick Jones on 10 Jun 2010 20:13 > > what do you want the movies for? > I dunno, like if someone burglarizes our house. You are planning on storing these images somewhere other than in your house then right? rick jones -- oxymoron n, commuter in a gas-guzzling luxury SUV with an American flag these opinions are mine, all mine; HP might not want them anyway... :) feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
From: Ignoramus28478 on 10 Jun 2010 21:42 On 2010-06-11, Rick Jones <rick.jones2(a)hp.com> wrote: >> > what do you want the movies for? > >> I dunno, like if someone burglarizes our house. > > You are planning on storing these images somewhere other than in your > house then right? Exactly. I have not done so yet, but that is my plan. i
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: HOW2 hack Win-based pubic inet? Next: Does anyone use three mobile for their internet connection? |