Displaying 20 results from an estimated 800 matches similar to: "Icecast2 in xiph CVS"
2004 Aug 06
2
CVS restored
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Looks like the icecast CVS server has been restored to full service. Now I
can get back to rebuilding my server. :)
- --
"I'm alive, and filled with goo! VISION GOO!"
- Zim, "Invader Zim"
-----BEGIN PGP SIGNATURE-----
Comment: For info see http://www.gnupg.org
2004 Aug 06
2
ice2 CVS build problems under Solaris 7
Hi:
If you want to use icecast
2 for streaming vorbis audio then don't get it
from the CVS repository at icecast.org. That's ancient developer stuff in
there. Instead get it from the xiph.org CVS repository (see
http://www.xiph.org/cvs.html which I see now lists the icecast stuff
(yay!). You'll need the icecast module plus the avl, httpp, log, net,
thread and timing modules (check
2004 Aug 06
1
Was Re: build problems, now XML config syntax
Hi there,
here are my config files for ices and icecast2:
<icecast>
<location>Pete's Flat</location>
<admin>mr2147@bigfoot.com</admin>
<limits>
<clients>20</clients>
<sources>4</sources>
<threadpool>5</threadpool>
2004 Aug 06
4
QuickTime Streaming Server 4 streams MP3s
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Somewhat OT, but it looks like a new player has entered the streaming MP3
server arena.
http://www.apple.com/quicktime/products/qtss/
QTSS v4 was announced at the QuickTime Live conference today. Amongst its
other features, it can now stream MP3s to any Internet-capable MP3
listener program.
Source is available at
2004 Aug 06
2
Problems with xmms & freeamp
Hi all,
I've just set up a test icecast2 server (download and compiled from cvs
about an hour ago) - very simple setup, all it does is use ices to stream
in an .ogg file that I converted from an mp3, using mpg123 & oggenc.
(I've used the sample conf files with the directory stuff removed. I've
also tried it with and without the re-encoding lines from the
ices-playlist.xml file).
2014 Nov 06
4
Duda_Observed vs Predicted
Buenos días a todxs,
Estoy comparando la predicción de los valores (0, 1, 2, 3,.....hasta 13)
frente a los observados.
Con la idea de comparar el modelo Zero inflated y el Binomial negativo y
ver cual presenta mas distancia frente a las predicciones observadas.
Para ello introduzco los códigos en la consola:
#Modelo ZIM
pred<-round(colSums(predict(zeroinfl, type="prob") [,1:14]))
2002 Apr 23
5
Dynamic address problem
Hi All,
We have clients which dynamic IPs which we have setup with
<host>.dyndns.org addresses. We have added these to the rsync.conf
'hosts allow=" but they are being denied access.. Is there anyway
around this?
Matt
2020 Aug 27
1
Xapian on Android?
Yes. Something like Kiwix, but a different infrastructure and manifold content options.
Sent from my WebTV
________________________________
From: Emmanuel Engelhart <kelson at kiwix.org>
Sent: Thursday, August 27, 2020 3:13:28 PM
To: Cliff Missen <missenc at widernet.org>; Xapian Discussion <xapian-discuss at lists.xapian.org>
Subject: Re: Xapian on Android?
On 27.08.20
2014 Nov 06
3
Duda_Observed vs Predicted
Hola Javier,
Si, cuando hablo de valor observado me refiero al valor real en campo y el
predicho al que estiman los modelos. Disculpa, que no lo detallase así
desde el principio.
En mi caso trabajo con dos diferentes: Zero inflated y Binomial Negativo y
me gustaría comprobar que diferencia (distancia) existe entre cada uno de
ellos y la realidad.
Estoy trabajando con los siguientes paquetes:
2005 Apr 11
6
How to change letters after space into capital letters
What is the easiest way to change within vector of strings
each letter after a space into a capital letter?
E.g.:
c( "this is an element of the vector of strings", "second element" )
becomes:
c( "This Is An Element Of The Vector Of Strings", "Second Element" )
My reason to try to do this is to get more readable abbreviations.
(A suggestion would be to
2003 Feb 13
1
syslinux and booting CD's
hey, Ive got your syslinux booting a floppy disk that boots an image via
NFS just fine and dandy..
default linux-jason
prompt 1
display boot.msg
timeout 100
label linux-jason
kernel vmlinuz
append append=root=/dev/nfs rw
nfsroot=xx.xx.xx.xx:/var/local/user/thinpc,rw,v3,rsize=32768,wsize=32768,hard,udp,nolock,posix
vga=792 ip=dhcp
label linux-egg
kernel vmlinuz
2002 May 03
2
sub() of matrix returns a vector and not a matrix
Is there a simple possibility
to become directly a matrix
from a call of sub() on a matrix?
--------- START OF LOGFILE ----------------
# R 1.4.1
> a <- matrix( letters[1:6], 2, 3 )
# a is a matrix
> print( a )
[,1] [,2] [,3]
[1,] "a" "c" "e"
[2,] "b" "d" "f"
> b <- sub( '(.)', '-\\1-', a )
2004 Aug 06
0
ice2 CVS build problems under Solaris 7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Build environment: Solaris 7, JKP 106541-18
gcc 2.95.3
Current (as of a couple hours ago) CVS ice2
After a long bit of downtime, I'm throwing myself back into icecast with a
fervor. I'm attempting to build ice2 on my Solaris box, and everything
goes fine (well, went fine once I got libxml...) until the
2006 Nov 29
4
Why the factor levels returned by cut() are not ordered?
What is the reason, that the levels of the factor
returned by cut() are not marked as ordered levels?
> is.ordered( cut( breaks=3, sample(10 ) ) )
FALSE
> help(factor)
...
If 'ordered' is 'TRUE', the factor levels are assumed to be ordered.
...
Wolfram
2004 Oct 04
11
inverse function of order()
I have:
d <- sample(10:100, 9)
o <- order(d)
r <- d[o]
How I can get d (in the original order), knowing only r and o?
Thanks - Wolfram
2004 Jan 22
2
Standard file extensions for zipped floppy images
Hi,
I was wondering what's the best standard file extension for zipped DOS
disk images and ramdisks. I've been using the following standard:
.zi kernels, memtest86, memdisk
.igz .img.gz zipped floppy images and ramdisks
I'd rather have a different extension for ramdisks, maybe
.zim zipped floppy images
.zrd zipped ramdisks
Any ideas ?
It would also be nice if syslinux
2020 Aug 27
4
Xapian on Android?
Friends,
I would like to hear from anyone who has experience deploying Xapian on Android. I'm new to Xapian, but I know it is used by a couple partners for offline projects on Linux and Windows.
Our small nonprofit, WiderNet, provides off-line access to thousands of Web sites for people who lack Internet connectivity (www.widernet.org). Over 2,000 universities, schools, health care sites,
2003 Jan 24
4
new function: showcolors {base}
I propose to add a function that allows
to display colors selected by a text pattern
or by color vectors in a plot.
Wolfram Fischer
#--- showcolors.R
showcolors <-
function(
col = "red"
, index = NULL
, pie = TRUE
, lwd = 6
, cex = 1.0
, main = NULL
, sub = NULL
, ...
){
n.colors <- length( col )
if( n.colors > 1 ){
main <- deparse( substitute( col ) )
2003 Jan 31
4
Moterboard help Please
All,
I have been terribly pleased with openbsd 3.2 I was using it as a
mail/samba server with postifx on a pentium pro 200 with 1 gig of
memory. Well I wanted to add a larger harddrive than what I have in it
now only 6.4 gig. Well the machine would not see it and for some reason
after hours and hours of trying I can't get a tekram 395UW and a 18gig
scsi to be the boot drive and having failed
2002 May 21
1
plotting functions with line width (lwd) as vectors
If I want to plot different widths of line segments or arrows
I have to program loops to plot each line apartly. Is that
right?
n <- 6
x <- 1:n
y <- rnorm(1:n)
q <- ( x %% 3 + 1 ) * 2
plot( x, y, cex=q )
for( i in 1:(n-1) ) lines( x[i:(i+1)], y[i:(i+1)], lwd=q[i], col=q[i] )
Would it not be possible to make plotting functions accept
vectors of line widths (as they