- 追加された行はこの色です。
- 削除された行はこの色です。
- icecast へ行く。
*概要 [#l3229d64]
-一部にエラーが発生するメモリを使う
-ノートパソコンの内部メモリが壊れたときに有効(かも)
[[FrontPage]]
*方法 [#q93c9805]
**壊れた場所の調査 [#da6ae012]
-memtestなどで検査
**Windows XPの場合 [#ka96a80e]
-以下の方法はエラーアドレス以降が使えなくなるので場所によってはかなり無駄になる。
+コントロールパネル→「システム」→「詳細設定」→「起動と回復」→「設定」
+OSの起動オプションに/MAXMEMオプションを追加(単位はMB)
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /FASTDETECT /MAXMEM=200
-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
**Linuxの場合 [#j8b97d2b]
-起動オプションで使用するメモリサイズを指定
mem=200M
-[[Badram>http://www.google.co.jp/search?q=badram&lr=lang_ja&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:ja-JP-mac:official&client=firefox-a]]とかいう物を使えば任意のアドレスブロックを使わないように回避できる?
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
-関連リンク
--moccoriの日記…http://d.hatena.ne.jp/moccori/20051021
--ices2 HOWTO 日本語訳…http://home.hiroshima-u.ac.jp/u1075024/contents/ices2-howto.html
--ices2付属の英語マニュアル
----
&size(12){Total:&counter(total); / Today:&counter(today); / Yesterday:&counter(yesterday);};