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.<p>See this snippet of code from an inline script in the page source:<p><pre><code> var isNative = /RadioGarden/i.test(window.navigator.userAgent);
if (!isNative)
if ("https:" === window.location.protocol)
window.location.protocol = "http:";
else {
...
}</code></pre>
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.<p>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!<p>For the DC metro area, local favorites are:<p>- WETA 90.9 <a href="http://radio.garden/listen/weta-fm/Jei27SwN" rel="nofollow">http://radio.garden/listen/weta-fm/Jei27SwN</a><p>- WPFW 89.3 <a href="http://radio.garden/listen/wpfw-fm-89-3/ninSp4px" rel="nofollow">http://radio.garden/listen/wpfw-fm-89-3/ninSp4px</a><p>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?
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 this site earlier from a twitter thread, and one of the replies was for <a href="https://driveandlisten.herokuapp.com/" rel="nofollow">https://driveandlisten.herokuapp.com/</a> 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 :-(
You'll find a lot of world-wide streams (29000+) stations here: <a href="https://www.radio-browser.info/#!/" rel="nofollow">https://www.radio-browser.info/#!/</a><p>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]<p>[1] <a href="https://code.habd.as/comfusion/lumpen-radio" rel="nofollow">https://code.habd.as/comfusion/lumpen-radio</a>
I have shared this before, this my IceCast stream ripper which lets you download radio as MP3 and it is open source:<p><a href="https://stream-subscription-ui.herokuapp.com/" rel="nofollow">https://stream-subscription-ui.herokuapp.com/</a><p>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).