Hi all, I have previously installed Darwin Streaming Server onto my CentOS server, and it worked fine. All of a sudden it appears to have stopped working. I've tried reinstalling it via SSH, but am unable to access the admin page at mysite.com:1220 (it just times out). I can, however, access it via lynx over SSH (ie localhost), so the install does seem to have been successful. I can also see the service running as lsof -i :1220 shows: COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME streaming 25863 qtss 3u IPv4 1052451823 TCP *:1220 (LISTEN) Code (markup): I've tried stopping iptables in case that was a cause, but it didn't help. Anyone able to provide any suggestions/help?!