|
|
|
|
#1 |
|
Junior Member
Join Date: Jul 2001
Posts: 35
|
linux server running, but can't connect to it
downloaded server from here: http://www.shoutcast.com/download/files.phtml
got the "DSP plugin" here: http://www.shoutcast.com/download/broadcast.phtml got 'em talking to each other. transcast is updating titles and decoding mp3s. dnas is "[active]", but i can't connect to it from a winamp. what am i missing? the sc_trans_linux takes the place of having to have winamp running, correct? it's decoding and playing mp3s. the server is recving the data and waiting for listeners. why can't i listen to my music? thanks for your help. ttyl,mich |
|
|
|
|
|
#2 |
|
Major Dude
|
how did u connect to it?
http://your-ip:8000/listen.pls ? SiX - what's reality compared to me... www.remixwars.com - free mp3's for download! free shoutcast scripts: http://dev.irn.ca |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jul 2001
Posts: 35
|
yes, but http://my-ip:8000/example.lst, then http://my-ip:8000/example.list
that's how they had it setup in the .conf file - with the .lst extension. I also tried just http://my-ip:8000 since that's what worked on my win machines. No success any of these ways. ttyl, mich |
|
|
|
|
|
#4 |
|
Alumni
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
|
Are you using the lan ip (if applicable) or the world-visible ip?
|
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jul 2001
Posts: 35
|
world-visible. i can connect to other services on the machine... just not the shoutcast server.
|
|
|
|
|
|
#6 |
|
Alumni
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
|
May we try?
Please post a link to your DNAS. |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Jul 2001
Posts: 35
|
4.43.176.111:8000/example.list
|
|
|
|
|
|
#8 |
|
Alumni
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
|
http://4.43.176.111:8000 -> Cannot find server or DNS Error
I do see you at http://4.43.176.111 Are the necessary ports open and being forwarded? |
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Jul 2001
Posts: 35
|
guess not... fired up a web server on 8000 and i can't get to that on the other machines either, tho i can reach it on the same machine. working on resolving that...
|
|
|
|
|
|
#10 |
|
Junior Member
Join Date: Jul 2001
Posts: 35
|
yup. there's the problem. ebkac. sorry to waste everyone's time
just gotta fix the firewall.
|
|
|
|
|
|
#11 |
|
Junior Member
Join Date: Jul 2001
Posts: 35
|
for anyone else with the same problem, here's how it is repaired (some redhat-specific):
/sbin/iptables --list --line-numbers decide where to put the rule /sbin/iptables -I RH-Lokkit-0-50-INPUT 3 -p tcp --destination-port 8000 -j ACCEPT where 3 is where you wanna insert the rule and 8000 is your shoutcast portbase. The RH-Lokkit thing is a chain that redhat makes, so maybe yo'll just wanna put yours in INPUT. Hope this helps someone out there! Thanks for your help festerhead. ttyl, mich |
|
|
|
|
|
#12 |
|
Alumni
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|