PDA

View Full Version : invalid password from GET


colorado123
8th July 2004, 02:54
Hi All,
I'm trying to get the on-demand content broadcasting working. It's giving me this error:

invalid password from GET /content/music.pls HTTP/1.1 127.0.0.1

I have everything pretty much set to the defaults:

PortBase=8000
Password=SomethingOtherThanChangeMe
ContentDir=./content

I'm just using the link below to test out a file called music.mp3 which is located in the content directory

http://127.0.0.1:8001/content/music.pls

Everything on port 8000 works just fine (admin, song list, etc.) I also can broadcast just fine from winamp to shoutcast. I just can't seem to get the on-demand working right. I'm guessing it's some silly setting that I'm missing.

Anyway, if anyone can help me out, it would be greatly appreciated.

Thanks,
Colorado


[Edit --> DJ Egg]
Moved from Winamp to Shoutcast Technical Support

drewbar
8th July 2004, 04:11
Use port 8000, not 8001. All 8001 does is accept connections from the SHOUTcast Source, which it immediately looks for a password. If something else tries to connect on that port it won't get the password it wants.

colorado123
8th July 2004, 12:19
Ok...port 8000 makes more sense. Thanks for setting me straight. I also had a problem with "Invalid Resource" but I got that fixed...

Thanks for the help!

Colorado