在 WPF (.NET 4) 中加载许多视频
我正在开发一个 WPF 应用程序(在 .NET 4 中) 包含大量使用WPF的视频(40个视频,每个视频> 1 G) 媒体元素。不幸的是,我一次无法加载超过 10 个视频 时间。当我尝试显示更多视频时,出现黑屏 通常应在何处播放视频。
有没有人遇到过这样的问题并找到解决方案?这对我有很大帮助。
I am developing a WPF application (in .NET 4) which
contains a lot of videos (40 videos, each video > 1 G) using the WPF
media element. Unfortunately, I cannot load more than 10 videos at a
time. When I try to display more videos, a black screen appears
where normally the video should be played.
Has anyone ever experienced such a problem and found a solution? It would help me a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与此同时,我找到了解决方案:在媒体元素上调用“close”可以释放内存......。
In the mean time, I found the solution: calling 'close' on a mediaelement frees the memory... .