| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Fri Sep 28, 2007 9:38 pm Post subject: Shoutcast streaming |
|
|
Hi,
I set up an icecast 2.3.1 and configured it to do shoutcast streaming by setting up the two listen-sockets. I can connect an Oddcast Standalone in Shoutcast mode as a source.
The server status page shows mountpoint /stream and provides an m3u file.
When I put the m3u file into Winamp it resolves to http://streamserver:8000/stream but when I try to play it, it gets a 404 error.
The access.log confirms that: "GET /stream HTTP/1.0" 404 106 "-" "WinampMPEG/5.33" 1
I tried setting <shoutcast-mount>/stream</shoutcast-mount> although this should be default... it didn't help.
What did I forget?
Regards,
André |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Sep 28, 2007 11:21 pm Post subject: |
|
|
Assuming the stream didn't die before connecting with winamp, I would say check the error log. It sounds like you have everything right but there could be other things limiting the connection. Look at the error log (level 4) and see the source connect and when listener (winamp) connects.
karl. |
|
| Back to top |
|
 |
|