"Recorder offline - " message when MkvExport starts export

We’ve been exporting plenty of videos using the C# SDK.

Since some time ago, for very high resolution cameras we cannot export anymore.

We do the following:

IExporter _exporter = new MKVExporter
{
Filename = filename,
};
_exporter.Init();
_exporter.Path = path;
_exporter.CameraList = new List<Item>() { camera };
isStarted = _exporter.StartExport(startDate, endDate);

When StartExport is called, it takes a couple of seconds and after that we receive a generic Exception with the message "Recorder offline - ". The file is not generated, and the Progress value in _exporter has the value 100. Nothing else than that when inspecting _exporter value.

This code is correct, as we are able to export from all of the other cameras, even the cameras with this problem some days ago.

When running the ExportSample project provided, we see the same problem.

We are able to export manually from Milestone Client, but that is not suitable for the project.

The cameras has a very high resolution. The time interval is short, no longer than 7 seconds.

What could be the problem?

Thank you.

Best regards

Which version of the MIP SDK are you using? (Have you tried the newest MIP SDK?)

What are the settings in the camera that fail? (Screen captures of the Cameras properties Settings and Streams tabs, and Device properties Info tab in the Management Client might be the easiest way to tell it all.)

What camera (make, model and firmware version) is the camera that fails?

If multiple cameras fail please tell whether they are all the same model and list the models if there are multiple.

I have the same problem, even using “ExportSample”.

I have 6 StableFPS cameras configured on XPCO and I verified that the problem is not related to the number of cameras to export.

Is there a solution to this problem?

Many Thanks,

Freddy

Sorry, I forgot to mention that the export is in BLK format

Freddy

I think you should start a new thread with a new question. It would make it easier to search and increase the usability of this forum. Sorry, I did not see or answer your question before. You could maybe include some of the information I asked of Jose two months ago.