Hello Milestone Dev Community,
I have to develop a script that export on demand video clip of a camera (given start and end time)
For that, and thanks to this forum, I use startVideoExport command and getExport.
The startVideoExport is working well, and the first getExport too.
I have a state 0 result, meaning my export is queued.
But when I do a second getExport, I have “Connection Failure” and the windows service of the Mobile server stops.
I check the logs and I have nothing particuliar.
So I have 2 questions :
- Why the server stops when I ask for an export status
- Is there a better (and quicker) way to extract some avi/mkv video ?
Thanks !