Hacker News new | past | comments | ask | show | jobs | submit login
Listen to radio stations from around the world (radio.garden)
135 points by maguirre on Feb 15, 2021 | hide | past | favorite | 31 comments



For some reason this site redirects you to the insecure version (HTTP). So if you are using HTTPS everywhere, you will get stuck in a refresh loop.

See this snippet of code from an inline script in the page source:

    var isNative = /RadioGarden/i.test(window.navigator.userAgent);
    if (!isNative)
        if ("https:" === window.location.protocol) 
            window.location.protocol = "http:";
        else {
        ...
      }


I was wondering what was happening with it. I thought something had gone very wrong because of the traffic spike it got off going viral. Very strange thing to do.


It probably has to do with mixed content. I bet many radio streams are offered as HTTP only, making this site break if it’s on TLS.


From 2013-2020 I found myself listening to radio stations on the regular while the rest of my friends were busying themselves with Spotify. In the beginning, it was because I moved to a rural area where FM radio was more reliable than the internet. Later, it was because I could not stream reliably on my phone as I passed through ~80 miles of countryside each way to work for 3 days every week. This has given me an appreciation of FM radio, especially local radio, that's unique among my peers.

I absolutely love this website. I like that my own local radio stations are on this. I like that radio stations from around the world are on this. It's awesome!

For the DC metro area, local favorites are:

- WETA 90.9 http://radio.garden/listen/weta-fm/Jei27SwN

- WPFW 89.3 http://radio.garden/listen/wpfw-fm-89-3/ninSp4px

I take it these are all radio stations that also do internet streaming. There is something similar that I've wondered about for a long time. Is there any easy to build or off-the-shelf device that I could use to stream FM radio on my local network? Say for example, I want to listen to FM radio while in the basement, but the reception is poor. Does there exist an FM tuner that I could mount in the attic window for best reception, connect via Ethernet, and then tune/stream whatever is playing to a client device down in the basement?


This should be possible with a RTL-SDR and a raspberry pi. I don't know of any off the shelf software, but the RTL-SDR for sure can tune FM stations.


So many stations, so little time. I discovered radio.garden a few years ago, and then so many amazing stations, sometimes hobbyist, sometimes around the world. Yes it's a bit buggy, but it's also the perfect ui. IIR, it started as a uni project but now attempting to monetize. People pay for algorithmic playlists over free and lovingly hand-picked, and I just don't get it. For me at least, it's not even close.


I found the lovingly hand picked play lists of the Wee Scone Variety show via radio.garden a year or so ago.

Grant Henderson does a great job keeping it interesting yet quite listenable, and upbeat. The fact that he outside of the US helps him find versions of things I've never heard as well.

http://www.blackdiamondfm.com/programmes/wee-scone-variety-s...


I found this site earlier from a twitter thread, and one of the replies was for https://driveandlisten.herokuapp.com/ which is pretty cool too. Less locations but you get driving video along with the radio stations.


this is so unbelievably cool. the patterns of station concentration in africa are really interesting to consider. its almost like a summary of the entire political/economic situation on the continent. really good music too.


Very cool! I plan on using this with my oculus quest and the wander app. It uses google street view imagery in VR and I walk around cities around the world since I love travel so much but there was something missing and this was it! I’m going to Reykjavik tomorrow in the app and listening to Reykjavik radio at the same time.


Is anyone else unable to access the site? I'm currently on Firefox 85.0.2 (Arch Linux). I've tried disabling advanced privacy guard but I still get stuck in an infinite refresh loop :-(



I managed to get it to load by disabling the Brave browser's shields (lion icon in address bar).


With Firefox 85.0.1 on Ubuntu, it is working for me.


Works for me using Firefox 85.0.2 (Arch Linux).


Works fine on Firefox/Debian 10.


Working for me on the latest Chrome version on Win10


Same in chrome on windows ...


You'll find a lot of world-wide streams (29000+) stations here: https://www.radio-browser.info/#!/

Most links are provided by users. Checked for availability each day. Search by city, country, genre, format, tag, etc. Link to stream is on the right.


Here's a RN codebase you can adapt for an iOS native app. In fact, you could just pilfer some of the code and do Android, Web and iOS at the same time using Expo.[1]

[1] https://code.habd.as/comfusion/lumpen-radio


I’ve been using this site and app for over an year, and love it! I wish it had more radio stations though!


I have shared this before, this my IceCast stream ripper which lets you download radio as MP3 and it is open source:

https://stream-subscription-ui.herokuapp.com/

But this one is very cool. Thank you for sharing.


Really bad coding on this site, it just put my tab on a infinite reload loop (configuration: Firefox, uBlock Origin, uMatrix, CleanURLs, and Cookie Auto Delete blocking all third parties).



Oh, thanks for the heads up!

I'm using HTTPS Everywhere too I just didn't even think it could be remotely responsible for the effect, so I didn't list in on my post.



Anyone bothered that this website is rated by Chrome as insecure? Low level alert, relatively . . . still . . ?


It's probably just because of usage of http instead of https.


This is cool! I've lately been rediscovering my love for radio, and this helps a lot.


had a great time listening to some music from Madagascar


Please use SSL / HTTPS




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: