English 中文(简体)
与WPF媒体要素(MediaFailed、缓慢摩擦录像)的稳定性问题,是否在那里进行了工作?
原标题:Stability issues with WPF MediaElement (MediaFailed, slow-motion video), are there workarounds out there?

我有以下几个问题:

  • media fails to play and continues to fail until the application is restarted
  • audio plays normally but video is in slow-motion and will not play normally until the application is restarted.
  • there s no way to reinitialize other than an app restart. (that I know of)
  • there s no real solid way to know if a video is rendering. I can observe Position to verify it is playing but it s not a guarantee there s any video output.

我在我的人民论坛评估中,有两例关于媒体要素的扩大,取决于其稳定。 经过多次测试后,I ve得出结论,由于仅使用通用公平邮联进行编码,因此在媒体Kit和vlcdotnet上,它带上了最优秀的录像机。 I ve encoded pornography in WVC1 (Windows Media AP@l3 VC-1) for 1080pquality and relatively small file ranges. 最终,在几次拍摄录像后,媒体攻击事件将告发,随后在申请重新启动之前停止工作。

我的理解是,如果它不这样做,它就会在基本的视窗媒体运动员OCX控制范围内造成核心失败,不能以完全重新启动申请以外的任何方式确定。 没有人发现这些问题有任何可靠的工作关系? Mum在微软论坛上发言......

最佳回答

在这里回答我自己的问题,以便可能便利今后可能进入这些问题的SO商。 问题在于妇女论坛,但并未计划加以改进。 采用最低间接费用的更可靠的解决办法: WPFMedia Kit

问题回答

暂无回答




相关问题
WPF convert 2d mouse click into 3d space

I have several geometry meshes in my Viewport3D, these have bounds of (w:1800, h:500, d:25). When a user clicks in the middle of the mesh, I want the Point3D of (900, 500, 25)... How can I achieve ...

Editing a xaml icons or images

Is it possible to edit a xaml icons or images in the expression design or using other tools? Is it possible to import a xaml images (that e.g you have exported) in the expression designer for editing?...

WPF: writing smoke tests using ViewModels

I am considering to write smoke tests for our WPF application. The question that I am faced is: should we use UI automation( or some other technology that creates a UI script), or is it good enough to ...

WPF - MVVM - NHibernate Validation

Im facing a bit of an issue when trying to validate a decimal property on domain object which is bound to a textbox on the view through the viewmodel. I am using NHibernate to decorate my property on ...

How do WPF Markup Extensions raise compile errors?

Certain markup extensions raise compile errors. For example StaticExtension (x:Static) raises a compile error if the referenced class cannot be found. Anyone know the mechanism for this? Is it baked ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...