Hi, I was looking into what it would take to make the Phonon support in QtWebKit usable and I ran into few issue which I need some answers for... The first issue I wanted to investigate was whether or not I can use Phonon's AbstractMediaStream class to obtain the streaming multimedia data through QNAM instead of letting Phonon delegate that action to the backends. My work on this has been frustrating to say the least, but in the end what I have realized is that unless the abstract media streaming implementation is in a separate thread or process it will block the main GUI thread. And of course the outcome of doing that is rather obvious.
So the question I have is whether or not the use of QThread is allowed or frowned upon in classes like MediaPlayerPrivatePhonon.cpp ? Regards, Dawit A. _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
