Qt 6.11 is out! See what's new in the release
blog
Phonon and setCurrentSource
General and Desktop
2
Posts
1
Posters
2.2k
Views
1
Watching
-
Greetings Qt Developer Network,
I'm using Phonon on Windows Vista + Qt 4.7.1.
I'm playing music tracks from the web. I've noticed that setCurrentSource tends to hang the whole application.
Also, sometimes my application freezes when closing.I thought it could be a good idea to move Phonon inside a QThread.
Is Phonon current implementation known to be freezing on Windows Vista ?
Is it possible to use MediaObject and AudioOutput inside a QThread ?Thanks.