you end up with a large nuber of jpg's which you can then combine with video utils into something like a quicktime stream, or even just roll over the directory with javascript and have something of a last 24 hours of me page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to stream live but also archive for later replay. How can I do that?
Thanks
what i did was shellscript a continous call to
wget http://127.0.0.1:9192/singleframe/test.jpg
you end up with a large nuber of jpg's which you can then combine with video utils into something like a quicktime stream, or even just roll over the directory with javascript and have something of a last 24 hours of me page.