similar to: Clients connect but no stream...

Displaying 20 results from an estimated 6000 matches similar to: "Clients connect but no stream..."

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
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... >
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
2
DarkIce
Well I read the instructions this time...duh... I've got Redhat 7.1...followed the instructions in the INSTALL.lame file for Redhat. I don't have gcc3 installed I guess cause it still failed. Matt >>> darkeye@tyrell.hu 9/19/01 12:53:37 PM >>> On Wed, 19 Sep 2001, Matthew Mencel wrote: > Other Live streamers??? Will the new Ices2 work with Icecast 1.3.11? Is it
2004 Aug 06
1
Akos...Darkice questions
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 for about 5 seconds and then it stops with "broken pipe". 08:57:09: BufferedSink, new peak: 53112 08:57:09: BufferedSink, remaining: 28808
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
2
Trying to stream to a Nanocaster/2.0 server
Hi Akos, --- Akos Maroy <darkeye@tyrell.hu> wrote: > well of course, the nanocast server uses some different login > protocol > than icecast or shoutcast. is there a site for this server? maybe a > spec > on the source login protocol? then I could add support for it to > darkice Hmm.. I thought nanocaster was similar to shoutcast? I can use the shoutcast plugin for
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
2004 Aug 06
1
Trying to stream to a Nanocaster/2.0 server
--- Akos Maroy <darkeye@tyrell.hu> wrote: > did you try it with darkice configured for shoutcast? e.g. a > configuration section [shoutcast-0]? Yes I did, but it never connected properly. This is the message: DarkIce 0.8 live audio streamer, http://darkice.sourceforge.net Copyright (c) 2000-2002, Tyrell Hungary, http://tyrell.hu Using config file: /usr/local/etc/live365.cfg Using
2004 Aug 06
1
DarkIce make problem
Yea, I figured it out...brain fart on my part. Got it working, but getting some sort of TCPSocket error now... still trying. :) [root@jabez etc]# darkice -c /usr/local/etc/darkice.cfg DarkIce 0.6 live audio streamer, http://darkice.sourceforge.net Copyright (c) 2000-2001, Tyrell Hungary, http://tyrell.hu Using config file: /usr/local/etc/darkice.cfg Using POSIX real-time scheduling, priority
2004 Aug 06
2
Trying to stream to a Nanocaster/2.0 server
Hi all, I'm attempting to stream audio to a live365.com server, more specifically, it is a Nanocaster/2.0 server: HTTP/1.0 200 OK Server: Nanocaster/2.0 Content-Type: audio/mpeg Cache-Control: no-cache Pragma:no-cache Connection: close Content-Length: 44000000 I tried Liveice (XMMS plugin) and it wouldn't connect properly. I tried ices, that too would not work. I even tried DarkIce
2001 Oct 06
3
DarkIce make problem
Using RH71. Got Lame, Vorbis, gcc3 and everything installed. When I try to make DarkIce I get this error. Can anyone help? $ make make all-recursive make[1]: Entering directory `/usr/src/download/darkice-0.6' Making all in src make[2]: Entering directory `/usr/src/download/darkice-0.6/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -c DarkIce.cpp In file included from
2004 Aug 06
2
Unable to get shoutcast sources to work
Hi: I have some people who want to be able to broadcast using a shoutcast DSP plugin with MP3, to an icecast2 server. But we can't get it to work. Since I can't be bothered booting one of our boxes into windows to try the shoutcast DSP itself, I decided to use darkice in shoutcast mode. I know this works with shoutcast servers. anyway, it connects, but only briefly, and then is
2001 Oct 05
1
Attn: darkeye@tyrell.hu RE: Darkice
You helped me a few weeks ago setup DarkIce. Well I had nothing but problems doing it on RH62 so... here I am again but this time armed with RH71. I followed your instructions for installing lame and ogg vorbis and it's all fine. When I tr to install DarkIce though I get the following error. # make make all-recursive make[1]: Entering directory `/usr/src/download/darkice-0.6' Making
2004 Aug 06
2
DarkIce
Well it was lame I was tryng to install...gives me the missing gcc3 error. So now I guess iI have to find gcc3. Maybe I should just go back to RedHat 6.2. This all worked just fine on that. # export CC=gcc3 # ./configure --with-fileio=lame --without-vorbis --disable-gtktest --enable-nasm --enable-expopt=full --prefix=/usr loading cache ./config.cache checking host system type...
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
2004 Aug 06
2
Clients connect but no stream...
Other Live streamers??? Will the new Ices2 work with Icecast 1.3.11? Is it hard to configure? Matt >>> jack@xiph.org 9/19/01 12:43:24 PM >>> > Lame is running...ps ax | grep lame produces this. > > 1570 pts/1 S< 0:26 /usr/bin/lame -m m -s 22.050000 -b 24 -r -x -h .livei > > > I'll see about renaming the lame executable to lame3.... So much
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
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
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