search for: bufferedsink

Displaying 8 results from an estimated 8 matches for "bufferedsink".

2004 Aug 06
1
Akos...Darkice questions
...set any higher than 16? I try to set it to 20 or 24 and get this error... DarkIce: LameLibEncoder.h:122: specified bits per sample not supported [24] teststream# <p>When I start Darkice I get the following error for about 5 seconds and then it stops with "broken pipe". 08:57:09: BufferedSink, new peak: 53112 08:57:09: BufferedSink, remaining: 28808 08:57:09: BufferedSink, new peak: 53640 08:57:09: BufferedSink, remaining: 28280 08:57:09: BufferedSink, new peak: 53902 08:57:09: BufferedSink, remaining: 28018 08:57:09: BufferedSink, new peak: 54422 08:57:09: BufferedSink, remaining: 2749...
2004 Aug 06
0
Akos...Darkice questions
...set any higher than 16? I try to set it to 20 or 24 and get this error... DarkIce: LameLibEncoder.h:122: specified bits per sample not supported [24] teststream# <p>When I start Darkice I get the following error for about 5 seconds and then it stops with "broken pipe". 08:57:09: BufferedSink, new peak: 53112 08:57:09: BufferedSink, remaining: 28808 08:57:09: BufferedSink, new peak: 53640 08:57:09: BufferedSink, remaining: 28280 08:57:09: BufferedSink, new peak: 53902 08:57:09: BufferedSink, remaining: 28018 08:57:09: BufferedSink, new peak: 54422 08:57:09: BufferedSink, remaining: 2749...
2004 Aug 06
0
Akos...Darkice questions
...set any higher than 16? I try to set it to 20 or 24 and get this error... DarkIce: LameLibEncoder.h:122: specified bits per sample not supported [24] teststream# <p>When I start Darkice I get the following error for about 5 seconds and then it stops with "broken pipe". 08:57:09: BufferedSink, new peak: 53112 08:57:09: BufferedSink, remaining: 28808 08:57:09: BufferedSink, new peak: 53640 08:57:09: BufferedSink, remaining: 28280 08:57:09: BufferedSink, new peak: 53902 08:57:09: BufferedSink, remaining: 28018 08:57:09: BufferedSink, new peak: 54422 08:57:09: BufferedSink, remaining: 2749...
2004 Aug 06
4
DarkIce make problems
...talled lame and Vorbis libraries. This is my config phrase: ./configure --prefix=/aplicacions/icecast-1.3.12/darkice --with-lame --with-vorbis --with-lame-prefix=/usr/local --with-vorbis-prefix=/usr/local And here is the problem: bash-2.03# make make all-recursive Making all in src source='BufferedSink.cpp' object='BufferedSink.o' libtool=no \ depfile='.deps/BufferedSink.Po' tmpdepfile='.deps/BufferedSink.TPo' \ depmode=gcc /bin/bash ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -O2 -pedantic -Wall -c -o BufferedSink.o `test -f 'BufferedSi...
2005 Mar 07
2
New User Installation: Questions about live streaming
...e audio streamer, http://darkice.sourceforge.net Copyright (c) 2000-2004, Tyrell Hungary, http://tyrell.hu Using config file: ./darkice.cfg Using OSS DSP input device: /dev/dsp 17:30:43: encoding 17:30:43: scheduler high priority 99 17:30:43: Using POSIX real-time scheduling, priority 98 17:30:43: BufferedSink, new peak: 0 17:30:43: BufferedSink, remaining: 163840 17:30:43: BufferedSink, new peak: 7 17:30:43: BufferedSink, remaining: 163833 17:30:43: BufferedSink, new peak: 22 17:30:43: BufferedSink, remaining: 163818 DarkIce: LameLibEncoder.cpp:75: lame lib opening underlying sink error [0] netstat -n...
2004 Aug 06
2
Darkice memory leak
...code for > calulating the buffersize somewhat strange. Your is snapshot taken from the > init function in CastSink.cpp : > > int bufferSize = bitRate ? (bitRate * 1024 / 8) * bufferDuration > : (128 * 1024 / 8) * bufferDuration; > bufferedSink = socket ? new BufferedSink( socket, > (bufferSize * 1024 / 8) * > bufferDuration) > : 0; > > In my case the bufferDuration is 10 and bitrate 128. Why is the do we > multiply by 'bufferSize*1024/8*bufferDuration...
2004 Aug 06
2
Darkice memory leak
Unfortunately I can't reproduce your memory leak reports. For example, here is the line about my production darkice instance from top: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 27516 root 20 0 3564 3564 1340 S 95.6 1.3 47:06 darkice <p>this as after approx 50 minutes from start, but the memory load doesn't change for the whole 4 hours it
2004 Aug 06
0
Darkice memory leak
...rce for Darkice. I found the code for calulating the buffersize somewhat strange. Your is snapshot taken from the init function in CastSink.cpp : int bufferSize = bitRate ? (bitRate * 1024 / 8) * bufferDuration : (128 * 1024 / 8) * bufferDuration; bufferedSink = socket ? new BufferedSink( socket, (bufferSize * 1024 / 8) * bufferDuration) : 0; In my case the bufferDuration is 10 and bitrate 128. Why is the do we multiply by 'bufferSize*1024/8*bufferDuration twice? The constructor for Bu...