Hi,
We have about 2,000 cameras connected to Milestone and we want to get one image from each camera, every several minutes (using the image server)
What is the best way to do that?
We tried to do that without holding 2000 open TCP connections by:
1.initializing the TCP connection to Milestone image server and than for each camera send the following requests (with a valid token):
- connect:
2.end:
<?xml version="1.0" encoding="UTF-8"?>\[int\]end75But we received wrong response when performing one by one connect request to different cameras.
So what is the best way to get images from large amount of cameras?