0

iRidium Pro an IP cameras

Martin Lang 7 years ago in Server Solutions updated by Andrey S 7 years ago 1

hi,


would it be possible that the iRidiumServer serves as a gateway for external i3 pro clients via internet connection?


currently when using ip cams in a project, you have to expose them to the outside world via port redirections on the router. so, would it be possible to let the iridium server take the picture information directly within the local lan and send the picture data to the i3 pro client within the iridium communication protocol?


or is this already possible and i missed it?


and, would it be possible to store a captured image to a network storage with a command within iridium server?


thx!


best regards,

 martin

For working with large amounts of data HTTP, SMB, NFS are best suited .. routers and NVR (Network Video Recorder)

Most modern cameras support writing to the network drive (including the creation of screenshots)


you can periodically copy file

for windows server command

http://support.iridiummobile.net/topics/9767-irexecute-zapustit-prilozhenie-s-klyuchom/?lang=en#comment-67451

copy c:\folder\file.img \\dest-machine\destfolder /Z /Y

wget
http://support.iridiummobile.net/topics/11245-file-operations-via-js-on-iridiumserver/


expanded idea:

Please add the additional parameter DATA to IR.CreateImage function (as Base64, maybe)