Best way to retrieve playback / recorded video from XProtect Corporate Recording Server for integration to my Video Analytics Software which accepts RTSP input

Dear all,

I would like to know what is the best method to integrate recorded video / playback from XProtect Corporate Recording Server for integration to my Video Analytics Software which accepts only RTSP input.

Awaiting to get some neat ideas on the same. Thank you.

P.S.: I have explored all the integration means completely with all samples but could not find a satisfactory approach for doing this. Please NOTE that I am looking for a command like GetPlayback at this time from this camera at this rate in this format

The SDK does not come with an RTSP interface so you will have to use our ONVIF bridge, which includes an RTSP interface. It is a separate (addon) install, but comes for free. It will allow you to get video from a specific time, but only for H.264 cameras and you cannot specify frame rate or format.

Otherwise you will have to use the HTTP interface of the mobile server or implement access using the SDK components.