差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

linux:icecast [2009/02/03 15:13]
miyako 作成
linux:icecast [2009/02/15 13:04] (現在)
miyako
ライン 7: ライン 7:
 <code> <code>
 # yum -y install libtheora-devel speex-devel # yum -y install libtheora-devel speex-devel
 +# yum -y install libxslt-devel
  
 # cd /usr/local/src/ # cd /usr/local/src/
ライン 21: ライン 22:
 たぶんこれでインストール完了\\ たぶんこれでインストール完了\\
 \\ \\
-りあえず起動してみよう+vi /etc/icecast.xmlを編集(パスワードマウントポイントの設定)\\
 <code> <code>
-vi /etc/icecast.xmlを編集+vi /etc/icecast.xml
  
 +    <authentication>
 +        <!-- Sources log in with username 'source' -->
 +        <source-password>パスワード</source-password>
 +        <!-- Relays log in username 'relay' -->
 +        <relay-password>パスワード</relay-password>
 +
 +        <!-- Admin logs in with the username given below -->
 +        <admin-user>admin</admin-user>
 +        <admin-password>パスワード</admin-password>
 +    </authentication>
 +
 +    <mount>
 +        <mount-name>/music</mount-name>
 +    </mount>
 </code> </code>
 +
  
  
linux/icecast.1233673998.txt.gz · 最終更新: 2009/02/03 15:13 by miyako
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0