I been trying all day to figure out the Qt\'s Phonon library with Python.
My long term goal is to see if I could get it to play a mms:// stream, but since I can\'t find
In delayedInit method; create MediaObject like following:
delayedInit
MediaObject
def delayedInit(self): if not self.m_media: self.m_media = Phonon.createPlayer(Phonon.MusicCategory)