views:

19

answers:

0

At the moment I'm working on a project. Which contains streaming from an IP camera to the Silverlight 4 MediaElement. The stream that goes through the MediaElement, needs to be cut when a button is clicked.

So is it possible to record MediaElement's content on demand? When that's done, write the recorded part of MediaElement to disk. If it is possible, what's the most efficient way to do this?

Thank you in advance,