You can use
--
EventHandler VideoOS.Platform.Client.ImageViewerWpfControl.LiveStreamInformationReceived = delegate { }
Register on this event to be called when the live stream XML information is available.
--
You can use
--
EventHandler VideoOS.Platform.Client.ImageViewerWpfControl.LiveStreamInformationReceived = delegate { }
Register on this event to be called when the live stream XML information is available.
--
Thank you Bo Ellegard Andersen
Can you help me with any sample
See the Video Preview plugin sample. https://doc.developer.milestonesys.com/html/index.html?base=samples/videopreview_sample.html&tree=tree_1.html
This is using ImageViewerControl -
ImageViewerControl.LiveStreamInformationEvent and ImageViewerWpfControl.LiveStreamInformationReceived are very similar and you should choose based on which ImageViewerControl class you use.