Hi Folks, I'm having the weirdest trouble with liveice. When I start it up with the correct servername, it grinds to a halt with these messages: playlist 0 Initialising Soundcard 16Bit 22050Hz Stereo opening connection to localhost 8000 Attempting to Contact Server connection successful: forking process opening pipe!... writing password Then it waits there. Now, when I tried it with a bogus servername, liveice starts working. Of course, it's not sending me stream anywhere! Why is this happening? Here are the messages: Attempting to Contact Server oops...some problem connecting, disabling stream Setting Up Interface Soundcard Reopened for Encoding etc, etc. Thanks greatly, -Michael Spiegel, '03 WSRN 91.5 FM Swarthmore College Radio 500 College Ave. Swarthmore, PA 19081 --- >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.
hmmm ok, more details using lame3.87beta using ices-0.1.0 on RH7.1 lame seems to install properly [root@machine200 lame3.87]# make install /usr/bin/install -c lame /usr/bin /usr/bin/install -c lame.h /usr/include /usr/bin/install -c libmp3lame.a /usr/lib /usr/bin/install -c libmp3lame.so.1.0 /usr/lib (cd /usr/lib && ln -s libmp3lame.so.1.0 libmp3lame.so.1) (cd /usr/lib && ln -s libmp3lame.so.1 libmp3lame.so) but when i try and build ices ./configure --with-lame-libraries=/usr/lib --with-lame-includes=/usr/include i get checking for lame/lame.h... (cached) no checking for lame.h... (cached) no configure: error: Could not find a valid LAME library installation any ideas? --- >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.
# rm config.cache #./configure ... Darrell Berry wrote:> i get > > checking for lame/lame.h... (cached) no > checking for lame.h... (cached) no > configure: error: Could not find a valid LAME library installation > > any ideas? >-- _____________________________________________________________________ \_ \ Denys Sene dos Santos - sene@cptec.inpe.br o/\_ http://www1.cptec.inpe.br/~sene/ - ICQ #31845401 <\__,\ Divisão de Supercomputação - Tel:(012)560-8458 ">. | Centro de Previsao de Tempo e Estudos Climaticos - CPTEC ` .-| Instituto Nacional de Pesquisas Espaciais - MCT/INPE . \ A happy Linux User #71117 . \ .-| --- >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.
Hi Folks, I have fixed the problem I was experiencing with LiveIce. The boring solution is that I was using lame 3.13. I have no idea why. So LiveIce was barfing when it was trying to feed my lame the -r tag. That tag didn't exist back then. The more interesting part is that in encoders.c, exec_encoder_lame3 will turn off a lot of output that was going to the console. On line 456, there is an if-block that begins if(g_conf.debug<10)...then turn off stuff. Now, when I got rid of this line, I could see all the barf that lame was giving me. So if others are having problems with LiveIce, I suggest a similar approach. Cheers, -Spiegel Michael Spiegel WSRN 91.5 FM Swarthmore College Swarthmore, PA 19081 http://wsrn.swarthmore.edu On Mon, 25 Jun 2001, Michael Spiegel wrote:> Hi Folks, > > I'm having the weirdest trouble with liveice. When I start it up with the > correct servername, it grinds to a halt with these messages: > > playlist > 0 > Initialising Soundcard > 16Bit 22050Hz Stereo > opening connection to localhost 8000 > Attempting to Contact Server > connection successful: forking process > opening pipe!... > writing password > > Then it waits there. Now, when I tried it with a bogus servername, > liveice starts working. Of course, it's not sending me stream > anywhere! Why is this happening? > > Here are the messages: > > Attempting to Contact Server > oops...some problem connecting, disabling stream > Setting Up Interface > Soundcard Reopened for Encoding > > etc, etc. > > Thanks greatly, > > -Michael Spiegel, '03 > WSRN 91.5 FM > Swarthmore College Radio > 500 College Ave. > Swarthmore, PA 19081 > > > --- >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. >--- >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.