At 4:37 PM -0400 7/6/01, Brendan Cully wrote:>On Friday, 06 July 2001 at 13:21, tom erbe wrote: >> At 1:48 PM -0400 7/6/01, Brendan Cully wrote: >> > > 0.2 doesn't segfault, but it seems to overrun the server (if that >> >> makes any sense), it plays a 3 minute file in seconds. >> > >> >I'd like to know more about this. Are you reencoding? If so, note that >> >the reencode/samplerate/channels options have moved into the Stream >> >section (to support multiple streams). >> >> I am not re-encoding, as I was unable to get LAME to compile under >> Solaris. I tried LAME 3.87-9. I am running Solaris 2.7 (sparc) and > >I haven't actually tried to build lame on solaris yet, so I can't >comment on this. > >> using gcc to compile. >> >> My ices command line is: >> >> /usr/local/icecast/bin/ices -F playlist.txt -g "Experimental >> Electronic Computer Ambient Noise" -h hagstrom.calarts.edu -n >> freesound -m /fs -P ?????? -r -u http://www.soundhack.com > >Can you add a -v there and see what kind of debug messages you get? >Also compile with --without-libshout to make sure you are compiling >with the builtin shout library instead of a possibly buggy already >installed copy.Sure - I did both of those things. Everything looks normal, it is just plowing through the songs at high speed. You might be able to listen until you can't keep up at http://hagstrom.calarts.edu:8000 Here is the output I'm getting --- DEBUG: Sending following information to libshout: DEBUG: Stream: 0 DEBUG: Host: hagstrom.calarts.edu Port: 8000 DEBUG: Password: ?????? Icy Compat: 0 DEBUG: Name: freesound URL: http://www.soundhack.com DEBUG: Genre: Experimental Electronic Computer Ambient Noise Desc: Default description DEBUG: Bitrate: 32 Public: 1 DEBUG: Mount: /fs Dumpfile: (null) Logfile opened DEBUG: Initializing playlist handler... DEBUG: Initializing builting playlist handler... DEBUG: Randomizing playlist... Mounted on http://65.165.174.101:8000//fs DEBUG: Builtin playlist handler serving: /usr/local/icecast/freesound/Sciss/Azoiphon/Passim.mp3 DEBUG: ID3v1 song: Passim DEBUG: ID3v1 artist: Sciss DEBUG: Layer: III Version: MPEG-2 LSF Frequency: 22050 DEBUG: Bitrate: 32 kbit/s Padding: 0 Mode: single-ch DEBUG: Ext: 0 Mode_Ext: 0 Copyright: 0 Original: 0 DEBUG: Error Protection: 0 Emphasis: 0 Stereo: 1 Playing /usr/local/icecast/freesound/Sciss/Azoiphon/Passim.mp3 DEBUG: Initially delaying metadata update... DEBUG: Updated metadata on /fs to: Sciss - Passim DEBUG: Done sending DEBUG: Builtin playlist handler serving: /usr/local/icecast/freesound/Speedy J/Public Energy No. 1/Drainpipe.mp3 DEBUG: ID3v1 song: Drainpipe DEBUG: ID3v1 artist: Speedy J DEBUG: Layer: III Version: MPEG-2 LSF Frequency: 22050 DEBUG: Bitrate: 32 kbit/s Padding: 0 Mode: single-ch DEBUG: Ext: 0 Mode_Ext: 0 Copyright: 0 Original: 0 DEBUG: Error Protection: 0 Emphasis: 0 Stereo: 1 Playing /usr/local/icecast/freesound/Speedy J/Public Energy No. 1/Drainpipe.mp3 DEBUG: Updated metadata on /fs to: Speedy J - Drainpipe DEBUG: Done sending DEBUG: Builtin playlist handler serving: /usr/local/icecast/freesound/Steve Key/ -- ........................................................................ Tom Erbe . 608 Carla Way, La Jolla, CA, 92037 tre@shoko.calarts.edu . aim ThomasErbe http://shoko.calarts.edu/~tre/freesound.pl ........................................................................ --- >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.
At 1:48 PM -0400 7/6/01, Brendan Cully wrote:>On Friday, 06 July 2001 at 10:32, tom erbe wrote: >> icecast 1.3.10 is the server i'm running, but its ices 0.1 that gives >> me a segfault under solaris. it works just fine on my linux box. ices > >The segfaults are a stack size problem. Try changing STACKSIZE near >the top of thread/thread.c from 8192 to 65536 or so...Okay - that helped. Now 0.10 doesn't segfault any more, but acts much like 0.2.> > 0.2 doesn't segfault, but it seems to overrun the server (if that >> makes any sense), it plays a 3 minute file in seconds. > >I'd like to know more about this. Are you reencoding? If so, note that >the reencode/samplerate/channels options have moved into the Stream >section (to support multiple streams).I am not re-encoding, as I was unable to get LAME to compile under Solaris. I tried LAME 3.87-9. I am running Solaris 2.7 (sparc) and using gcc to compile. My ices command line is: /usr/local/icecast/bin/ices -F playlist.txt -g "Experimental Electronic Computer Ambient Noise" -h hagstrom.calarts.edu -n freesound -m /fs -P ?????? -r -u http://www.soundhack.com> >I'm running 0.2 on Solaris 2.8 (sparc) right now, seemingly >successfully (no skips or glitches). But I had to bump the stack >size. This change has been committed to CVS, I'll probably release >0.2.1 fairly soon. > >-Brendan > >--- >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.-- ........................................................................ Tom Erbe . 608 Carla Way, La Jolla, CA, 92037 tre@shoko.calarts.edu . aim ThomasErbe http://shoko.calarts.edu/~tre/freesound.pl ........................................................................ --- >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 Friday, 06 July 2001 at 13:21, tom erbe wrote:> At 1:48 PM -0400 7/6/01, Brendan Cully wrote: > > > 0.2 doesn't segfault, but it seems to overrun the server (if that > >> makes any sense), it plays a 3 minute file in seconds. > > > >I'd like to know more about this. Are you reencoding? If so, note that > >the reencode/samplerate/channels options have moved into the Stream > >section (to support multiple streams). > > I am not re-encoding, as I was unable to get LAME to compile under > Solaris. I tried LAME 3.87-9. I am running Solaris 2.7 (sparc) andI haven't actually tried to build lame on solaris yet, so I can't comment on this.> using gcc to compile. > > My ices command line is: > > /usr/local/icecast/bin/ices -F playlist.txt -g "Experimental > Electronic Computer Ambient Noise" -h hagstrom.calarts.edu -n > freesound -m /fs -P ?????? -r -u http://www.soundhack.comCan you add a -v there and see what kind of debug messages you get? Also compile with --without-libshout to make sure you are compiling with the builtin shout library instead of a possibly buggy already installed copy. -Brendan --- >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.