Menu

Tree [3d199b] master /
 History

HTTPS access


File Date Author Commit
 doc 2022-04-07 Philipp Schafft Philipp Schafft [4f04fc] Update: Document shout_set_metadata() as obsolate
 examples 2022-03-24 Philipp Schafft Philipp Schafft [cba2b3] Cleanup: Corrected calls shout_set_format() -> ...
 include 2022-04-09 Philipp Schafft Philipp Schafft [e60d5a] Update: Clarified meaning of status codes a bit
 src 2023-05-20 Stephen Fairchild Stephen Fairchild [3d199b] Fix for references to shout/shout.h that were c...
 tools 2023-05-20 Stephen Fairchild Stephen Fairchild [3d199b] Fix for references to shout/shout.h that were c...
 win32 2015-11-20 Thomas B. Ruecker Thomas B. Ruecker [574847] releasing libshout 2.4.1
 .gitignore 2023-05-20 Stephen Fairchild Stephen Fairchild [3d199b] Fix for references to shout/shout.h that were c...
 .gitlab-ci.yml 2022-04-09 Stephan Jauernick Stephan Jauernick [5cf5b5] Update: Add CI for libshout
 .gitmodules 2014-12-04 Marvin Scholz Marvin Scholz [334157] Epic Git migration commit!
 COPYING 2001-09-10 Jack Moffitt Jack Moffitt [d39e2f] Initial revision
 INSTALL 2005-02-19 brendan brendan [aeee8b] libshout 2.1 tagged and bagged.
 Makefile.am 2021-03-05 Fabrice Fontaine Fabrice Fontaine [79fab3] Feature: Added an option to disable tools
 NEWS 2022-04-10 Philipp Schafft Philipp Schafft [d8592a] Update: Set date of release
 README 2020-12-19 Philipp Schafft Philipp Schafft [13536c] Fix: Corrected website address
 autogen.sh 2020-09-29 Marvin Scholz Marvin Scholz [2f123e] Cleanup: Simplify autogen.sh script
 configure.ac 2022-04-10 Philipp Schafft Philipp Schafft [d8592a] Update: Set date of release
 libshout-idjc.ckport 2016-06-11 Stephen Fairchild Stephen Fairchild [dab49e] Renamed library to libshout-idjc.
 shout-idjc.pc.in 2016-06-11 Stephen Fairchild Stephen Fairchild [dab49e] Renamed library to libshout-idjc.

Read Me

libshout
--------

Libshout is a library for communicating with and sending data to an
Icecast server.  It handles the socket connection, the timing of the
data, and prevents bad data from getting to the Icecast server.

With just a few lines of code, a programmer can easily turn any application
into a streaming source for an Icecast 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.

Please refer to the api reference and example code to start learning how to 
use libshout in your own code.

Libshout is licensed under the LGPL.  Please see the COPYING file for details.

If you have any questions or comments, please visit us at 
https://www.icecast.org/ or email us at team@icecast.org.