1

I have several internet radios, (some of which are raspberry Pi), and I have very slow internet.. so I was wondering.

Can I setup my own internet radio proxy? so that I download the live stream only once, but share this to my other internet radio players?

and maybe play local content if stream goes down? (like my own internet radio local y).

anyone have any suggestions where I can start?

Sverre
  • 315
  • 1
  • 4
  • 12

1 Answers1

1

Now here's something I haven't come across in ages, but I do remember a bit of software that would do this. Found it. Streamripper is designed to rip streams to MP3 files, but more importantly also create a relay server (the -r) argument. You can use the relay feature to listen on more than one system. On the downside you'll have to have a system with some free space to hold onto the MP3s it generates until you get around to deleting them.

 streamripper http://scastsrv2.shoutcast.com:8038/ -r
Fred
  • 4,592
  • 19
  • 29