Is there a REST interface that enables export of saved video?

I need to be able to make an HTTP/HTTPS request that returns video from a given camera during a given time range.

Is there a URL like this?

…/getvideo?camera=cam1&start=201711300955&stop=201711301005

It’s OK for the video to be in any of the popular format, e.g., MP4 or AVI.

Note - I am working on a Linux host so the standard MIP SDK is not available.

Thanks,

Larry

Hi Larry,

We are sorry for the delay. We don’t support REST API in mobile server or MIP SDK.

Regards,

Tsvetomira

The DemoApp directory on the mobile server host offers an interesting example:

http://:8081/DemoApp/

It contains JavaScript that does a lot of what is needed for a REST interface.

Trying another tack, is there an executable command line option on the Milestone server for exporting saved video, e.g.,

getvideo.exe /camera cam1 /start 201711300955 /stop 201711301005 /output pathname.mp4

v/r,

Larry

Hi Larry,

Unfortunately there isn’t such option also.