nrsc5 (HD FM) radio player - web based, mobile friendly
Screengrab Video: https://evuraan.info/evuraan/stuff/yellowShoes_with_Webamp_Milkshake.mp4
If you have an SDR Dongle that can receive NRSC-5 digital radio stations, you can use yellowShoes
as the playback and control UI (User-interface). Navigate to your yellowShoes
instance from a decent web browser, and you're good to go!
- You must have nrsc5 compiled and installed. The
nrsc5
binary must be in yourPATH
. - Optional Requirement: If you want mp3 playback (or have IOS devices), you will need
lame
encoder binary in yourPATH
. See IOS Playback section.
Equalizer and a Music Visualizer.
This feature can be enabled from Settings.
Album art has been enabled as an experimental feature. Album Art tiles works on mobile device lock screens and desktop browsers.
Enabling this option will make your backend initiate network traffic to search and find cover/album art images. The results we find may be inaccurate or even inappropriate.
Builds that support Album Art are kept here.
You must launch yellowShoes
with -enableAlbumArt
to enable album art.
$ ./yellowShoes -enableAlbumArt
Then navigate to Settings -> Cover Art
and enable.
-
Setup nrsc5
-
Download the
yellowShoes
binary suitable for your Operating System and Platform from bin folder of the yellowShoes_with_Webamp_Milkdrop branch. -
Launch the binary you downloaded:
$ ./yellowShoes -enableAlbumArt
yellowShoes Ver 4.0a Copyright (C) Evuraan <evuraan@gmail.com>
This program comes with ABSOLUTELY NO WARRANTY.
Using temp dir: /tmp, port: 8113
Windows
PS C:\temp\yellowShoes\bin> .\yellowShoes-win-amd64.exe
- Launch a browser and navigate to
http://<Your_Address>:Port/main
to launch the UI. Example:http://192.168.1.134:8113/main
Default port is 8113. If you wish to specify an alternate port or temp directory, use the appropriate input arguments:
$ ./yellowShoes-linux-amd64 -h
yellowShoes Ver 6.04d1703303045 Copyright (C) Evuraan <evuraan@gmail.com>
This program comes with ABSOLUTELY NO WARRANTY.
Usage of ./yellowShoes-linux-amd64:
-enableAlbumArt
enable album art
-lamePath string
Optional: fullpath to lame binary
-nrscPath string
Optional: fullpath to nrsc5 binary
-port int
port to use (default 8113)
-tempFolder string
temp folder with write access to use (default "/tmp")
-v print version information and exit
If you have rtl_tcp
running in your network, yellowShoes can connect to it - navigate to the settings section to set it up.
You can run yellowShoes inside a Docker container. See the Docker section.
Below example is how I pegged yellowShoes
behind Apache:
<Location /hdFm/>
ProxyPass http://192.168.1.14:8113/
ProxyPassReverse http://192.168.1.14:8113/
Order deny,allow
Allow from all
Options -Indexes
</Location>
This would allow proto://myapp.dev/hdFm/main
externally.
- https://github.com/markjfine/nrsc5-dui
- https://github.com/theori-io/nrsc5
- https://i.stack.imgur.com/gX0tO.gif
- https://www.rtl-sdr.com/
- https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr
- Aug 2022 - Album Art feature
- Apr 2023 - Enabling Webamp and Milkdrop
- Art by Joe Winograd
joetut.com || instagram.com/joewinograd
(For allowingyellowShoes
to use this wonderful GIF.)