This is all I get, I'm not feeding it any source yet. I'm having trouble finding the soundcard input to mount to /dev/dsp Changed groupid to 500. Changed userid to 500. Here's my config <icecast> <limits> <clients>30</clients> <sources>2</sources> <threadpool>5</threadpool> <queue-size>102400</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> </limits> <p><p><authentication> <source-password>xxx</source-password> <relay-password>hackme</relay-password> <admin-user>admin</admin-user> <admin-password>stream</admin-password> </authentication> <p><p><hostname>wbuq</hostname> <port>8000</port> <p><mount> <mount-name>/wbuq.ogg</mount-name> </mount> <p><paths> <basedir>/usr/local/icecast2</basedir> <logdir>/usr/local/icecast2/logs</logdir> <webroot>/usr/local/icecast2/web</webroot> <adminroot>/usr/local/icecast2/admin</adminroot> </paths> <p><logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>4</loglevel> </logging> <p><security> <chroot>0</chroot> <changeowner> <user>iceuser</user> <group>iceuser</group> </changeowner> </security> </icecast> _________________________________________________________________ One-click access to Hotmail from any Web page – download MSN Toolbar now! http://clk.atdmt.com/AVE/go/onm00200413ave/direct/01/ --- >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 Thu, 4 Mar 2004, Ramon Hernandez wrote:> <hostname>wbuq</hostname>Not sure what not having a fully qualified hostname will do. Certainly, using the built-in playlist generator won't work from anywhere where the hostname wbuq won't resolve.> <mount> > <mount-name>/wbuq.ogg</mount-name> > > </mount>The mountpoint specific sections are for options that specifically apply to a mountpoint, rather than across the entire server. Since I'm guessing you want to use the password etc defined above for your stream, this mount section doesn't need to be here, and in fact I'm not sure what icecast will do with a section that looks like this. Not sure why you're not reaching your stream from the outside world. If there's no log entries in the access or error logs, the connection isn't making it to icecast and you should look at firewalls, routers, etc to determine why. 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.