QtMultimedia is not installed
-
Hello,
Can someone help me with this here? I trying to get sound works on ubuntu touch / An App
import QtMultimedia 5.15 SoundEffect { id: alarmPlaySound source: "alarm.wav" } alarmPlaySound.start()But i got this error "module "QtMultimedia" version 5.15 is not installed"
I have search around google but only found this here "sudo apt-get install libqt5multimedia5-plugins qml-module-qtmultimedia"
still same error

Thanks for your time !
Best Regards
007fred50 -
@007fred50 said in QtMultimedia is not installed:
import QtMultimedia 5.15
change import QtMultimedia 5.15 To import QtMultimedia 5.5
And it works now

-
@007fred50 said in QtMultimedia is not installed:
@007fred50 said in QtMultimedia is not installed:
import QtMultimedia 5.15
change import QtMultimedia 5.15 To import QtMultimedia 5.5
And it works now

By the way, how to now wich version of lib to use ?
-
@saveurlinux said in QtMultimedia is not installed:
By the way, how to now wich version of lib to use ?
What works for me.
sudo apt-get install libqt5multimedia5-plugins qml-module-qtmultimedia import QtMultimedia 5.5Best Regards
007fred50 -
by the way emulator on sound does not work. i have to work on real devices. that issues does i have
-
Hi @007fred50
Have you tried the beta version of Clickable ?
It's been released this week.
I'm not sure it will fix the issue though but it's worth a try IMHO. -
By the way, how to now wich version of lib to use ?
The lib version is correlated now with the installed Qt version ( currebtly 5.12 ) so Multimedia should be 5.12
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login