similar to: DarkIce and archiving things

Displaying 20 results from an estimated 10000 matches similar to: "DarkIce and archiving things"

2004 Aug 06
0
DarkIce and archiving things
Samuel Hathaway wrote: > > Hello, > > After solving my previous problem with DarkIce, I have another question. > I'm streaming for a radio station, and we want to archive our shows. I'm > writing a little script that talks to our schedule database and "rotates" > mp3 files much the same way one might rotate syslog. My problem is, > DarkIce only lets you
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
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
5
icecast encoders?
On Fri, 16 Nov 2001, Jerome Alet wrote: > one thing that would be nice in DarkIce would be to allow the user to pass > specific reencoding options for each server, e.g. DarkIce could acquire > the audio in stereo and send it to a server in mono and in stereo to > another server, which is AFAICT impossible today. I agree! Also, something I've been looking for is a way to pull
2009 May 05
2
Darkice / Icecast2 - please assist
Thomas, this was the right tip (Danke!). Thomas B. Ruecker schrieb: > Tillmann A. Basien | ToolBox Solution GmbH schrieb: >> I am using Darkice 0.17.1 and Icecast2 2.3.1 >> >> >> Darkice cannot talk to icecast, and I have no idee about there reason: >> >> Logentry on icecast server side: >> [2009-04-29 16:48:49] EROR connection/_handle_connection
2004 Aug 06
3
ICE/1.0 specs
Jack Moffitt wrote: > Why are you writing clients that don't use libshout? <p>darkice doesn't use libshout either. I guess the main reason to have a protocol is that anyone can connect using it? <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2005 Jan 25
3
Darkice/Streamer
Does anyone know if darkice can send the same stream to both an icecast and a shoutcast sever, without encoding it twice ? Or any suggestions for another streamer that can? Thanks, Dan
2004 Aug 06
2
icecast &quot;dump&quot; suggestions (archiving)?
Hello. Anyone have any suggestions for automating archiving? I have a stream that will connect to the server every morning at 5am and be kill'ed at 10am. I'd like to record this every day... is there any suggested solution? I'd have to setup a script to telnet in and start a dump command, and I don't know if that would easily be possible without parsing out the stream ID (Which is
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
3
alternatives to liveice and darkice
are there any decent alternatives to live audio streaming [via. soundcard] to darkice or liveice? after a few days fighting with darkice, i finally managed to bring it up only to see that it takes 55% of my cpu just to encode one 128kbps stream using libmp3lame. a similar 128kbps stream only takes up 36% cpu using liveice. maybe i have something configured wrong, but i was sortof expecting darkice
2004 Aug 06
2
Darkice and Icecast ..
I can create a section in darkice with looks like [file-0] format = vorbis bitrateMode = abr bitrate = 48 fileName = /tmp/save.ogg Is there a way to start/stop recording without stopping all other streamer? per example - stop file recording - save file to another name - start recording ( regenerate the nessesary header for mp3 or ogg) maybe an HUP? Thanks.
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
2004 Aug 06
2
ICE/1.0 specs
On Friday, 08 February 2002 at 13:12, Samuel Hathaway wrote: > On Fri, 8 Feb 2002, Akos Maroy wrote: > > > Jack Moffitt wrote: > > > > > Why are you writing clients that don't use libshout? > > > > darkice doesn't use libshout either. > > > > I guess the main reason to have a protocol is that anyone can connect > > using it? >
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
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 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
2
Darkice memory leak
More info.
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
2
Auto Archiving function for Icecast.
Hello: Does anyone know how to set up auto-archiving with icecast. I have an encoder coming in with a radio station. I want to create hourly mp3 archives of their streams that are coming to my icecast server. Got any ideas? Raymond <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message
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