スポンサーリンク


FrontPage

  • icecast2とices2のインストール
    %sudo apt-get install icecast2
    %sudo apt-get install ices2
  • emacs /etc/default/icecast2
  • false→trueに変更
    # Edit /etc/icecast2/icecast.xml and change at least the passwords.
    # Change this to true when done to enable the init.d script
    ENABLE=true

ENABLEをtrueにするわけだが、設定でパスワードを変更してからの方がええよ、

  • /etc/icecast2/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>*****hogehoge*****</admin-user>
       <admin-password>**********</admin-password>
   </authentication>
  • /usr/share/doc/ices2/examples/ices-oss.xml
    <param name="metadata">0</param>
               <param name="metadatafilename">test</param>
           <hostname>192.168.1.***</hostname>
           <port>8000</port>
           <password>**********</password>
           <mount>/*******.ogg</mount>
           <yp>1</yp>   <!-- allow stream to be advertised on YP, default 0 -->
  • サーバの開始
    #/etc/init.d/icecast2 start
  • クライアントの開始
    %ices2 /etc/ices-oss.xml

Total:8174 / Today:3 / Yesterday:0


スポンサーリンク


トップ   差分 バックアップ リロード   一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2010-03-16 (火) 23:37:40