hpr4249 :: Audio Streams on the Command Line
Kevie talks about streaming and ripping audio streams on Linux using the command line
Hosted by Kevie on Thursday, 2024-11-14 is flagged as Clean and is released under a CC-BY-SA license.
CLI, audio, streaming, radio, recording, ripping, music.
3.
The show is available on the Internet Archive at: https://archive.org/details/hpr4249
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:07:56
general.
TuxJam co-host Kevie has a discussion about playing an audio stream from the command line using VLC and also MPG123 and then ripping the stream to a localised file using the wget command:
Play a stream using VLC:
cvlc https://your.radio.stream
Play a stream using MPG123:
mpg123 https://your.radio.stream
Rip the stream to a local file:
wget -O YourFile.flac "https://your.radio.stream"