Install uShare (UPnP server)

# install
apt-get install -y ushare
 
# change rc order
update-rc.d -f ushare remove
update-rc.d ushare defaults 99
 
# configure network
echo "post-up route add -net 239.0.0.0 netmask 255.0.0.0 eth0" >> /etc/network/interfaces
 
# configure ushare
sed -i '22s|USHARE_DIR=|USHARE_DIR=/media/mp3,/media/video,/media/images|g' /etc/ushare.conf 
 
# restart services
service ushare networking
service ushare restart
 
# web interface
http://YOUR_SERVER_IP:49152/web/ushare.html
 
# LINKS
http://dl.dropbox.com/u/4170695/www/ushare/install.ushare.sh - install UPnP server
http://ushare.geexbox.org/

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!