• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,9131,648

examples/H03-May-2022-851712

include/H03-May-2022-1,6221,377

m4/H19-Dec-2020-9,5578,610

src/H03-May-2022-19,56114,811

tools/H03-May-2022-1,6431,404

win32/H03-May-2022-679565

COPYINGH A D07-Dec-202024.7 KiB482399

INSTALLH A D07-Dec-20201.3 KiB4231

Makefile.amH A D16-Dec-2020745 3423

Makefile.inH A D03-May-202231.6 KiB987883

NEWSH A D19-Dec-20202.8 KiB9271

READMEH A D19-Dec-2020844 2115

aclocal.m4H A D19-Dec-202050.6 KiB1,4151,280

compileH A D11-Aug-20167.2 KiB348258

config.guessH A D12-Sep-201441.9 KiB1,4211,229

config.h.inH A D19-Dec-20205.5 KiB226154

config.subH A D12-Sep-201435 KiB1,8001,662

configureH A D03-May-2022496.2 KiB17,82914,832

configure.acH A D19-Dec-20207.3 KiB252216

depcompH A D11-Aug-201623 KiB792502

install-shH A D11-Aug-201614.1 KiB535353

libshout.ckportH A D07-Dec-20202.4 KiB9179

ltmain.shH A D14-Oct-2014277 KiB9,6627,310

missingH A D11-Aug-20166.7 KiB216143

shout.pc.inH A D07-Dec-2020379 1613

README

1libshout
2--------
3
4Libshout is a library for communicating with and sending data to an
5Icecast server.  It handles the socket connection, the timing of the
6data, and prevents bad data from getting to the Icecast server.
7
8With just a few lines of code, a programmer can easily turn any application
9into a streaming source for an Icecast server.  Libshout also allows
10developers who want a specific feature set (database access, request taking)
11to concentrate on that feature set, instead of worrying about how server
12communication works.
13
14Please refer to the api reference and example code to start learning how to
15use libshout in your own code.
16
17Libshout is licensed under the LGPL.  Please see the COPYING file for details.
18
19If you have any questions or comments, please visit us at
20https://www.icecast.org/ or email us at team@icecast.org.
21