Kategorie: Linux

Installing Icecast 2 Media Streaming Server Ubuntu 18.04

The following guide describes the installation Icecast 2 Streaming Media Server on Ubuntu System.

Maybe let's start with what is Icecast?
Icecast allows to establish and operate their own Internet radio. Can transmit a signal formats Opus, Ogg Vorbis, Ogg Theora, Ogg FLAC, Ogg Speex, WebM, MP3, AAC i Ogg MIDI. It is distributed under the GNU GPL.

Icecast is more robust with respect to software SHOUTcast. One process can for example transmit multiple streams through a single port (SHOUTcast needs two adjacent open ports for proper operation and transmission of one stream), each stream may require authentication, the server can also move customers to a different stream in the absence of signal. Nevertheless, both programs are partially compatible with each other (Icecast 2 can work with tools designed for SHOUTcast Server).

Let's get to its installation.

At the beginning we make updates to packages and repositories:

apt-get update -y
apt-get upgrade -y

Icecast installation make poelceniem:

apt-get install icecast2 -y

The script will ask you to enter the hostname or domain name server where the install script.
After administration of this information, click ca..

The next step is the password for the admin panel icecast

We give them click ok then enter to confirm the same password.

Icecast start the server and add it to boot the system:

systemctl start icecast2
systemctl enable icecast2

We check to see if our service started correctly:

systemctl status icecast2

You should see something similar to this:

icecast2.service - LSB: Icecast2 streaming media server
   Loaded: loaded (/etc/init.d/icecast2; generated)
   Active: active (running) since Tue 2019-04-16 15:35:30 UTC; 44s ago
     Docs: man:systemd-sysv-generator(8)
    Tasks: 1 (limit: 1113)
   CGroup: /system.slice/icecast2.service
           ??3166 /usr/bin/icecast2 -b -c /etc/icecast2/icecast.xml

Apr 16 15:35:28 ubuntu1804 systemd[1]: Starting LSB: Icecast2 streaming media server...
Apr 16 15:35:29 ubuntu1804 icecast2[3142]:  * Starting streaming media server icecast2
Apr 16 15:35:30 ubuntu1804 icecast2[3142]: [2019-04-16  15:35:30] WARN CONFIG/_parse_root Warning,  not configured, using default val
Apr 16 15:35:30 ubuntu1804 icecast2[3142]: [2019-04-16  15:35:30] WARN CONFIG/_parse_root Warning,  not configured, using default val
Apr 16 15:35:30 ubuntu1804 icecast2[3142]: [2019-04-16  15:35:30] WARN CONFIG/_parse_root Warning,  contact not configured, using defaul
Apr 16 15:35:30 ubuntu1804 icecast2[3142]: [2019-04-16  15:35:30] EROR connection/connection_setup_sockets Could not create listener socket on 
Apr 16 15:35:30 ubuntu1804 icecast2[3142]: [2019-04-16  15:35:30] EROR connection/connection_setup_sockets No listening sockets established
Apr 16 15:35:30 ubuntu1804 icecast2[3142]:    ...done.
Apr 16 15:35:30 ubuntu1804 systemd[1]: Started LSB: Icecast2 streaming media server.

To get to the panel server management go under:

NASZADRESIP:8000 and log data previously set.

if you have specified earlier this domain address domena.pl:8000

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu