これはなに? †
インストール †
$ sudo yum -y install mediatomb
設定 †
- 利用するインタフェースの設定 (普通は eth0 にするんだろうけど・・・)
$ diff -u /etc/mediatomb.conf.original /etc/mediatomb.conf
--- /etc/mediatomb.conf.original 2010-09-09 21:55:10.140328325 +0900
+++ /etc/mediatomb.conf 2010-09-09 21:56:17.437327934 +0900
@@ -4,7 +4,7 @@
## By default the configuration will be created in /etc/mediatomb
## Network interface on which the server will run, you need to edit this!
-MT_INTERFACE="NOT_SET"
+MT_INTERFACE="eth2"
## User defined command line options that may be passed to the server
MT_OPTIONS=""
- 利用するポートをあける
$ sudo /usr/bin/system-config-firewall
Port | 利用 |
50500 | TCP | 管理コンソール |
1900 | UDP | UPnP |
2869 | TCP |
10243 | TCP |
10280-10284 | UDP |
参考文献: http://www.ps3wiki.net/index.php?DLNA%E3%82%AF%E3%83%A9%E3%82%A4%E3%82%A2%E3%83%B3%E3%83%88
- 起動する
$ sudo /etc/init.d/mediatomb start
- 管理コンソールで動画が格納されているディレクトリを指定する
右上の矢印の付いているアイコンで追加すると、1800秒おきに動画のリストを更新してくれる
- 自動起動するようにする
$ sudo /sbin/chkconfig --level 35 mediatomb on
Macからの利用 †
- XBMC を利用
- [Video]-[Add Source]-[UPnP] で Mediatomb が見えるので追加する
- [Playlist] に [Mediatomb] が追加される
- 日本語化
- IPAフォントをダウンロード : http://ossipedia.ipa.go.jp/ipafont/index.html
- 名前を arial.ttf に変更して、/Applications/XBMC.app/Contents/Resources/XBMC/media/Fonts にコピー
- [System]-[User Interface]-[Skin] で、Font に Arial を選ぶ
- [System]-[User Interface]-[International] で Japanese
- 残念ながら現バージョン (9.11 for Mac OS X) は、きわめて不安定で視聴に耐えない
iPod Touch からの利用 †
Fedora 13 Server