Wednesday, March 25, 2020

How To Install Icecast 2 on Ubuntu 18.04 LTS

 Video Tutorial -https://youtu.be/Tmgjs4K7dzM

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Icecast is a free, open source and most popular media streaming server that supports Ogg, Opus, WebM, MP3, and many more.
Offcial Website: http://icecast.org/                       
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Our Server Specification- [ Os:  Ubuntu 18.04.2 LTS Bionic Beaver 64Bit ]
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd  ; getconf LONG_BIT ; whoami ; apt update -y ; apt install -y build-essential software-properties-common curl gdebi vim wget aptitude leafpad nano git net-tools lsb-release apt-transport-https

apt-get update ; apt-get upgrade -y
apt-get install icecast2 -y
systemctl start icecast2 ; systemctl enable icecast2 ; systemctl status icecast2

netstat -plnt
netstat -plnt | grep ':8000'
http://127.0.0.1:8000

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment