> > 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.
> > this may be the case. what is your system load when you run darkice? > can your system encode to mp3 real time?<p>Well, top is reporting that darkice is using between 11-13% I'm not sure if the system can encode mp3 in real time, but I do have a G3 processor upgrade coming in the next week or so which should eliminate that question.>> hm... most probably /dev/dsp is not released... try > > > fuser /dev/dspThis returns nothing. Is there any other way to release /dev/dsp? Also, I sometimes get a segmentation fault when running darkice. :^( Drew --- >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:> Well, top is reporting that darkice is using between 11-13%and what is the system load? are you running darkice as root?> I'm not sure if the system can encode mp3 in real time, but I do > have a G3 processor upgrade coming in the next week or so which > should eliminate that question.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 :)> This returns nothing.hm, strange> Is there any other way to release /dev/dsp? > > Also, I sometimes get a segmentation fault when running darkice. :^(bad news :( can you compile it in debug mode and send me the backtrace? for debug mode, change the line CXXFLAGS = -O2 -pedantic -Wall in src/Makefile.am to CXXFLAGS = -g -pedantic -Wall and run ./configure && make again. <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.