webcam street watch?
August 9, 2009 1:11 AM
Subscribe
Webcam server for dummies? A bunch us folks on a street here want to set up a few webcams aimed at the street that everyone here can view. Is there a 'youtube' (or bambuser.com / qik.com) for webcams specifically?
- doesn't need to be free at all, just needs to be very very easy to set up. Picture one guy in each house having a cam aimed at the street, and all of us able to log on to "the street view" so we can see from house #1 to house #10 in the same page.
A few of use have actual (linux) servers, so if there is some dead-easy webcam->webpage software out there bring that on. We're webcam n00bs and googling made us no wiser. Specifically, it has to be easy for a neighbor to "join" in with their webcam, as if they were user-groups on a social webpage. We also want to cam to archive footage. (not forever though)
posted by dabitch to computers & internet (13 comments total)
10 users marked this as a favorite
But, as a programmer, this strikes me as a pretty difficult problem to begin with.
It's one thing to do a frame every five seconds with HTTP refreshes. But, if you're talking about youtube, you probably want actual live video on a webpage. Which means flash.
Unfortunately, the flash video playback you're used to is a total kludge. In order to pull this off, you'll need to transcode the video on the fly. Then you'll need to write a flash doohickey that can accept a stream of said video--which is kind of a bitch, since the last time I worked with it, it couldn't accept a stream from elsewhere.
Anyway, if you don't find something off the shelf, drop me an email and I'll put together a proposal to build you what you want. It won't be free (at all), but maybe we can work something out.
posted by Netzapper at 1:26 AM on August 9