Solved DirectShowPlayerService::doRender: Unresolved error code 0x80040266 ()
-
How can I fix the DirectShowPlayerService::doRender: Unresolved error code 0x80040266 () Error
I imported (import QtMultimedia 5.8) in qml file
and then use this code
Rectangle {
width: 550
height: 120
anchors.fill: parent
anchors.horizontalCenter: parent.horizontalCenterMediaPlayer { id: mediaplayer source: "a.mp4" } VideoOutput { id:videoPlayer anchors.fill: parent source: mediaplayer } }
when I run this project , I have this error , and I don't know how I can fix this problem.
Is there any one here to solve this problem?
my OS is windows7
this is very important for me.Error Message :
QML debugging is enabled. Only use this in a safe environment.
DirectShowPlayerService::doRender: Unresolved error code 0x80040266 ()thanks a lot
-
Hi,
Might be related to QTBUG-51692 or QTBUG-52082.
-
I solved this problem , It just download and install the K-Lite_Codec_Pack_1375_Basic.exe , because for run and load the video you need the Codec software..........
-
@saeidparand This Worked for me.Thank you
-
@saeidparand It really works for me thank you so much for this idea. Thanx again.