-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (19 loc) · 1.18 KB
/
README
File metadata and controls
29 lines (19 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This fork of libshout 2.2.2 adds support for specifying arbitrary MIME types via shout_set_mime().
This makes it possible to send AAC-encoded audio using a MIME type of "audio/aac" and shout_send_raw().
Based on the patch by Randy: http://djlab.com/2010/05/arbitrary-mime-support-for-aacplus-streaming-with-libshout-and-perl-bindings/
Queries: developers@mixlr.com
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
http://www.icecast.org or email us at team@icecast.org.