John Watson wrote:> Where can I find out about the config file params? Seems ice2 is now in xml for its conf file and I > am streaming, I am receiving but I am not on yp.icecast.org. Oh, btw the oddcast plugin is weird. > If it receives no sound for 1 sec it will disconnect the stream (betcha in the conf file I can't > find a good example on).Use "advanced recording", it records "what you hear" then. It also streams silence and won't disconnect when it doesn't get any data it could stream. icecast2 comes with a reference config file that is easy to understand. Read it and simply remove or comment the parts about the directory servers. <p>Moritz --- >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.
John Watson wrote: [...]> <directory> > <touch-freq>5</touch-freq> > <server> > <host>yp.icecast.org</host> > <touch-freq>15</touch-freq> > </server> > </directory>> Thats all that came from the CVS site (conf/icecast.xml). No instructions or anything. I recognizeAww, c'mon, can't it be any more obvious than that? Just read what it sais. To prevent it from updating directory servers, comment the lines i pasted by putting "#"s (w/o quotes) in the beginning. Alter the rest according to your needs. <p>Moritz --- >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.
<icecast> <location>Jack's House</location> <admin>jack@icecast.org</admin> <limits> <clients>100</clients> <sources>2</sources> <threadpool>5</threadpool> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> </limits> <source-password>hackme</source-password> <directory> <touch-freq>5</touch-freq> <server> <host>yp.icecast.org</host> <touch-freq>15</touch-freq> </server> </directory> <hostname>i.cantcode.com</hostname> <port>8000</port> <!--<bind-address>127.0.0.1</bind-address>--> <paths> <basedir>/usr/local/icecast</basedir> <logdir>/tmp</logdir> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> </logging> </icecast> Thats all that came from the CVS site (conf/icecast.xml). No instructions or anything. I recognize most of this from icecast1 but if this is all their is to icecast2 then I will wait for it to mature more before I use it. --- >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.