Icecast is a free, open source and most popular media streaming server that supports Ogg, Opus, WebM, MP3, and many more. Using Icecast, you can create your own Internet radio stations or stream your media from the server and access it from anywhere over the internet. It supports lots of media format including, AAC, OGG, WMA, FLAC, APE and much more.
In this video I will show you how to install it
Useful Links:
VPS/VDS - https://www.mivocloud.com/
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt update sudo apt upgrade -y
apt-get install icecast2 -y
systemctl start icecast2
systemctl enable icecast2
systemctl status icecast2