How to create an archive in C++ for live video inputs?
I'm in a project in which we have to create an archive entirely in C++ for storing and loading live video streams from many cameras at once. It should run on Windows and the UNIX-systems. My question is: What is the best way to store an unknown numbe...