Any known memory leaks when streaming video/audio to a Media Element
-
Friday, July 22, 2011 9:26 AM
I posted this message in the wrong forum, but I think I found the right one now. Please read on....any pointers, please let me know.
We seem to have an issue wieht stream video where we see significant memory increases in the unmanaged heap. We don't know what is causing this and not exactly sure how to resolve it.
When we pass a stream off to ReportGetSampleCompleted, we suspect that the stream is not being released or some aspect of the memory is not being released once the sample of media is rendered.
Does anyone know about any memory leak issues within the Silverlight runtime for rendering video?
Paul
All Replies
-
Monday, July 25, 2011 6:30 PM
No, this all controlled by the .net framework, so the heep is controlled. It will retain the information you tell it to, and it will dump the infromation you tell it to.
-
Friday, July 29, 2011 5:44 AM
Hi Paul,
Please check my reply on a duplicate post at
Best Regards,

