Is there is a way i can get event, if some one start viewing camera from the smart client and how many smart client are viewing the same camera on the management server? or any way i get read it from event server using the MIPS SDK?
It would be possible for you to develop a Smart Client plugin that can detect if someone start viewing a camera and then communicate it to a service or app (or Event Server plugin) you develop.
The Analytics Overlay sample will make a collection of ImageViewerAddOn this could be tweaked into reporting when a new ImageViewerAddOn is opened to detect which camera is shown.
Thinking of an alternative and simpler way if this does not need to happen in real time. You can read the audit log and in that way find out which cameras were shown.
@Bo Ellegård Andersen (Milestone Systems) if we are requesting the stream from the RTSP open network bridge, how can get get event in the event manager or somewhere else that someone has started request the rtsp stream? any sample code?