Open Source Solutions for Live Video Distribution?
"The video encoders would have to be deployed in the field (protected cabinets, but still subject to tempreature extremes), while the decoders would all be indoors. The decoders would also have to support rapid (sub-second) switching between video streams. We would require full remote management of both encoders and decoders. I know I can use something like vlc (VideoLAN client) just to read the video streams coming from a VBrick encoder (I have that working on our demo units). However, I'm not sure I'm totally comfortable with the cost of the propsed solutions, especially when it's my tax dollars (in part at least) that are paying for it.
Video distribution would have to be on-demand viewing of any encoded video stream, by any authorized party. The control center has a large (14 screen) video wall that, ideally, should be able to display any video in any of the 14 quadrants, or to show video spread over multiple quadrants.
I'm perfectly happy to do the research (and I've started doing some), but I'm looking for tips or ideas. I'm not an expert when it comes to video solutions on open source operating systems."
He's really looking for a cheap solution that would enable the police to put up cameras on all our street corners like the Brits do.
If you want a separate computer encoding each camera and feeding it onto an IP network then yes, it's going to be expensive whether it's encoding to MPEG or Ogg Tarkin.
If you have space to put a PC with USB ports in a wiring closet, you might be able to get away with a cheap video encoder, like the one X10 sells, for $70 apiece. There is one problem with that sort of solution, however; I don't know whether or how well one can connect multiple encoders to a single PC. That would bring your expense back up.
I have never heard of open source hardware.
Sure theres open source Specs, Designs and/or VHDL for stuff (eg Grapics cards)
But you seem to be looking for a hardware solution.
My only thought is runing some ogg tarkis encoder on an embedded linux board
QuickTime Streaming Server is available as an Open Source solution. From Apple's website:
"Open Source Versatility
While QuickTime Streaming Server is designed for Mac OS X Server, it's also available as an open source server called Darwin Streaming Server. Versions are available for Linux, Solaris and Windows NT/2000. And because it's an open source technology, Darwin Streaming Server can be ported to other platforms by modifying a few platform-specific source files."
That should help at least with your software needs.
--
$tar -xvf
While the temp extremes your talking about are real the problem is rather minor. In this case the older the hardware the better. Run the whole thing off a CDROM and a small harddrive.
More heat equals less wetness. Here PVC pipes are your bestest friends. Run the heated air from the CPU and drive area out to heat up the area above the Box.
Keep a hole in the joints of the pipes to drain stray water. just keep a $5 keyboard hooked up to it and some temp sensors and your done. I have done this sort of thing for other people.
Worked fine for a trafficCam for a local website. Sounds like you have more resources for this.
But if you have to spend more then $100 a unit your thinking right.
Sorry about the writing. Robot fingers, you know? Cliff Steele in DOOM PATROL #23
Apple's QT streaming server only streams the video. It creating the stream can be quite expensive. try ffmpeg
Be ot or bot ne ot, taht is the nestquoi.
...this guy doesn't work for Poindexter? I mean, his cover story is pretty lame, don't you think?
;-)
Big Brother is as entitled to open source as anyone, but consider the irony.
Carry on. About these "traffic cameras." Do any need to fly on Predators?
Run a software mpeg encoder like ffmpeg on an SBC or a mini-itx system. You can make it solid state (leaving out the hard drive) by making it boot over the network)
stay frosty and alert
CU30 is one choice for 30 fps live video conferencing.
Its under the GPL and MPL and has (or still is) been supported via open h323 as an external library and gnome meeting should work. (I havn't confirmed either)
Qvix Technologies has a propritary version of the same codec, only much more refined. (I used to work for them.)
New worlds are not born in the vacuum of abstract
ideas, but in the fight for daily bread --Rudolf Rocke
Alternately, you could run Quicktime Streaming Server (which is open-source) and Quicktime Pro (which isn't), using Sorenson or MPEG4. However, you wouldn't get realtime encoding on anything other than a newer mac, so that could get expensive.
It's hard to be religious when certain people are never incinerated by bolts of lightning.
Why bother with expensive, complicated solutions involving encoders/decoders when you can have an Axis Network Camera for $300.
The Video Server route is a lot more expensive ($800 per camera) but works with existing video cameras. I doubt that would save you any money, since plain NTSC video cameras are not very expensive.
...
You don't mention what state you are with, but perhaps you should get in touch with someone at the Florida DOT. My company has some equipment at their regional traffic center nearby, that we use to stream realtime traffic video to clients in the field. I've had the opportunity to visit their data center before and was very impressed. They seem to be using the VBrick units for encoding and decoding. I can understand that you would balk at the cost, as they are quite pricey, but they are well worth the cost. They have, last I checked, 52 cameras along the major highway here, and I believe they have 1000BaseSX to all the poles. All that video comes back to their regional center where it is processed and sent to various media outlets.
Now why can't I get 1000BaseSX to my house? =(
Would a government use qualify under the mpeg4 noncomercial waiver?
Maybe a better question is if anyone knows of any consultants that can implement an open-ish solution to meet your requirements or perhaps any similar projects to what you would like to do. As you can see from the discussion so far, there are lots of tools but no turnkey solutions, the real rub is in getting stuff to work together.