> > and what is the system load? are you running darkice as root?<p>Yes, running as root. Here is the loadavg while darkice is running: cat /proc/loadavg 0.29 0.13 0.06 1/56 979> you can always check: encode (using command line lame) a 1 minute wav > file to mp3. if it takes less than 1 minute, you did it below real > time :)A one minute .wav file took 17 seconds to encode with the command 'lame myfile.wav'>> bad news :( can you compile it in debug mode and send me the >> backtrace? for debug mode, change the line >OK, i changed the flag and ran make again. Is there a log somewhere once the error occurs? The segmentation fault is somewhat unpredictable, and it doesn't always happen. BTW, I still need it to release /dev/dsp. Drew <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.
Drew Lane wrote:> A one minute .wav file took 17 seconds to encode with the command 'lame > myfile.wav'then you should be fast enough> OK, i changed the flag and ran make again. > > Is there a log somewhere once the error occurs? > The segmentation fault is somewhat unpredictable, and it doesn't always > happen.if there is a core file dumped, try: gdb path/to/darkice/executable core-file core bt if there is no core file, run darkice from within gdb: gdb path/to/darkice/executable set args -c darkice.cfg run (wait for it to crash...) bt> BTW, I still need it to release /dev/dsp.I have no idea with this. As fuser says that no processes are using it, I don't know what could be wrong. <p>Akos --- >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, Sorry I know this will not be an inept question but I am trying to get my head round icecast. I installed icecast and it seemed OK ./icecast all loaded in telnet OK so I conf the icecast.conf and went to http://ip:8000/admin and got a nice black screen etc - all seems OK but .... I had to re boot the box and now when I goto http://ip:8000/admin the admin pages comes up but takes two minutes I had to increases the time out - could it be I have messed up the conf file ? everything works a lot quicker other than this and I am not blocking port 8000 - I do a top and see that the CPU etc are OK. --- >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.