The music player pre-installed on meego seems without this problem. I checked the code in, I find it has a resource manager to play the music:
property variant resourceManager: ResourceManager {
name: "player"
type: ResourceManager.MusicApp
onStartPlaying: {
audio.play();
}
onStopPlaying: {
audio.pause();
}
}
but I can't find the definition of ResourceManager anywhere.



Application hang when playing audio