Websdk api test client not working - how to encode password

We need to integrate the MIP SDK Mobile into the web. Is there a sample app that explains starting from credentials encoding to the streaming?

https://doc.developer.milestonesys.com/mipsdkmobile/index.html

Any document explaining credential encryptions and other setups?

We like to do discovering, streaming, presets, PTZ and audio as well.

We have good samples and docs for component integration but not for SDK Mobile. Any help would be appreciated.

Hi Suresh,

Have you looked at this repo: https://github.com/milestonesys/mipsdkmobile-web

I think the samples are descriptive enough to answer most of your questions.

Hello Suresh

as my colleague Nikolay said in the github repository you can see working examples with source map.

The document that describe the login mechanism is located here :

https://doc.developer.milestonesys.com/mipsdkmobile/reference/protocols/mobile_logon.html

I have also started to make some video tutorials with samples that may help here :https://www.youtube.com/channel/UCiutgdrsFmzhiq8ishC32iA

Regards

Thanks for the reply. Is there any API available in Mobile SDK that supports event/Alarm notification subscription?

You can request for existing alarms at any given time via GetAlarmList but you cannot subscribe for receiving notifications. This feature is only available for XProtect Mobile app.