Starting new thread as Bo suggestion.
It is same problem of https://developer.milestonesys.com/s/question/0D53X00005zmlRqSAI/recorder-offline-message-when-mkvexport-starts-export
This is my code.
_exporter = new VideoOS.Platform.Data.DBExporter(true)
{
Encryption = true,
EncryptionStrength = VideoOS.Platform.Data.EncryptionStrength.AES128,
Password = ExportPwd,
SignExport = true,
PreventReExport = false,
IncludeBookmarks = true,
IncludePlayer = true,
};
_exporter.Init();
_exporter.Path = destPath;
_exporter.CameraList = Common.SelectedCameraList;
_exporter.AudioList = new List<Item>();
try
{
isStarted = _exporter.StartExport(DateTimeFrom.ToUniversalTime(), DateTimeTo.ToUniversalTime());
}
catch (Exception ex)
{
// Exception Message is "Recorder offline - "
}
Environment:
- SDK 2019R2
- 6 x StableFPS cameras
- XProtect Corporate (stand alone) 2019R2
Many Thanks,
Freddy







