Hi,
I have an asp.net platform that I need to integrate milestone (live video and playback).
How can I integrate milestone into a asp.net application from code behind?
Could you provide a simple example for me to study?
In the sdk guide there is no example of asp.net
Thank a lot!
Regards,
KennethT
We do not have a AspNet sample for video viewing.
The SurveillanceCloudSample shows how you can access the ConfigurationAPI.
The MultiUserEnvironment sample show how a service and represent multiple client contexts.
Also, the Mobile Server is also relevant here - if you could use that (with some extensions, see MobileServerSample) - instead of your AspNet platform, or perhaps running on same machine.
If you choose to use the MultiUserEnviroment:
- It is important that you only Initialize the MIP SDK environment once (probably in Globl.asax)
- Make sure you have a session understanding, and map session into a MIP UserContext - so only the first call triggers a MIP login process, while still having users seperated from each other