I need to play not only mp3 links in QMediaPlayer

61 Views Asked by At

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.

1

There are 1 best solutions below

1
aart17 On BEST ANSWER

Conclusion: I should have downloaded codecs