Difference between revisions of "Raspbian: Instalasi UPnP mediatomb"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: ==Setup Jaringan== sudo su route add -net 239.0.0.0 netmask 255.0.0.0 eth0 ifconfig eth0 allmulti ==Instalasi== apt-get install sqlite mediatomb ==Edit konfigurasi== vi /etc/med...) |
Onnowpurbo (talk | contribs) |
||
Line 23: | Line 23: | ||
</ui> | </ui> | ||
<name>RaspberryPi</name> | <name>RaspberryPi</name> | ||
+ | |||
+ | ==Restart== | ||
+ | |||
+ | /etc/init.d/mediatomb restart |
Revision as of 09:40, 31 August 2014
Setup Jaringan
sudo su route add -net 239.0.0.0 netmask 255.0.0.0 eth0 ifconfig eth0 allmulti
Instalasi
apt-get install sqlite mediatomb
Edit konfigurasi
vi /etc/mediatomb/config.xml
Bisa di edit supaya
<server> <ui enabled="yes" show-tooltips="yes"> <accounts enabled="yes" session-timeout="30"> <account user="mediatomb" password="mediatomb"/> </accounts> </ui> <name>RaspberryPi</name>
Restart
/etc/init.d/mediatomb restart