Can I play a recorded sequence within the Active X ImageViewer?

I’m writing a component integration where I use the ActiveX ImageViewer as an external video player.

I can retrieve sequence information with DataSource.GetData(…). How can I play these sequences with the ActiveX Player ?

No, I’m afraid the ImageViewer does not support this use directly. But if you add a DirectShow device to your Recording Server, you can assign this device to playback an AVI file, which the ImageViewer (or any Smart Client) is able to show.

Thanks for your help. Do you know if there is an example or a description on how to do that ?

Yes. Do a search for “ImageViewer” in the MIP documentation.

I mean an example on how to add a DirectShow device to a Recording Server and how to assign that device to playback an AVI file?