similar to: icecast-2.0-kh34

Displaying 20 results from an estimated 500 matches similar to: "icecast-2.0-kh34"

2004 Aug 06
3
icecast-2.0-kh34
In message "[icecast] icecast-2.0-kh34" on 24.04.2004, Karl Heyes <karl@xiph.org> writes: KH> On Fri, 2004-04-23 at 09:58, Wild Karl-Heinz wrote: KH> ... [snip] >> ... but it coredumps every 10 secs. KH> There is a segv bug in kh34 triggered when clients move from one mount KH> to another. That should be fixed now in kh35. the result with gdb .... (gdb)
2004 Aug 06
0
icecast-2.0-kh34
In message "[icecast] icecast-2.0-kh34" on 24.04.2004, Wild Karl-Heinz <kh.wild@wicom.li> writes: WKH> In message "[icecast] icecast-2.0-kh34" WKH> on 24.04.2004, Karl Heyes <karl@xiph.org> writes: WKH> [snip] >>> ... but it coredumps every 10 secs. KH>> There is a segv bug in kh34 triggered when clients move from one mount
2004 Aug 06
0
icecast-2.0-kh34
On Fri, 2004-04-23 at 09:58, Wild Karl-Heinz wrote: ... > Yesterday I gave icecast-2.0-kh34 a try. > Starts extrem faster than version 2.0.0 > and i could set metatags for ogg. > > ... but it coredumps every 10 secs. There is a segv bug in kh34 triggered when clients move from one mount to another. That should be fixed now in kh35. The other bits I've done are some tweaks to
2004 Aug 06
2
icecast-2.0-kh34
On Sun, 25 Apr 2004, Wild Karl-Heinz wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x08057f50 in format_mp3_write_buf_to_client (self=0x80bee00, client=0x80d5e00) > at format_mp3.c:311 > 311 if (ret < (int)refbuf->associated->len) > > what else can i do? When you get to this point, you should do a backtrace so Karl can see what is
2004 Aug 06
0
icecast-2.0-kh34
On Sun, 2004-04-25 at 02:03, Geoff Shang wrote: > On Sun, 25 Apr 2004, Wild Karl-Heinz wrote: > > > Program received signal SIGSEGV, Segmentation fault. > > 0x08057f50 in format_mp3_write_buf_to_client (self=0x80bee00, client=0x80d5e00) > > at format_mp3.c:311 > > 311 if (ret < (int)refbuf->associated->len) > > > > what else
2004 Aug 06
2
Memory leak in ices2?
I can't tell if it's my system or the software, but I've been running ices-kh35 all day and now my RAM is almost gone. I have 1GB. The same behaivior happened with the ices2 CVS snapshot from three days ago. Here's the output from free -m total used free shared buffers cached Mem: 977 969 8 0 128
2004 Aug 06
2
ices & savefile
Thanks Karl, I will give it a try. Do I have to install your modified libshout or isn't it required if I am live streaming? Cheers, Matt On 5 Aug 2003, Karl Heyes wrote: > not in CVS ices2, the problem is fairly involved to get into, not so > much for the initial filename but for things such as timing out or if > there's a problem with the link to icecast. > > If you
2014 Feb 24
2
realtime backup with LDA?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 24 Feb 2014, Charles Marcus wrote: > On 2/24/2014 3:58 AM, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote: >> I would add a BCC recipient in the MTA. It's more save in such situation. >> See the thread about qmail and multiple recipients for one mail address. > > The only downside to this is all of
2004 Aug 06
2
Stream optimization and file recording ...
Hello, I'm useing freebsd 5.2.1 with icecast 2.0 and darkice 0.8 with a radiocard from avermedia 206 and a cmedia soundcard. i't works fine! just four points. 1. the ogg with vbr and a quality of 0.6 has a high tone in it. is there a known reason for? 2. filerecording works fine but how can i make every hour a new file without breaking the stream for listener? i thought
2003 Jun 14
3
Confidence intervals plot
Hi all!! I am trying to plot several confidence intervals in a unique plot. That is, for each x, I have a confidence interval for a parameter related to x and I would like to plot them in the same plot, in order to compare them. The plot would look like some parallel vertical lines, each one corresponding to a x value. Their extrem points would be the confidence interval limits. I do not know if
2004 Aug 06
1
someone wake me up...
> if you stream with MuSE (actually at the 0.6.1) you can easily specify > metatags as title, url and description from confortable input fields > embedded in the gui ( http://muse.dyne.org ). MuSE is GPL'ed software. Is that title dynamic (ie: does it change per song to list the song name)? Or is it a one time static thing? Louis --- >8 ---- List archives:
2011 Mar 11
2
Running Hitec HPP-22 under wine. (RC device, USB)
I use the Hitec Aurora 9 (A9) transmitter for my remote control vehicles. http://www.hitecrcd.com/products/aircraft-radios-receivers-and-accesories/aircraft/aurora9/aurora-9-2-4ghz.html This transmitter is part of a system of devices. One of the devices in this system is the HPP-22, which is a USB device that allows a computer to communicate with the A9 in order to load and save model
2012 Dec 16
3
xlim/ylim problem
Hi everybody, just arrived at R and immediately I got a problem. Here's my script: setwd("C:/Users/Tom/Eigene Tools/Programming/R/Data") blast_hits<-read.table("blastHit_covLenght.txt", header=T) blast_hits <- as.matrix(blast_hits) numerical1<-data.matrix(blast_hits, rownames.force = NA)
2011 Jul 29
5
coordinates from locator function in POSIXct format
Dear R-list, I have a plot with y-axis corresponding to wind measurments and x-axis with date-time information. When I want to identify some extrem wind events in the wind-curve, I use locator() to get the exact date-information, by clicking in the points in graph I?m interested in. I get in the R console the x and y coordinates. The x coordinates are not in a POSIXct format, I guess R is
2009 Jan 26
2
heatmap with levelplot
Hi there, I'd like to create a heatmap from my matrix with a) a defined color range (lets say from yellow to red) b) using striking colors above and below a certain threshold (above = "green", below = "blue") Example matrix (there should be a few outliers generated...) + simple levelplot without outliers marked: library(lattice) my.mat <- matrix(rnorm(800), nrow =
2004 Aug 06
5
someone wake me up...
and tell me that it is possible to make icecast broadcast titles or id3 tags. I refuse to believe that you all can talk so fondly of a program that gives you the ability to make a radiostation but not tell its listeners what is on the air.. That is just too weird.. So what do YOU do to tell people what they are listening to? Arvid www.playrec.dk -for all kinds of good music ICQ# 724069 ---
2002 Oct 16
0
Get your Website seen locally and globally
Leading web authority (UK) "85% of internet users use search engines to find the sites they want" Georgia Institute of Technology "Search engine listings are the number one way to generate traffic on websites" - WebCMO, "169,400,000 people in the US access the internet. 92% of these people query search engines" Nielsen-Netratings "The internet is an
2008 Apr 20
10
Actionmailer not working [no errors]
hi, I have a little problem with actionmailer 2.0.2 The problem is that I am trying to send mails and development.log says that everything is ok but I can''t find any mails in my mailbox. I checked my sendmail with PHP function "mail()" - works nice. /var/log/mail.log don''t drop any lines when sending mails with actionmailer. So in conclusion no errors and no way to
2006 Jan 07
2
can store array or hash in cookies?
Hi According to rdoc: value - the cookie''s value or list of values (as an array). So, I can use arrays, briliant. But.... It does not work (at least on webrick) I wrote a controller: def check_cookies_first cookies[:chef] = {:value => ["first", "second"], :expires => Time.local (2020)} render_text ":)" end def
2009 Jan 14
2
Vectorization of three embedded loops
Dear R-programmer, I wrote an adapted implementation of the Kennard-Stone algorithm for sample selection of multivariate data (R 2.7.1 under MacBook Pro, Processor 2.2 GHz Intel Core 2 Duo, Memory 2 GB 667 MHZ DDR2 SDRAM). I used for the heart of the script three embedded loops. This makes it especially for huge datasets very slow. For a datamatrix of 1853*1853 and the selection of 556