I Love (Broadcast) Radio

(agk) Links – 2021 February

I love community radio stations with great music and shows I wouldn’t hear anywhere else. Yep I love UHF/VHF and HF amateur radio, weather band, and shortwave, but today's links are about tuning into the sonic homes of great people who are enthusiastic about local music and local news.

When you’re in town, you can tune into these stations on your FM dial. When you’re distant, you can listen to their icecast streams with your music player of choice (I use VLC on my phone and mpg123 on my laptop). The best music shows are usually on Friday and Saturday nights.

Broadcast-first community radio

Stations associated with online communities

Listening tips from sdf’s anonradio

“Open Network Stream” with VLC Player. Point to the streaming link you want to hear. VLC Player is free for Windows, OSX, GNU/Linux, FreeBSD, Android, and iOS.

Windows Media Player users, Ctrl+U to “Open URL” and enter the streaming link. “Open URL” is under the classic File menu in WMP.

If you prefer mpg123, put the helpful script below in your $PATH. Call it 'radio' and make it executable.

#!/bin/bash
case "$1" in
        -a) mpg123 -b 768 http://anonradio.net:8000/anonradio ;;
        -e) mpg123 -b 768 http://wevl.streamguys1.com/live ;;
        -n) mpg123 -b 768 http://crystalout.surfernetwork.com:8001/WNOV-AM_MP3 ;;
        -o) mpg123 -b 768 http://wwoz-sc.streamguys1.com/wwoz-hi.mp3 ;;
        -t) mpg123 -b 768 http://radio.tildeverse.org/radio/8000/radio.mp3 ;;
         *) echo "syntax : 'radio -a' plays anonradio, -e WEVL, -n WNOV, -o WWOZ, -t tilderadio"  ;;
esac
# Original script posted on sdf's bboard in 2021 by Publius. 
# agk added 3 streams and removed one.


agk’s Links are hosted on sdf