[icecast] Problem connecting to icecast2

Brendan Cully brendan at xiph.org
Thu Apr 15 15:37:36 UTC 2004



Where'd you get that config file?

The <Server> node is a child of the <Stream> node. I think the way
you're running it you're creating a new anonymous stream node from the
command line. Instead try moving the <Server> node under <Stream>, and
define your mountpoint as a <Mountpoint> element in the <Stream>
node.

eg:

...
         <Stream>
                 <Server>
                          <Hostname>localhost</Hostname>
                          <Port>8000</Port>
                          <Password>hackme</Password>
                          <Protocol>http</Protocol>
                 </Server>
                 <Mountpoint>/mymp3stream</Mountpoint>
...
         </Stream>
...

--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list