Evidence lock

Hi,

Using MIPS SDK and plugin integration.

Can we create an evidence lock using SDK?

Don’t see any sample, please direct me towards a sample if exists.

Thanks,

Vikas

Hi Vikas, I don’t see any plugin samples where evidence locks are created, but the same process would be followed as you would use in a component integration which a sample exists for here: https://github.com/milestonesys/mipsdk-samples-component/blob/main/EvidenceLock/

Specifically line 103 of Program.cs here shows the MarkedDataCreate() method usage: https://github.com/milestonesys/mipsdk-samples-component/blob/main/EvidenceLock/Program.cs

Hi Josh

Thanks for the answer.

Do we generate Server Command Service proxy and use it?

No SDK class like VideoOS.Platform.Data.BookmarkService?

Thanks,

Vikas

It doesn’t look like there’s a strongly typed class out of the box, you’d need to use the WCF endpoint at http:///ManagementServer/ServerCommandService.svc

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/evidencelock/readme.html&tree=tree_search.html?search=evidencelock