QMediaPlayer without output
-
@jsulm
I may have problem with deployment process. But this is the log information when i run my project on QT directly. so i think it should work right?I have checked the DLL in C:\Qt\Qt5.7.0\5.7\msvc2013_64\plugins\mediaservice they are there. But i don't know why they could not be loaded. Is it QT Creator problem ?
I did clean project and run again but still get the same problem. Do you have any suggestion?
-
@William.Tran said in QMediaPlayer without output:
Cannot mix debug and release libraries.
This says what the problem is: you're mixing debug and release libraries.
How did you deploy your app?
This plug-in is missing: Cannot load library C:\Qt\Qt5.7.0\5.7\msvc2013_64\plugins\mediaservice*dsengine.dll*: The specified module could not be found."Take a look at http://doc.qt.io/qt-5/windows-deployment.html
Do you have any ideas? Util now i could not resolve this problem on windows server.
-
Do you have any ideas? Util now i could not resolve this problem on windows server.
@William.Tran Are you trying to execute debug or release build?
Did you try to delete the build directory, execute qmake and then build again? -
@William.Tran Are you trying to execute debug or release build?
Did you try to delete the build directory, execute qmake and then build again?Besides the log warnings, are you sure the needed backend is in place ?
https://bugreports.qt.io/browse/QTBUG-60376You could run dxdia and see if all is as expected.
-
@William.Tran Are you trying to execute debug or release build?
Did you try to delete the build directory, execute qmake and then build again?I have tried both of build mode. But it is the same. I also deleted build directory... However i always receive issue above.
-
Besides the log warnings, are you sure the needed backend is in place ?
https://bugreports.qt.io/browse/QTBUG-60376You could run dxdia and see if all is as expected.
I have installed Winamp in this computer. I can play audio file normally. So i think problem not from device. It comes from QT. How does QT load DLL to combine app?
-
I have installed Winamp in this computer. I can play audio file normally. So i think problem not from device. It comes from QT. How does QT load DLL to combine app?
@William.Tran Does C:/Qt/Qt5.7.0/5.7/msvc2013_64/plugins/mediaservice/dsengine.dll exist?
-
I have installed Winamp in this computer. I can play audio file normally. So i think problem not from device. It comes from QT. How does QT load DLL to combine app?
@William.Tran
As far as i know, winamp can play mp3 by itself and can work with no directX installed. ?
If true it dont help test.https://wiki.qt.io/Qt_5.5.0_Multimedia_Backends
- How does QT load DLL to combine app?
Its the operating system that does it. DLL handling.
-
@William.Tran Does C:/Qt/Qt5.7.0/5.7/msvc2013_64/plugins/mediaservice/dsengine.dll exist?
Yes, it is there, But somehow it could not be loaded.
-
Just to be clear
DirectX(DirectShow) needs to be installed. -
@William.Tran
As far as i know, winamp can play mp3 by itself and can work with no directX installed. ?
If true it dont help test.https://wiki.qt.io/Qt_5.5.0_Multimedia_Backends
- How does QT load DLL to combine app?
Its the operating system that does it. DLL handling.
yes, the windows server is already installed DirectX 11.