SDK VIDEO external access to video footage

You could help us with the following integration that we are doing, it is necessary to obtain the streaming of the videos that are stored in the Milestone platform, it could be with a url by the rtsp protocol, this in order to be processed by a model of computer vision developed or built in Python.

In conclusion, how do you get the streaming of the videos by a url or by some rest service?

We have Open Network Bridge (previously known as ONVIF Bridge) and it does support RTSP, but you need to install it separately.

Install Milestone Open Network Bridge - https://doc.milestonesys.com/latest/en-US/standard_features/sf_onvifbridge/onvif_installmilonvifbridge.htm?TocPath=Milestone%20Husky%20IVO%7CWhat%27s%20installed%3F%7CBefore%20you%20install%7C_____3

Regarding how to retrieve video, please see following links. These might be helpful for you.

https://doc.developer.milestonesys.com/html/index.html?base=reference/protocols/imageserver_index.html&tree=tree_3.html

https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/tcpvideoviewer/readme.html&tree=tree_3.html

(TCP Video Viewer sample shows how to utilize the Image Server protocol to retrieve a sequence of images.)