How to Play Streaming Radios with Python and/or Pygame?


ekianjo

Hardcore Member
Joined
May 7, 2012
Messages
8,261
Location
神戸市、日本 (Japan)
I'm trying to find a simple way to play streaming radios (shoutcast streams, for example) using Python with or without Pygame. I went on stackoverlow and github to try to find some examples but there's not much help available there, unfortunately.


Anyone here has an idea on how to do that ? (decoding a PLS file is not the problem, my problem is how to play the stream in itself)
 
You could use mplayer as a backend for python to play the stream.
 
Back
Top