How to Install libshout3-dev in Ubuntu 18.04



Install libshout3-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libshout3-dev

Description:

MP3/Ogg Vorbis broadcast streaming library (development)

A library for communicating with and sending data to Icecast and Icecast 2 streaming audio servers. It handles the socket connection, the timing of the data transmission, and prevents bad data from getting to the server. . With just a few lines of code, a programmer can easily turn any application into a streaming source for an Icecast-based server. Libshout also allows developers who want a specific feature set (database access, request taking) to concentrate on that feature set, instead of worrying about how server communication works. . This package contains the development headers, static libraries, and source code to an example program.

Homepage: http://www.icecast.org/

Version: 2.4.1-2build1

Section: libdevel