On Saturday 19 April 2003 00:53, Daniel Seebald wrote:> Hmm...so how does it work? I already tried it without success. > The Shoutcast DSP Plugin doesn't support the option to specify a > mountpoint for mp3-streaming on icecast2 so I wonder how I could > connect with the DSP. >There was a recently fixed bug that may have caused this problem in some circumstances, it's fixed now - can you try updating from cvs? The mountpoint you'll get is "/", or if that is taken, "/icy_0", then "/icy_1", etc. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Do I have to manually configure these mountpoints in the icecast configuration file? And if I have to, what shout be the username for the shoutcast dsp? Or can it be just anything I like? Michael Smith wrote:>On Saturday 19 April 2003 00:53, Daniel Seebald wrote: > > >>Hmm...so how does it work? I already tried it without success. >>The Shoutcast DSP Plugin doesn't support the option to specify a >>mountpoint for mp3-streaming on icecast2 so I wonder how I could >>connect with the DSP. >> >> >> > >There was a recently fixed bug that may have caused this problem in some >circumstances, it's fixed now - can you try updating from cvs? > >The mountpoint you'll get is "/", or if that is taken, "/icy_0", then >"/icy_1", etc. > >Mike >-- CU... Daniel <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Saturday 19 April 2003 01:17, Daniel Seebald wrote:> Do I have to manually configure these mountpoints in the icecast > configuration file? > And if I have to, what shout be the username for the shoutcast dsp? Or > can it be just > anything I like?No, you don't have to configure the mountpoints in icecast. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
I've downloaded the nightly snapshot from about 2 days ago. I think that version should already have that bug fixed, right? When I tried to connect to the icecast2 server my shoutcast DSP just says "Connecting..." and a few seconds later it says "Not Connected." When I do a tail -f on error.log and access.log of the icecast2 server the connection attempt doesn't appear in the log-files. Michael Smith wrote:>On Saturday 19 April 2003 00:53, Daniel Seebald wrote: > > >>Hmm...so how does it work? I already tried it without success. >>The Shoutcast DSP Plugin doesn't support the option to specify a >>mountpoint for mp3-streaming on icecast2 so I wonder how I could >>connect with the DSP. >> >> >> > >There was a recently fixed bug that may have caused this problem in some >circumstances, it's fixed now - can you try updating from cvs? > >The mountpoint you'll get is "/", or if that is taken,z“cy_0", then>"/icy_1", etc. > >Mike >-- CU... Daniel <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Fri, 18 Apr 2003, Daniel Seebald wrote:> When I tried to connect to the icecast2 server my shoutcast DSP just > says "Connecting..." > and a few seconds later it says "Not Connected." > When I do a tail -f on error.log and access.log of the icecast2 server > the connection attempt > doesn't appear in the log-files.ah. You've been caught by the old port+1 thing. The Nullsoft shoutcast server serves on one port and listens on another. To avoid confusion on the part of shoutcast users, when the listener specifies a port in the shoutcast DSP, the DSP actually tries to connect to that port plus 1. So using defaults, specifying port 8000 will result in a connection attempt on 8001. There are 2 ways to deal with this. Using the above example, either tell shoutcast DSP to connect to 7999, or use multiple <listen-socket> elements to get icecast to listen on both 8000 and 8001. Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.