DirectShow 导致 .NET 应用程序中的时间变慢

发布于 2024-11-15 16:17:00 字数 188 浏览 3 评论 0原文

在我们的 C# .NET 应用程序中,我们有两个 DirectShow 过滤器图,每个图显示一个视频设备和一个音频设备。每当过滤图运行时,系统时间就会减慢大约每分钟 4-6 秒...图表不会编码任何内容,只是显示来自源的内容。

这仅发生在应用程序中,而不是 GraphEdit 中。

什么会导致这种行为?我们能做些什么来对抗它呢?

In our C# .NET application we have two DirectShow filter graphs each showing a video device and one audio device. Whenever the filtergraphs are running the system time is slowed down about 4-6s per minute... The graphs are not encoding anything, just displaying what comes in from the sources.

This just happens in the application and not in GraphEdit.

What could cause such a behavior? and what could we do against it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

汹涌人海 2024-11-22 16:17:00

我认为这一定是其中一个驱动程序中的一个错误,导致它推迟中断足够长的时间,并且经常足以导致某些计时器中断被丢弃。 DirectShow 中的任何其他内容都无法像这样影响系统时钟。

G

I think this must be a bug in one of the drivers, causing it to hold off interrupts long enough and often enough for some timer interrupts to be dropped. Nothing else in DirectShow would be able to affect the system clock like this.

G

末蓝 2024-11-22 16:17:00

您是否在虚拟机上运行您的应用程序?我曾经遇到过类似的问题(虽然不是 DirectShow),经过深入研究,我们发现问题与虚拟机有关 - 在某些情况下时间可能会变慢。

Are you running your application on a virtual machine? I once had a similar problem (altought not with DirectShow) and after much digging we found out the problem was related to virtual machines - which time can slow down under certain circumstances.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文