Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone!
I wanna make a video player using a control called MediaElement.It worked well at the begining ,but the video was blocked when it works for a long time.Even worse,the playing area turned black sometimes, and it can't continue the playing and never raise a MediaEnded or MediaFailed event too. I'm sure there is no memory problem happend.

Any sujustions? Thank you very much!
Posted
Updated 5-Jan-10 18:01pm
v2

The MediaElement control uses a TON of memory. We use a windows media player control wrapped in a dll instead, because the Media Player control just was not reliable. Having said that, our videos are 1024x768. If your videos are smaller, it should be fine. The other question to ask is, if your video card drivers are up to date.
 
Share this answer
 
I'll have a try, thank you Christian!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900