buffalo的nas,没有dlna,怎么自己加
RT感觉自己找到组织了,哈哈
请高手们帮忙。。 没人知道吗 # install mediatomb,
http://buffalo.nas-central.org/wiki/MediaTomb_-_Free_UPnP_MediaServer#ARM
apt-get install mediatomb ffmpeg
本帖最后由 fastness 于 2011-6-17 00:12 编辑
#install ushare, ARM9(Stock Firmware), Manual download
http://buffalo.nas-central.org/wiki/Ushare_-_UPnP_Media_Server_for_Linux
cd /tmp
wget http://downloads.nas-central.org/Users/kaiten/ushare-1.0+libupnp-1.4.6_arm9.tgz
tar -C / -xzvf ushare-1.0+libupnp-1.4.6_arm9.tgz
ldconfig -v
nano /usr/local/etc/ushare.conf
...
USHARE_DIR=/home/user1/media1,/home/user2/media2,
...
# Enable Web interface (yes/no)
ENABLE_WEB=yes
# Enable Telnet control interface (yes/no)
ENABLE_TELNET=no
# Use XboX 360 compatibility mode (yes/no)
ENABLE_XBOX=yes
# Use DLNA profile (yes/no)
# This is needed for PlayStation3 to work (among other devices)
ENABLE_DLNA=yes
...
route add -net 239.0.0.0 netmask 255.255.255.0 eth0
nano /etc/init.d/ushare
cd /etc/rc2.d
ln -s ../init.d/ushare S99ushare
cd ../rc0.d
ln -s ../init.d/ushare K02ushare
cd ../rc6.d
ln -s ../init.d/ushare K02ushare
ushare -i eth0 -c /home/user1/media1,/home/user2/media2,
/etc/init.d/ushare start
/etc/init.d/ushare stop
谢谢ls啊
页:
[1]