Silverlight Plug in crashes in video conference
-
Tuesday, October 23, 2012 3:46 AM
Hello....
We hav developed an application for video conference using silverlight4.
It works properly for 15 to 19 min then video get stopped and silverlight plugin has crashed.for video encoding we r using the JPEG encoder and single image from capturesource get encoded and send on each tick of timer..
I also tried to use Silversuite but message popup arrives i.e. Silversuite expire
Is der proper solution for encoding or timer or plug in...
Thanx...
All Replies
-
Tuesday, October 23, 2012 7:34 AM
Here are few steps to debug the problem.
http://support.microsoft.com/kb/2532294
-
Thursday, October 25, 2012 5:45 AMModerator
Hi, you may need to flush memory or clean IsolatedStorage after a certain interval.
-
Thursday, November 01, 2012 9:38 AM
m using flush() or dispose() for memory stream on every receive... but still its ocurring
-
Friday, November 02, 2012 10:36 AMhi... we increased that crashing period from 15 min to 1 hr by decreasing the receiving buffer size and making memory stream = null;

