icecast-2.3.0

所属分类:P2P编程
开发工具:Unix_Linux
文件大小:1165KB
下载次数:131
上传日期:2005-11-01 14:16:48
上 传 者安国
说明:  基于P2P的多媒体广播源代码,类似ppstream和pplive,非常有参考价值
(P2P multimedia broadcasting source code, and similar ppstream pplive, very valuable reference)

文件列表:
icecast-2.3.0 (0, 2005-10-24)
icecast-2.3.0\icecast-2.3.0 (0, 2005-10-24)
icecast-2.3.0\icecast-2.3.0\aclocal.m4 (277048, 2005-09-24)
icecast-2.3.0\icecast-2.3.0\admin (0, 2005-10-24)
icecast-2.3.0\icecast-2.3.0\admin\listclients.xsl (3645, 2005-08-20)
icecast-2.3.0\icecast-2.3.0\admin\listmounts.xsl (3050, 2005-08-20)
icecast-2.3.0\icecast-2.3.0\admin\Makefile.am (244, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\admin\Makefile.in (7665, 2005-09-24)
icecast-2.3.0\icecast-2.3.0\admin\manageauth.xsl (3468, 2005-08-20)
icecast-2.3.0\icecast-2.3.0\admin\moveclients.xsl (2422, 2005-08-20)
icecast-2.3.0\icecast-2.3.0\admin\response.xsl (1955, 2005-08-20)
icecast-2.3.0\icecast-2.3.0\admin\stats.xsl (3998, 2005-08-20)
icecast-2.3.0\icecast-2.3.0\admin\updatemetadata.xsl (2328, 2005-08-20)
icecast-2.3.0\icecast-2.3.0\AUTHORS (121, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\ChangeLog (148830, 2005-09-23)
icecast-2.3.0\icecast-2.3.0\compile (2774, 2005-02-22)
icecast-2.3.0\icecast-2.3.0\conf (0, 2005-10-24)
icecast-2.3.0\icecast-2.3.0\conf\icecast.xml.in (6391, 2005-09-08)
icecast-2.3.0\icecast-2.3.0\conf\icecast_minimal.xml.in (1238, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\conf\icecast_shoutcast_compat.xml.in (2409, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\conf\icecast_urlauth.xml.in (1821, 2005-08-21)
icecast-2.3.0\icecast-2.3.0\conf\Makefile.am (1365, 2005-08-20)
icecast-2.3.0\icecast-2.3.0\conf\Makefile.in (8788, 2005-09-24)
icecast-2.3.0\icecast-2.3.0\config.guess (43499, 2005-09-23)
icecast-2.3.0\icecast-2.3.0\config.h.in (4219, 2005-09-23)
icecast-2.3.0\icecast-2.3.0\config.sub (31743, 2005-09-23)
icecast-2.3.0\icecast-2.3.0\configure (805751, 2005-09-24)
icecast-2.3.0\icecast-2.3.0\configure.in (4448, 2005-09-24)
icecast-2.3.0\icecast-2.3.0\COPYING (17992, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian (0, 2005-10-24)
icecast-2.3.0\icecast-2.3.0\debian\changelog (7875, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian\compat (2, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian\control (862, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian\copyright (1074, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian\icecast2.1 (1035, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian\icecast2.default (493, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian\icecast2.init (1497, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian\icecast2.manpages (18, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian\icecast2.postinst (1042, 2005-08-19)
icecast-2.3.0\icecast-2.3.0\debian\icecast2.postrm (471, 2005-08-19)
... ...

icecast 2.x - README --------------------------------------------------------------------- Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for commuincation and interaction. Icecast is distributed under the GNU GPL, version 2. A copy of this license is included with this software in the COPYING file. Prerequisites --------------------------------------------------------------------- icecast requires the following packages : * libxml2 - http://xmlsoft.org/downloads.html * libxslt - http://xmlsoft.org/XSLT/downloads.html * curl - http://curl.haxx.se/download.html (>= version 7.10 required) NOTE: icecast may be compiled without curl, however this will disable all Directory server interaction (YP). * ogg/vorbis - http://www.vorbis.com/files (>= version 1.0 required) A Note About RPMS --------------------------------------------------------------------- This section only applies to you if your operating system uses RPMS. In order to build icecast, you will need to install the "devel" RPM packages for each of the prerequisite packages in addition to the normal RPMS for each package. please check the websites for each of the prerequisite packages for appropriate download links for RPMS. Build/Install --------------------------------------------------------------------- To build icecast on a Unix platform, perform the following : Run ./configure make make install To build and install this release. A sample config file will be placed in /usr/local/etc (on UNIX) or in the current working directory (on Win32) and is called icecast.xml Documentation for icecast is available in the doc directory, by viewing doc/index.html in a browser. Please email us at icecast@xiph.org or icecast-dev@xiph.org, or come and see us at irc.freenode.net, channel #icecast, if you have any troubles.

近期下载者

相关文件


收藏者