I\'m using the official Qt 5.6 SDK on Ubuntu 16.04 and when I try to play an mp3 file I just get:
defaultServiceProvider::requestService(): no service found
First, run your application with QT_DEBUG_PLUGINS=1 to see plugin errors.
If you see errors about "libgstaudio-0.10.so.0", it's a GStreamer version problem. The official Qt binaries seems to need GStreamer 0.10.
Solutions I found :