mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
2c2576ed4e
the unavailability of yp servers is much much better now. - new icecast config option <yp-url-timeout> to specify the timeout - url encoding is now fixed so that the yp data is formatted much nicer (and is correct :)) - added url encoding for some fields that were not url-encoded - modified util_dict_urlencode() to not url-encode the key (still does the value) - new curl option (CURLOPT_NOSIGNAL) which prevents curl from using signals when timeouts are hit. This new option needs curl 7.10 at least. svn path=/trunk/icecast/; revision=4603 |
||
---|---|---|
conf | ||
doc | ||
m4 | ||
src | ||
web | ||
win32 | ||
.cvsignore | ||
acconfig.h | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
configure.in | ||
COPYING | ||
HACKING | ||
Makefile.am | ||
News | ||
README | ||
TODO |
Icecast2 alpha 1. This is an alpha release. Not all functionality is fully implemented, though we believe it to be very stable for all the currently available features. It is known to build on linux and win32, and should be easily ported to other unix platforms (we expect this will require some autoconf work, though). Run ./configure make make install To build and install this release. Documentation is mostly missing at this point. The example config file should explain most of the features available (but note that the directory services are not yet available). Please email us at icecast@xiph.org or icecast-dev@xiph.org, or come and see us at irc.xiph.org, channel #icecast, if you have any troubles.