Qt 6.11 is out! See what's new in the release
blog
How to play mp3 with QMediaPlayer on Android?
Mobile and Embedded
1
Posts
1
Posters
1.4k
Views
1
Watching
-
I tried to use QMediaPlayer to play mp3 on Android but failed. I also built and depolyed the player example (Qt5.1.1\5.1.1\Src\qtmultimedia\examples\multimediawidgets\player) on an Android Pad, the same problem occurred.
The "document":http://qt-project.org/doc/qt-5.1/qtmultimedia/audiooverview.html says "compressed audio formats supported does depend on the operating system environment, and also what media plugins the user may have installed".
How can I sovle this problem? Thanks!