Qt no service found for - "org.qt-project. qt.mediaplayer "
-
Hello, I install Qt 5.14.2 in static way for deploy applications. I made a test project that only has a Video type of qml, I imported qt multimedia correctly and without errors but when launching the code I get this error for the Video type, Qt no service found for - "org.qt-project. qt.mediaplayer ". I tried to reinstall the qt multimedia module again and nothing, I ended up reinstalling all qt statically and it does not work for me either. With a version of qt without being static it works perfectly for me but with static qt I am not capable.
-
Hi,
Are you sure that the backend plugins are built ?
Did you set them up properly in your .pro file ? -