At 11:17 AM 29/10/2002 -0700, you wrote:>I'm doing a top on my server (ices2 and icecast2 from CVS) and ices is >using 14% of my cpu cycles - bastard! One channel is doing reencoing >and when I just play an ogg without reencoding. The ogg file was >encoded at 64kbs 44khzIs this praise, a bug report, a question, or other? If you're having a problem with the software, it helps if you state what the problem _is_. Michael <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.
Bastard is used in a negative context here :) A snippit of a top command reveals: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 3246 root 15 0 2436 2436 1280 S 10.5 3.9 0:14 ices <p>I am re encoding using: <encode> <nominal-bitrate>8000</nominal-bitrate> <samplerate>11025</samplerate> <channels>1</channels> <quality>-1</quality> </encode> Seems like its chewing up a lot a cpu cycles or is this by design? R <p><p>n Wed, 30 Oct 2002 17:07:11 +1100 Michael Smith <msmith@xiph.org> wrote:> At 11:17 AM 29/10/2002 -0700, you wrote: > >I'm doing a top on my server (ices2 and icecast2 from CVS) and ices > >is using 14% of my cpu cycles - bastard! One channel is doing > >reencoing and when I just play an ogg without reencoding. The ogg > >file was encoded at 64kbs 44khz > > Is this praise, a bug report, a question, or other? If you're having > a problem with the software, it helps if you state what the problem > _is_. > > Michael > > > --- >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.<p>Regards Richard ------------------------------------------ .' `. |a_a| Richard@Jacana.Net \ V / Phone: 303.931.1414 /( )\ Fax: 309.422.5703 |\`> < /\ \_|=='|_/ ------------------------------------------ --- >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 02:53 PM 30/10/2002 -0700, you wrote:>Bastard is used in a negative context here :) A snippit of a top >command reveals: > >PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND >3246 root 15 0 2436 2436 1280 S 10.5 3.9 0:14 ices > > >I am re encoding using: > > <encode> > <nominal-bitrate>8000</nominal-bitrate> > <samplerate>11025</samplerate> > <channels>1</channels> > <quality>-1</quality> > </encode> > >Seems like its chewing up a lot a cpu cycles or is this by design? >Considering you're doing on-the-fly downsampling and re-encoding, this is pretty good. ices is designed to be very efficient if all it's doing is streaming the content, but it's slow (for obvious reasons) if it has to decode and re-encode the data that it streams. Even worse, you're streaming in managed mode (ABR), which is less than half the speed of the quality-rated VBR modes. Michael <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.