問題描述
在 Qt5 中運行使用 QWebView 制作的應(yīng)用程序時,我訪問了一個帶有 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 位
我懷疑這就是為什么我的 Windows 是 64 位,但 *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?
謝謝.
推薦答案
錯誤代碼比較籠統(tǒng):0x80040218
VFW_E_CANNOT_RENDER
找不到要渲染的過濾器組合流."典型的原因是應(yīng)用程序無法解碼媒體源,因為它缺少解碼組件,例如此視頻源的編解碼器未安裝/可用.
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.
這篇關(guān)于錯誤:Qt5 視頻渲染錯誤代碼 80040218的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!