I'm looking for a solution to easily play remote .mp3 files. I have looked at "pyglet" module which works on local files, but it seems it can't handle remote files. I could temporary download the .mp3 file but that's not reccomended due to how large the .mp3 files could appear to be.
I rather want it to be for cross-platform instead of Windows-only etc.
Example, playing a audio file from:
Just stream the file as it's downloads, my idea is a MP3 player in Python which opens Soundcloud songs.