Extracting video data for backup application
AnsweredHello,
Is it possible to retrieve the video in bulk from the system over the network for backup/archival purposes? We are currently accomplishing it by scraping the data directly from the storage. Please reach out if you can help to accomplish it by interacting with APIs over the network.
-
Hi Igor -
Absolutely. Check out the Direct Download section of the Nx Server API.
For a full set of Nx Witness Developer Tools check out http://www.networkoptix.com/nx-witness/for-developers/ to learn about all our dev tools and how to access them.
0 -
Thank you very much! What would you recommend as the method to get the metadata of all the video files that is available before the download API is invoked to actually download the records? We need to be able to enumerate what is available before requesting actual files in bulk. Thanks!
0 -
Igor -
If I understand your question correctly you'd like to make an API query to find video based on specific associated attributes (e.g. motion, Bookmark, camera name, etc), and then initiate a Direct Download API call to download video from the archive to a 3rd party storage location. Is that correct?
0 -
Yes, that is correct. I will have to periodically refresh the DB and upload the new indexes to our DB and then continue to request the files for the archival.
0 -
If you want all recorded video index, then use ec2/recordedTimePeriods method
If you want just bookmarks - use /ec2/bookmarks
0
Please sign in to leave a comment.
Comments
5 comments