Hi all! I installed icecast & ices (from CVS) Enerything runs, but with some problems: When I connect to the server (with XMMS or MPlayer) the buffer runs empty very quickly, causing interruptions. My "server" is an old Pentium 120 with 64MB RAM ,a HD of 8G and an ethernet NIC. (I know it isn't much, but I'm tired of taking my CD collection to work.) I ripped the tracks in OGG format at 56kbps 22050 Hz Samplerate. my partial ices config: <encode> <nominal-bitrate>56000</nominal-bitrate> <!-- bps. e.g. 64000 for 64 kbps --> <!-- samplerate>22050</samplerate --> <channels>2</channels> </encode> this is my CPU-load on the server: 21:05:19 up 1 day, 23:00, 2 users, load average: 1.07, 0.78, 0.60 47 processes: 45 sleeping, 2 running, 0 zombie, 0 stopped CPU states: 97.1% user, 2.9% system, 0.0% nice, 0.0% idle Mem: 62348K total, 55912K used, 6436K free, 17900K buffers Swap: 124988K total, 0K used, 124988K free, 20208K cached PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 1668 root 13 0 6096 6096 1180 R 95.4 9.7 6:00 ices 1660 wim 6 0 944 944 748 R 3.0 1.5 0:14 top 1598 wim 0 0 1976 1976 1800 S 0.9 3.1 0:11 sshd 1669 icecast 0 0 1864 1864 1320 S 0.3 2.9 0:00 icecast Some hints? Thanx a lot! Wim <p><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 at 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 Tue, 2003-09-02 at 20:05, Wim wrote:> my partial ices config: > > <encode> > <nominal-bitrate>56000</nominal-bitrate> > <!-- bps. e.g. 64000 for 64 kbps --> > <!-- samplerate>22050</samplerate --> > <channels>2</channels> > </encode>try using the quality tags instead of nominal-bitrate as that currently implies the managed mode which is more CPU hungry. The quality value will depend on the samplerate but at 44.1khz try <quality>-0.5</quality> karl. <p><p><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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> My "server" is an old Pentium 120 with 64MB RAM ,a HD of 8G and an > ethernet NIC. > (I know it isn't much, but I'm tired of taking my CD collection to > work.) I ripped the tracks in OGG format at 56kbps 22050 Hz Samplerate. > > my partial ices config: > > <encode> > <nominal-bitrate>56000</nominal-bitrate> > <!-- bps. e.g. 64000 for 64 kbps --> > <!-- samplerate>22050</samplerate --> > <channels>2</channels> > </encode>You will not be able to do realtime encoding in managed bitrate modes on hardware that slow. You could try a quality-based mode, or (since your audio is already 56 kbps), you could try NOT re-encoding it. Mike <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 at 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, Thanx, switching re-encoding off, helped me a lot... <p><p><p>On Wed, 2003-09-03 at 04:21, Michael Smith wrote: <*SNIP*>> You could try a quality-based mode, or (since your audio is already 56 kbps), > you could try NOT re-encoding it. > > Mike > > > --- >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>Cheers! Wim De Hul ------------------------------------------------------------------------------ IP SERVICES SPECIALIST Belgacom Carrier and Wholesale Business Unit (CBU) ------------------------------------------------------------------------------ AS6774 Ripe : WDH25-RIPE reply-to : NOC{at}belbone{dot}be peering : peering{at}belbone{dot}be NOC Tel : +32 2/547.51.00 www.belgacom.be/carrier ------------------------------------------------------------------------------ The day Microsoft makes something that doesn't suck, is probably the day they start making vacuum cleaners. ------------------------------------------------------------------------------ 11:03am up 2 days, 1:16, 1 user, load average: 1.62, 1.53, 1.33 --- >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.
> try using the quality tags instead of nominal-bitrate as that currently > implies the managed mode which is more CPU hungry. The quality value > will depend on the samplerate but at 44.1khz try <quality>-0.5</quality>exists anywhere some complete icecast (not ices) tag list ? Sometimes I'm confused with ices and icecast tags, and I don't know if both uses the same tags, or not. thanks. pau. <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.