Silverlight MediaElement internal buffering

162 Views Asked by At

I am working with an Silverlight application where I am using a MediaElement and a custom MediaStreamSource to playback h.264 frames. I have noticed the MediaElement seems to have its own internal buffer. The frame being returned to GetSampleAsync is played a second or two after its returned. This is problematic for my application and would be much better if that frame would be immediately played. Is this possible in any way, or is this just an unfortunate down side to video playback in Silverlight?

0

There are 0 best solutions below