I have the code:
def radio_create(self, url):
name = QMediaPlayer(self)
name.setMedia(QMediaContent(QtCore.QUrl(url))
return name
But it plays only mp3 files.
I need it to be able to play any kind of music or at least .aac
. more details I'm making a streaming radio application and i want it to be able to play not only mp3 links live.
More details I'm making a streaming radio application and I want it to be able to play not only mp3 links live.
Conclusion: I should have downloaded codecs