Is there a best way to download 100 cameras for 15 minutes?
I generate a investigation of each of the 100 cameras and export them into mkv.
Is there a best way to download 100 cameras for 15 minutes?
I generate a investigation of each of the 100 cameras and export them into mkv.
Hi Kim,
I’m not sure I fully understand what exactly optimization you are looking for.
In general all the investigations and exports are executed in consecutive order in the Mobile Server.
Not matter how “simultaneously” they are triggered - they will be performed one after another.
The goal in that design is to not be possible to overload the server, which primary purpose is to serve the media.
Having that in mind, you understand it is not really possible to make the whole this process faster.
If you want to optimize your workflow, you could try to create a single investigation with all these cameras. The export afterwards will contain all the exports from all the cameras. This however will create very big ZIP archive with all the exports from all the cameras. And creation of this common ZIP file will take additional time. I’m even not sure how well it is going to work with such big number of cameras like 100 for example.
So you could try to make your code simpler, but the result operation will be slower.
Hi Petar :-)
I need to download more than 100 cameras as fast as possible.
Will the download speed be faster if I install several mobile servers?
Or do you have any suggestions?
Hi Kim,
Please bear in mind that in most cases Mobile servers do NOT share their investigations/exports (between each other). So if you install 2 of them, you will need to “remember” which exports are made where (on which mobile server).
If you do that it could be faster.
Thank you ![]()