Top 3 ways to Listen Radio in Ubuntu Terminal

User Avatar
πŸ‘€ admin
πŸ”΄ Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
πŸ“… Created: 07 May 2021 at 14:57
πŸ‘€ Viewed: 19 times
βœ‰οΈ Send Email

One of the best things about Linux is that a huge part of the things you do can be done through the terminal. The terminal is so versatile that you can even listen to the radio through it. Were you surprised?
In this article we will show you three radio players that you can use directly through the terminal.

1 - Using mplayer terminal radio player

Image

MPlayer is a free and open-source media player software application that can run in the terminal. MPlayer can play a wide variety of media formats, namely any format supported by FFmpeg libraries, and can also save all streamed content to a file locally.

Key features:

You can check the official web site from: Here


# How to install mplayer in Ubuntu 21.04 Linux ?

sudo apt install -y mplayer

# How to use mplayer?

mplayer -prefer-ipv4 http://ip-to-listen:port

2 - Using VLC as radio player from the command line

Image

VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.

Key features:

  • Can run as radio player in the terminal

  • Plays all formats

  • Advanced control

  • MPEG (ES,PS,TS,PVA,MP3), AVI, ASF / WMV / WMA, MP4 / MOV / 3GP, OGG / OGM / Annodex, Matroska (MKV),

  • Real, WAV (including DTS), Raw Audio: DTS, AAC, AC3/A52, Raw DV, FLAC, FLV (Flash), MXF, Nut, Standard MIDI /

  • SMF, Creativeβ„’ Voice.

You can check the official web site from: Here


# How to install VLC media player in Ubuntu 21.04 Linux ?

sudo snap install vlc

# How to use VLC in the terminal?

cvlc http://ip-to-listen:port

3 - Using Pyradio terminal radio player

Image

Pyradio is a free and open source Python-based command line tool that allows you to play your favorite radio station online.

Key features:

  • Lite

  • Simple to use

  • Simple to install

  • Tons of features

You can check the official web site from: Here


# How to install pyradio media player in Ubuntu 21.04 Linux ?

sudo snap install pyradio

# How to use pyradio?

# To launch Pyradio, you need to switch from root to a regular user and  run

pyradio --play

Conclusion for radio players in the terminal

In this article we checked the three best online radio players for Linux terminal. If you know other good terminal players, please tell us in the comments bellow.

We hope you enjoyed this article. if that is so please rate this page with the stars bellow and subscribe to our YouTube channel or follow us on twiter.

If you want to comment: Login or Register