I’ve recently been really enjoying listening to Code Radio, but I am having a hard time getting it playing via CLI. I have a headless Raspberry Pi 1 which I use to listen to internet music streams using the CMUS program, so that any desktop reboots don’t kill my music vibes.
These are the methods I’ve tried so far, but none of them are working for me:
Tried CMUS with the URL xttps://coderadio-admin.freecodecamp.org/radio/8010/radio.mp3 [I’m a new user, so it won’t let me have more than two links, this should start with an h and not an x]
Tried outputting PLS and M3U files from Radio Browser website, but these won’t play in CMUS.
Tried using MOC with the URL xttps://coderadio-admin.freecodecamp.org/radio/8010/radio.mp3 & it says invalid URL [I’m a new user, so it won’t let me have more than two links, this should start with an h and not an x]
Can anyone help me figure out what URL format the CLI music players CMUS and MOC will work with? Thank you.
With testing, I’ve found that on a x86_64 linux desktop, one can run clvc https://coderadio-relay-ffm.freecodecamp.org/radio/8010/radio.mp3 and it will work in the CLI, but on my ancient 2012 rasp pi 1 (ARM), there is no vlc available for the armhf (armv6) architecture for me to do this.