similar to: No subject

Displaying 20 results from an estimated 2000 matches similar to: "No subject"

2004 Aug 06
0
Darkice memory leak
Kristjan, > After babysitting liveice for few months I decided to move to Darkice. First > I tried installing Darkice on Redhat7.1 but soon gave up after endless > broken dependencies. Upgraded to Redhat7.2 and the rpms were accepted right > away. I installed: > > lame-3.91-1.i686.rpm > libogg-1.0rc3-1.i386.rpm > libvorbis-1.0rc3-1.i386.rpm > darkice-0.9-1.i386.rpm
2004 Aug 06
2
Darkice memory leak
After babysitting liveice for few months I decided to move to Darkice. First I tried installing Darkice on Redhat7.1 but soon gave up after endless broken dependencies. Upgraded to Redhat7.2 and the rpms were accepted right away. I installed: lame-3.91-1.i686.rpm libogg-1.0rc3-1.i386.rpm libvorbis-1.0rc3-1.i386.rpm darkice-0.9-1.i386.rpm Darkice runs but it eats up memory like hell. I tried
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
2
Darkice memory leak
ups, sorry for fuzzy description. I use "top" to watch the running processes. It updates every 5 seconds. I am running RedHat 7.2, download from one of Redhats mirros. Haven't installed any updates of Redhat 7.2. The box is a fresh PC with Amd Athlon 1700XP, 128MB, two SoundBlaster 16 PCI using OSS drivers. Any info missing? Kristjan <p>-----Original Message----- From:
2004 Aug 06
3
Darkice memory leak
Tried both the binary and compiling the src. Both leaking. It the setting suggested in "INSTALL.lame" didn't work and so I suspected the compiliation settings so I tried various settings. The compiler version is the one coming with RedHat 7.2 gcc3-3.0.1-3. Kristjan <p><p><p><p>-----Original Message----- From: owner-icecast@xiph.org
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
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
2
darkice problems (was Re: Propping up liveice)
I tried darkice 0.9 with icecast 1.3.12 and lame 3.91. I specified a 64k stream and similar options to what works for us with liveice. Streaming worked successfully, and I applaud darkice for being fairly simple to build and configure. But the stream sounded like mud. It was worse than our 16k mono RealAudio stream. I re-examined my config, I rebuilt everything with gcc 2.96, then with
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
Audio Capturing
So how would that would work? I guess I could use Darkice to broadcast the stream to a new mountpoint, and then use winamp,xmms or streamripper on another PC to attach to that mount point and save the stream to a file - kludgy but would work. I realize I could use something like waverc, but that would chew up significant disk space as I need to capture this audio (approx 2-3 hrs) at 128K VBR.
2004 Aug 06
3
Liveice+Darkice?
Hello, Could the experienced people help me? 1:) Is it possible to start liveice in the background like icecast and shout?? 2:) If I insert another sound card to PC(it will have 2 or more sound cards). Is it enough to specify "SOUND_DEVICE" option to /dev/dspX in liveice.cfg and start another liveice session with that configuration file??? 3:) With many efforts I fail to start darkice
2004 Aug 06
1
Propping up liveice
lundi 27 mai 2002, 07:27:32, Akos Maroy a écrit : > Matt Boersma wrote: >> on the average of every couple weeks. I tried darkice, but it doesn't >> deal with lame correctly. So I wrote a script to resurrect liveice when > Could you elaborate on this? In what respect does darkice not deal with > lame correctly? Personnally I have those error messages repeting with
2004 Aug 06
0
no luck with streamers
Check out if there is another application using /dev/dsp. Especially if you have Mandrake and KDE, because Mandrake set up artd (a sound server for KDE) by default. You should also check out the permissions for /dev/dsp. The user who is trying to run liveice (or whatever) must be allowed to open /dev/dsp. I hope It Help you. <p> --- Luis Gallardo. Caracas - Venezuela. Raúl Gutiérrez
2004 Aug 06
0
no luck with streamers
I have seen this behavour with my mixice streaming program too if the channels are turned down or if the line input is not set for "record". Using "aumix" or "mixer" can find out how they are set and can be used to adjust them. Tim On Sat, Apr 20, 2002 at 08:02:00AM -0400, Ra?l Guti?rrez Segal?s wrote: > The same as wtih liveice, it stops while trying to open
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
streaming ogg and mp3 on the same machine
Ahh, I knew I had simply overlooked something. Do you have a sample config to share? Thanks. KJ <p>On Thu, 2004-02-19 at 13:52, Akos Maroy wrote: > Kerry Cox wrote: > > I can also stream MP3 live audio using darkice and icecast2 off the same > > box using port 8001. > > darkice can stream both ogg and mp3 at the same time, to the same > server, or different
2004 Aug 06
1
icecast encoders?
On Sat, Nov 17, 2001 at 06:57:46PM +0100, Maroy Akos wrote: > On Fri, 16 Nov 2001, Samuel Hathaway wrote: > > > I agree! Also, something I've been looking for is a way to pull sound from > > the dsp device at 44kHz and then downsample it to 22kHz for one of my two > > streams. Ideas? > > DarkIce does this already. What it doesn't do, is to have mono and
2004 Aug 06
1
icecast web site
Hi, I just tried to write to an e-mail address on the top if the icecast website, submit@icecast.org. It came back with user unknown. Maybe someone should fix the site? What I wrote about is the following. I hope the person responsible gets it through this list. I wrote an IceCast related piece of software, called DarkIce last fall. I wrote at that time if I could be added to the 3rd party apps
2004 Aug 06
5
no luck with streamers
The same as wtih liveice, it stops while trying to open /dev/dsp according to strace. <p><p>On Sat, 20 Apr 2002, Maroy Akos wrote: > Raúl Gutiérrez Segalés wrote: > > > > Hi, > > > > I want to stream to an Icecast server (current version) that is up and running and I have tried plenty of streamers and no go.. > > > > Any advices? I want to
2004 Aug 06
0
livestreams, anyone have good success ?
On Sat, 20 Oct 2001, Akos Maroy wrote: /me cries, bummer deal. Yes, running as root. The load was in the 'teens as I remember, I looked @ that too. One CPU was like 15% and the other 11%, something like that. 2.2.19ext3 #2 SMP, 200nhz ppros, 128mb ram. Yeah, I know it's an old boxen, but it has been very good to me so far. What system should I be looking at to get this to work ? >