similar to: Akos...Darkice questions

Displaying 20 results from an estimated 400 matches similar to: "Akos...Darkice questions"

2004 Aug 06
0
Akos...Darkice questions
Actually...I think it's because I set it to mono instead of stereo...anyway, is there a way to set the bitsPerSample higher? Matt <p><p>>>> Matt@cmitech.com 8/28/02 9:09:03 AM >>> Hmmm...I raised my sample rate to 44100 from 22050 and now it seems to be more stable??? >>> Matt@cmitech.com 8/28/02 9:04:47 AM >>> Can the bitsPerSample be set any
2004 Aug 06
0
Akos...Darkice questions
Hmmm...I raised my sample rate to 44100 from 22050 and now it seems to be more stable??? >>> Matt@cmitech.com 8/28/02 9:04:47 AM >>> Can the bitsPerSample be 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
2005 Mar 07
2
New User Installation: Questions about live streaming
I recently installed icecast and iceS and all seems to be well. I have spent four days trying to understand and use darkice and finally gave up. Using darkice configuration: [general] duration = 0 # do it forever bufferSecs = 10 [input] #device=hw:0,0 device = /dev/dsp sampleRate = 22050 # 44100 or 22050 or 11025... bitsPerSample = 16 #16 bit samples channel = 2 # 1 for mono, 2 means stereo.
2004 Aug 06
3
Akos...Darkice questions
I'm using liveice and lame on another stream... ample rate of 22050 bitrate of 24000 It has worked fine for over 9 months now...except it crashes all the time because of liveice I think. >>> darkeye@tyrell.hu 8/28/02 9:15:58 AM >>> Matthew Mencel wrote: > Can the bitsPerSample be set any higher than 16? I try to set it to > 20 or 24 and get this error... >
2004 Aug 06
4
DarkIce make problems
Hi everybody I'm trying to encode the soundcard signal to serve it with IceCast, but I'm having problems with making darkice-0.11. Anybody could help? I'm compiling in a Solaris 6 OS with gcc 2.8.1, and I've installed lame and Vorbis libraries. This is my config phrase: ./configure --prefix=/aplicacions/icecast-1.3.12/darkice --with-lame --with-vorbis
2004 Aug 06
2
Darkice memory leak
Kristjan Gu?ni Bjarnason wrote: > I was looking more closely on the source 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; >
2004 Aug 06
0
Darkice memory leak
I was looking more closely on the source 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,
2004 Aug 06
1
Compiling Darkice
I'm compiling Darkice on a FreeBSD 4.6.2 box. Everything works up to this point after I type "make"...then I get this error. Any ideas? Thanks, Matt teststream# make make all-recursive Making all in src source='TcpSocket.cpp' object='TcpSocket.o' libtool=no depfile='.deps/TcpSocket.Po' tmpdepfile='.deps/TcpSocket.TPo' depmode=gcc /bin/sh
2004 Aug 06
1
Compiling Darkice
>Fromthe config.log file created by ./configure configure:3326: checking for sys/types.h configure:3339: gcc -c -g -O2 conftest.c >&5 configure:3342: $? = 0 configure:3345: test -s conftest.o configure:3348: $? = 0 configure:3358: result: yes configure:3627: checking sys/socket.h usability configure:3636: gcc -c -g -O2 conftest.c >&5 configure:3639: $? = 0 configure:3642: test
2004 Aug 06
1
Akos...Darkice questions
This is probably sacrilegious to speak of Shoutcast here but that's what I am streaming to right now. Just a couple questions about Darkice... quality is set to 0.5 by default. What's the range for this and what kind of effect does it have on the audio and the load on the system? I've set the "public" variable to yes so it will advertise to Shoutcasts directory but
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
2001 Oct 05
2
DarkIce 0.6 and Lame 3.89: underlying sink error
Hey, I've compiled DarkIce 0.6 dynamically linked to LAME 3.89. I'm running Slackware 8 and using gcc 2.95.3. Running DarkIce yields the following output: DarkIce 0.5 live audio streamer, http://darkice.sourceforge.net Copyright (c) 2000-2001, Tyrell Hungary, http://tyrell.hu Using config file: darkice.cfg Using POSIX real-time scheduling, priority 98 LAME version 3.89 (beta
2004 Aug 06
1
DarkIce problem
dimanche 3 mars 2002, 23:05:21, Cédric Mallet a écrit : > I have installed DarkIce from the latest rpm version. > I get this error message when running it : > TcPSocket.cpp:197 : gethostbyname error > Does anyone know what it means ? <p>A hint : according to the man this function is linked to /etc/hosts, which contains only one line : 127.0.0.1 I replaced my DNS with my IP
2007 May 10
1
darkice slow stream
Hi, I am trying to set up a stream from my computer. I have set up Icecast, and it seems to be working. My OS is Redhat Enterprise Linux 3 and my soundcard is a SB Audigy SE working with Alsa. I have set up darkice as source client, and it seems to be working I get a really slow input stream from darkice. I think the stream must have double speed for a correct playback. This is the
2004 Aug 06
1
Re: DarkIce 0.6 and Lame 3.89: underlying sink error
Samuel, I had the same problem. I think it's because the port in darkice does not match the port icecast or shoutcast is listening on. I thought it was 8000 but it was actually 8001. Check that. Matt -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of Samuel Hathaway Sent: Friday, October 05, 2001 2:43 PM To: icecast@xiph.org Cc:
2004 Aug 06
0
Re: DarkIce 0.6 and Lame 3.89: underlying sink error
On Fri, 5 Oct 2001, Samuel Hathaway wrote: > Hey, > > I've compiled DarkIce 0.6 dynamically linked to LAME 3.89. I'm running > Slackware 8 and using gcc 2.95.3. Running DarkIce yields the following > output: > > DarkIce 0.5 live audio streamer, http://darkice.sourceforge.net Actually, that's DarkIce 0.5's output. DarkIce 0.6 says: DarkIce 0.6 live
2008 Jan 24
0
Darkice "Buffer overrun": how to troubleshoot?
We're running a darkice/icecast configuration to stream our LPFM radio station (and to provide a quick-n-dirty studio-transmitter-link). (See config data below.) We're getting intermittent "Buffer overrun!" errors out of darkice, and we associate these with interruptions in our audio stream that are quite noticeable. These occur anywhere from once to ten times per hour.
2004 Aug 06
2
problems setting the sample rate with icecast2 and darkice
At present my stream is at 11.025 kHz and I want it to be at 44.1 kHz. Input is coming from line-in on my sound blaster card under linux (RH 9) using the sb driver. I presume that it is icecast that sets the sample rate on the dsp in the card, though when I change the settings in icecast.xml and darkice.cfg as show below the stream becomes choppy; or rather the sampling doesn't seem to
2004 Aug 06
0
icecast2 as primary server and authenticated darkice
hello, I need to set up icecast2 as indipendent server, I mean I have my own domain and IP address where I'm going to install icecast2, my server have to be able to authenticate every SourcesSide (eg: winampa, darkice) but can't udersand something, as like as difference between "master server" and "relay server" and, in my darkice confinguration file, where i have to
2004 Aug 06
7
Darkice CVS
Akos, have tried to use the CVS for the last few days (following instructions on sourceforge) but it keeps timing out. Anything going on with the CVS Server? Gary. --- >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