Question

Does anyone have a good suggestion on how to do video recording?

We have a camera that can record and then stream live video to a server. So this means we can have 1000's of cameras sending data 24X7 for recording. We will store data for over 7 / 14 / 30 days depending on the package.

  • Per day if a camera is sending data to the server then it will store 1.5GB.
  • So that means there is a traffic of 1.5GB / day / camera
  • Total monthly 45GB / month / camera (Data + bandwidth for one camera)

Please let me know the most cost effective way to get this data stored?

Thanks!

Was it helpful?

Solution

Sun has a lovely product optimized for this kind of thing, with a large Flash or RAM cache between big storage and the rest of the world.

OTHER TIPS

I've successfully used GlusterFS for (a bit diffrent type of) storage:

GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system.

See here: http://www.gluster.org/docs/index.php/GlusterFS

It scales. Good luck (I think You will need it on this project).

You mentioned "cloud" in your question subject line, and based on "package" details, sounds like you are not really facing merely a "storage" problem. You also need to serve out the stored feeds to the user.

Will the stored video need to be streamed back (on demand) to multiple users or just the source user? If the latter, you are looking at some sort of distributed forward cache layer, regardless of the storage back-end.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top