icecast 网络电台软件安装平台
FreeBSD 4.9
到www.icecast.org 下载软件,解包后 ./configure
但它会说缺libxslt 和libxml库
ftp://xmlsoft.org/XSLT/ 在此处下载,并安装 。
然后在配置icecast时它会说缺ogg 和vorbis库
在 http://www.vorbis.com/download_Unix_1.0.1.psp
下载 libogg和libvorbis,在配置时记得用 --prefix=/usr/local/ogg or --prefix=/usr/local/vorbis
记得在 配置icecast时用以下命令行
./configure --prefix=/home/icecast --with-ogg=/usr/local/ogg --with-vorbis=/usr/local/vorbis
这样能配置过去
然后 makeinstall
剩下的事就是修改icecast的配置文件了,反正是xml文件,容易看明白的 。
位置 /home/icecast/etc 下是配置文件 icecast.xml
重要的是去掉xml文件中changeowner的注释
在/home/icecast下的var下建立
/home/icecast/var/log/icecast/ 目录,并把属主设为上面的nobody
启动:
在root下启动:
/home/icecast/bin/icecast -c /home/icecast/etc/icecast.xml &
icecast 处理的速度比shoucast快多了:)
【FreeBSD icecast 网络电台软件安装】再加上sam2 你就可以在线广播了:) 祝大家好运;
推荐阅读
- OS版本:FreeBSD 4.3-STABLE #4 find的介绍--
- FreeBSD 档案操作
- FreeBSD logcheck log分析
- FreeBSD SNP 1.装设SNP
- FreeBSD SNP 2.Server端--自我测试连线
- 设置 浅谈FreeBSD 5.2 常用操作的改变
- 68 FreeBSD连载:根据Windows网络设置Samba
- FreeBSD SNP 3.Client端--连线实作
- FreeBSD SNP 4.inetd.conf设定
- 一 idled 介绍