繁体   English   中英

将Icecast安装到Linux中

[英]Install Icecast into Linux

我没有linux系统的经验,我想帮助我解决这个问题。.现在我有以下工作。

cd ~
cd home
cd myusernmae
mkdir src
wget http://downloads.xiph.org/releases/icecast/icecast-2.3.2.tar.gz
tar -zxvf icecast-2.3.2.tar.gz
cd icecast-2.3.2
./configure
Error so i type the followings
apt-get install libxslt1-dev
sudo apt-get install libogg-dev libvorbis-dev
./configure
make
make install
cp -R /home/username/icecast-2.3.2/web ~/icecast/

现在,当我用以下消息键入icecast shell响应时

Icecast 2.3.2

usage: icecast [-b -v] -c <file>
options:
        -c <file>       Specify configuration file
        -v              Display version info
        -b              Run icecast in the background

我知道如何在Windows中使用icecast(icecast配置文件),但是我不知道在哪里可以找到它以及如何将其修改为linux(vi编辑器:()任何帮助对我来说都是有用的

如果这是基于Ubuntu或Debian的系统,则简单的sudo apt-get install icecast2应该为您安装服务器,而不会污染系统。 配置文件通常位于/etc/ 如果是Debian或Ubuntu,请执行dpkg -L icecast2 | grep etc 安装后的dpkg -L icecast2 | grep etc应显示配置文件。 启动一个编辑器,对其进行编辑,然后重新启动服务。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM