similar to: New User Installation: Questions about live streaming

Displaying 20 results from an estimated 400 matches similar to: "New User Installation: Questions about live streaming"

2005 Mar 08
3
New User Installation: Questions about live streaming
I am still working to insert mic in a stream. I found a walkthru here:http://www.daniweb.com/techtalkforums/thread6875.html and I have been trying to get ices to accept the sample script. I am seeing the complaint: XML Parser: Document of invalid type, no ices namespace found Logfile opened Could not find a valid playlist file. Ices Exiting... As far as I can tell, the config file's
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
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
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
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
0
Error Syncing to MPEG
On Tue, 2004-06-08 at 12:12, kevin wrote: > I am trying to relay a streamtuner Live365 stream across a ssh tunnel to > a remote XP pc, where I would pick it up using winamp. > > I have a similar setup with a non-live365 stream routed using > streamripper to port 9001 and this plays correctly in winamp > > For my Live365 stream, I have a RealVNC root session that is streaming
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
2012 Jan 07
3
Support 56kHz to 19.2kHz gain analysis
Copy additional filter values from Foobar2000 as found in <http://code.google.com/p/sirens2/source/browse/trunk/libwavpack-4.32.psp/wvgain.c?r=32> to allow metaflac to perform gain analysis on high sample rate audio. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20120107/018c821b/attachment-0001.htm
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
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
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
1
Clients connect but no stream...
Tried rpm of DarkIce and got this... error: failed dependencies: libgcc_s.so.1 is needed by darkice-0.6-1 Also tried compiling straight from source and got this... c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -c DarkIce.cpp In file included from DarkIce.cpp:78: LameLibEncoder.h:46:2: #error need lame/lame.h make[2]: *** [DarkIce.o] Error 1 make[2]: Leaving directory
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
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
2008 Feb 14
1
Package for Multiple Additive Regression Trees
Hello List, I've been unsuccessful in tracking down a package that does MART. J Friedman's website has a page that mentions an R implementation but the links lead nowhere. There is also a nice walkthru/vignette pdf on his site. But I can not find this package anywhere. Perhaps it's commercial? Does anyone know of where it might be available or of any other R package (or Matlab
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
2005 Mar 08
2
New User Installation: Questions about live streaming
My short term goal, is to stream mp3 and add input from the mic (my voice) into the stream. Long term goal, internet radio with music, talk, and request on demand. I downloaded, compiled, and configured ices-0.4.tar using ices.conf.dist (mp3 files are streaming and clients [winamp, win media] connect OK). In the /download/ices-0.4/conf directory there are four files: ices.conf.dist,
2004 Jun 08
2
Error Syncing to MPEG
I am trying to relay a streamtuner Live365 stream across a ssh tunnel to a remote XP pc, where I would pick it up using winamp. I have a similar setup with a non-live365 stream routed using streamripper to port 9001 and this plays correctly in winamp For my Live365 stream, I have a RealVNC root session that is streaming the Live365 broadcast from streamtuner (using XMMS). I can see XMMS playing