MESSAGE 574 B

1234567891011121314151617
  1. You may start SqueezeCenter automatically at startup by adding
  2. the following lines to /etc/rc.local:
  3. if [ -x ${PREFIX}/bin/slimserver.pl ]; then
  4. ${PREFIX}/bin/slimserver.pl --daemon 2>&1 \
  5. > /var/log/squeezecenter/startup.log
  6. fi
  7. To stream via HTTP, connect to http://yourhost:9000/stream.mp3
  8. and control the player from SqueezeCenter's usual web interface.
  9. ** SQUEEZECENTER IS BY DEFAULT OPEN TO ANYONE ABLE TO CONNECT **
  10. To restrict access, connect to http://localhost:9000/ and go to
  11. Settings/Advanced/Security, where you can restrict by IP address
  12. or password.