similar to: (no subject)

Displaying 20 results from an estimated 4000 matches similar to: "(no subject)"

2004 Aug 06
1
(no subject)
Hi Adam, Thanks for your responce. I was planning on doing both, the encoding and serving, form the same machine, and I'm not sure I see any stability gains by splitting it up. Understand having, for example, a file server and mail server on different machines, so if one goes down you can still use the other. But in this case, one service depends on the other (the server has nothing to
2004 Aug 06
0
(no subject)
Matt, I guess you are aware you will need : 1. an encoder (eg. MuSE, ICES, DARKICE etc) 2. a streaming server (eg. Icecast2) These can run on the same machine but its generally not a good idea (although others may disagree with this but I woudl rather not have a crticial system where a single point of failure could bring the whole thing to a stop). The machine you mention (the PIII) should be
2012 Aug 21
2
Any android source client for icecast ?
Hi Guys, 2012/7/20 juantello <juantello1234 at gmail.com>: > > Hello. > > Icecast client for android > http://droidtools.sourceforge.net/content/icecast-client-android > http://droidtools.sourceforge.net/content/libogglibvorbis-and-libshout-libraries-android I just finished compiling an android version of our reshaped shine encoder [1] there:
2004 Aug 06
2
using the latest icecast and ices to stream both ogg and mp3
darkice is an execellent bit of software, very well written. and the author of the darkice software, akos, is very active on the darkice ML. http://yp.tilos.hu:9000/tilos_high.ogg <= for a darkice stream. b. On Sat, Nov 22, 2003 at 12:05:55PM -0500, Brendan Cully wrote: > On Saturday, 22 November 2003 at 10:50, Kerry Cox wrote: > > So basically, I download and install ices 0.3,
2004 Aug 06
2
Any buffering on server?
On Monday 10 February 2003 13:25, Michael Smith shaped the electrons to shout: > If it takes this long, then there's something else wrong. It should be > well under a tenth of a second (and probably closer to 1/100). No, nothing wrong, at least darkice is doing very badly. With darkice as encoder at about 30 kbps, there are about 3 buffers per second, which mean that in the worst
2004 Aug 06
1
Multiple bitrates from live source
What is the best way to set up multiple streams, at multiple bitrates, from the same line-input audio source? I currently offer a 96 Kbps stream of the line-input of a D-Link DSB-R100 radio tuner. I'd like to offer a 32 Kbps stream as well, for 56K modem users. Should I run multiple copies of liveice on the machine with the soundcard? Or should I have ices reencode the 96 Kbps stream down
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
3
Propping up liveice
I'm a volunteer who runs the mp3 streaming for KGNU-FM in Boulder, Colorado. We stream live at 64K with Linux, icecast 1.3.12+ minor patches, liveice, and lame 3.92. It easily supports 32 internet listeners 24x7 from a donated 400MHz Pentium II. Liveice is the only problem--it does its job of connecting the soundcard rec in to the lame encoder and to icecast, but dies without
2004 Aug 06
2
Radio france in ogg
Boink wrote: > They're streaming only in 22050/11khz mono. > I'm doing my stream around 30 kbps/11khz in *stereo*. Just my opinion but I've found streaming with quality -1 22khz Mono produces the best sound quality for 32kb/s. 11khz stereo sounds like crap in comparison. I'm just waiting (impatiently) for OddCastDSP(v1) to support 22050 mono via the SQRSoft crossfader. If
2012 Jan 17
5
Dedicated Firewall/Router
Hi All, I want to build a dedicated firewall/router as I am launching a NPO and I can host this in my garage. (Comcast offered me a 100 x 20 circuit for $99/mo with 5 statics) I used to run Untangle, but as of version 9, you are forced to use their build in protocol policies versus the firewalling I am used to (Deny All and then opening holes for specific IP's, etc). There are so many
2004 Aug 06
2
Any buffering on server?
On Monday 10 February 2003 04:29, Michael Smith shaped the electrons to shout: > Other than the headers, there is no deliberate burst at initial connect > (but there will be an option for this soon). You can try it (48 KB of startup buffers) at: http://mcrg.uib.es:8000/live.ogg and http://mcrg.uib.es:8000/high.ogg The only think I'm still not very convinced is that clients has to
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
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
Darkice on Linux PPC
> > >> >> >> Plus about 10 more lines of errors. > > > well, what do these lines say? :) <p>make all-recursive make[1]: Entering directory `/usr/darkice/darkice' Making all in src make[2]: Entering directory `/usr/darkice/darkice/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c VorbisLibEncoder.cpp VorbisLibEncoder.cpp: In method
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:
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
1
How broadcast a source with multiple bitrate ?
Hi, How can I broadcast the same source in 128 kbps, 64 kbps and 24 kbps ? Regards -- EISELE Pascal <lemmingsml@nerim.fr> --- >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
2004 Aug 06
2
Darkice on Linux PPC
> > obviously you have some wierd version of vorbis on your machine. what > version do you have? I persume it's not 1.0 final... <p>Yeah, I think installing the final verison of vorbis solved a lot of problems. However, here's a new error I'm getting when trying to 'make' darkice: make all-recursive make[1]: Entering directory `/usr/darkice/darkice'
2008 Jan 18
4
sound card input stream
Hi to all. ? am a newbie about icecast. ? just wanna know that, Can i stream my sound card input sound? I mean i want to stream the sound that comes into my sound cards input, from a microphone. is it possible? ?f it is possible how can i do that. Can u help me? Take it easy... Mesut GULNAZ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
2
Liveice on Linux PPC || use ices => use darkice
> > >> >> >> I can't get darkice to compile (error in 'MultiThreadedConnector.cpp') >> and there is no darkice RPM for PPC. > > > Please use the CVS version of darkice, which includes a fix for the > problem you mentioned. <p>OK, I got the CVS version of darkice. Now when I run 'make' I get the following error(s):