错误:Qt5 视频渲染错误代码 80040218

Error: Qt5 Video render error code 80040218(错误:Qt5 视频渲染错误代码 80040218)
本文介绍了错误:Qt5 视频渲染错误代码 80040218的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

Qt5 中运行使用 QWebView 制作的应用程序时,我访问了一个带有 HTML5 视频播放器的页面,但是视频不播放,qt/directshow 显示以下错误:

When running an application in Qt5 made using the QWebView, I accessed a page with a video player in HTML5, but the video does not play and qt/directshow shows the following error:

DirectShowPlayerService::doRender: 未解决的错误代码 80040218DirectShowPlayerService::doRender: 未解决的错误代码 80040218

DirectShowPlayerService::doRender: Unresolved error code 80040218 DirectShowPlayerService::doRender: Unresolved error code 80040218

详情:

  • Qt5.1.1 MingW4.8 32 位
  • Windows 7 64 位

我怀疑这就是为什么我的 Windows64 位,但 *QT/MingW** 在 32 位 上运行并且可能会错过一些 DLL/LIB.

I suspect that is why my Windows is 64bit, but the *QT/MingW** runs on 32bit and maybe miss some DLL/LIB.

我该如何解决这个问题?

How can I resolve this?

谢谢.

推荐答案

错误代码比较笼统:0x80040218 VFW_E_CANNOT_RENDER找不到要渲染的过滤器组合流."典型的原因是应用程序无法解码媒体源,因为它缺少解码组件,例如此视频源的编解码器未安装/可用.

The error code is rather generic: 0x80040218 VFW_E_CANNOT_RENDER "No combination of filters could be found to render the stream." and the typical cause is that the application cannot decode media feed because it lacks decoding components, such as codec for this video feed is not installed/available.

这篇关于错误:Qt5 视频渲染错误代码 80040218的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Bring window to front -gt; raise(),show(),activateWindow() don’t work(把窗户放在前面 -raise(),show(),activateWindow() 不起作用)
How to get a list video capture devices NAMES (web cameras) using Qt (crossplatform)? (C++)(如何使用 Qt(跨平台)获取列表视频捕获设备名称(网络摄像机)?(C++))
How to compile Qt as static(如何将 Qt 编译为静态)
C++ over Qt : Controlling transparency of Labels and Buttons(C++ over Qt:控制标签和按钮的透明度)
How to know when a new USB storage device is connected in Qt?(Qt如何知道新的USB存储设备何时连接?)
What is an event loop in Qt?(Qt 中的事件循环是什么?)