aart17
aart17

Reputation: 1

I need to play not only mp3 links in QMediaPlayer

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.

Upvotes: -1

Views: 73

Answers (1)

aart17
aart17

Reputation: 1

Conclusion: I should have downloaded codecs

Upvotes: 0

Related Questions