similar to: configuring icecast2

Displaying 20 results from an estimated 30000 matches similar to: "configuring icecast2"

2004 Aug 06
1
Icecast2 ?
On Mon, 15 Oct 2001, Jack Moffitt wrote: > It's in xiph.org cvs. All the information is at > http://www.xiph.org/cvs.html > > you want the 'icecast' module. Instructions for building are in > icecast/HACKING FYI, libshout2 and ices2 are also in the xiph CVS, under libshout and ices, respectively. All of these also have dependancies. These are: icecast: avl, httpp,
2004 Aug 06
1
configuring icecast2
Should it go at /etc/icecast/icecast.xml ? On Tuesday 18 December 2001 20:36, you wrote: > > I read on this list that icecast 2 supports ogg and so uninstalled > > icecast 1.3.10-1 and downloaded icecast, avl, httpp, logs, net, thread, > > and timing from the cvs and installed it. My problem is that I can't > > find a config file. Could someone point me in the right
2004 Aug 06
3
Icecast2 documentation
I use the cvs version: cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot login cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout ice2 cd ice2 cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout avl cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout log cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout httpp cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot
2004 Aug 06
2
Error compiling icecast2
Hi: I'm getting the following when trying to compile icecast2: make[2]: Entering directory `/usr/usr2/friends/geoff/icecast/src' gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g -O20 -ffast-math -fsigned-char
2004 Aug 06
3
autogen.sh trouble with latest CVS checkout
Hello All: I just checked out the whole icecast but cannot build anything because autogen wouldn't cooperate. I have automake-1.7.6 just installed from ftp.gnu.org. Below is an example output in trying to build "icecast"; it's not very short... Thanks in advance for any help. --- $~/icecast/icecast> ./autogen.sh Checking for automake version found automake found
2006 Apr 01
2
compiling 2.3.1
I'm trying to get icecast 2.3.1 compiled on a slackware 10.0 box. I've successfully compiled the libshout libraries. Now this is what I got after a make in the source dir: > make[3]: Entering directory `/tar_archive/icecast-2.3.1/src' > /bin/sh ../libtool --mode=link gcc -pthread -g -O2 -L/usr/local/lib > -o icecast cfgfile.o main.o logging.o sighandler.o connection.o
2004 Aug 06
1
[PATCH] IceCast2 - aliasing (reimplementation of the patch I posted earlier)
Reimplementation of my earlier patch - more proper aliasing - at the suggestion of Mike -Paul -------------- next part -------------- diff -ur icecast/CVS/Entries IceCast/CVS/Entries --- icecast/CVS/Entries 2003-04-18 11:00:19.000000000 -0400 +++ IceCast/CVS/Entries 2003-04-17 22:14:16.000000000 -0400 @@ -1,4 +1,3 @@ -/.cvsignore/1.3/Wed Jan 15 05:36:15 2003// /AUTHORS/1.2/Fri Aug 9 15:55:01
2004 Aug 06
8
Some questions and problems about setting up Icecast2
I've finally decided to take the plunge and set up an Icecast 2 server on my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need ice2 and ices. From what I understand, ice2 is the Icecast2 server, while ices is a program that sends it data to push to its clients. Am I right? After downloading both modules, the first problem I've ran into is executing the
2001 Sep 26
2
Icecast2 in xiph CVS
Hi all: A couple of weeks ago, Jack posted on the icecast list that icecast 2.0 and its relatives would be moving to the xiph.org CVS repository and that he'd post the details shortly. He hasn't yet, probably just an oversight. Anyway, I went exploring the other day and found them. The details are as follows: Server: :pserver:anoncvs@xiph.org Password: anoncvs For those not familiar
2001 Sep 26
2
Icecast2 in xiph CVS
Hi all: A couple of weeks ago, Jack posted on the icecast list that icecast 2.0 and its relatives would be moving to the xiph.org CVS repository and that he'd post the details shortly. He hasn't yet, probably just an oversight. Anyway, I went exploring the other day and found them. The details are as follows: Server: :pserver:anoncvs@xiph.org Password: anoncvs For those not familiar
2004 Aug 06
0
[PATCH] IceCast2 - socket-based default mount
I wrote a patch which makes client connections retain info about which socket they connected to - this way, you can change the server's behavior based on which <listen-socket> is being connected to. In addition, I added a field to the <listen-socket> section of the config file called <default-mount> which specifies a default file in the case that one isn't specified (it
2004 Aug 06
7
proposal: new library, libicecommon
with our new move to Subversion, we apparently lost the ability to easily link submodules into a single higher-level module (such as icecast)...in the old CVS repository, icecast consisted of a handful of modules, icecast and other modules, which are shared by icecast and ices : avl httpp log net thread timing in the new Subversion repository, they are still kept as separate modules,
2004 Aug 06
3
icecast/libxslt compile error
Wondering if anyone else is having this problem compiling the latest version in CVS. autogen.sh runs fine, configure runs fine, make fails with the following: gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g -O20
2004 Aug 06
2
Icecast2 ?
Since I am on a limited upload connection, but still want to stream high-quality music for friends (I do have a colocated server on the outside, but getting music there in the first place is the hard part) I am thinking of using OGG/Vorbis streaming, ~64kbit. However, I can't find icecast 2 beta to download. Can someone point me in the right place? Thanks Mike --
2004 Aug 06
6
icecast 2 CVS version doesn't compile
I got the latest version of icecast2 from the CVS, and I can't compile it. it says: make[2]: Entering directory `/usr/local/src/icecast/icecast2/icecast/src' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"icecast\"
2010 Nov 30
1
Adding dependencies
I'm tinkering with adding another C program into my fork of icecast. I've installed the libraries on my machine, as well as added both the .c and .h files for the library to my icecast source folder. However, while running make, I get: ad.a httpp/.libs/libicehttpp.a log/.libs/libicelog.a avl/.libs/libiceavl.a timing/.libs/libicetiming.a -lssl -lcrypto -lcurl -lvorbis -logg -lxslt -lxml2
2007 Oct 20
2
Live Streaming and embeding into webpage on OSX
On Oct 20, 2007, at 9:34 AM, Thomas B. Ruecker wrote: > Marc Manthey schrieb: >> hello free streamers, >> >> after i had not much luck with " Darwin streaming >> server" ( because of a lack of NAT implementation ) >> >> i got a hint from a Wireless mailing list to try OGG/Theora >> streaming. >> >> I ?ve found a great site
2012 Jun 15
3
Opus and WebM support have landed
On Fri Jun 15 03:29:56 2012, Parisson wrote: > src/Makefile.am:5: required directory src/avl does not exist > src/Makefile.am:5: required directory src/thread does not exist > src/Makefile.am:5: required directory src/httpp does not exist > src/Makefile.am:5: required directory src/net does not exist > src/Makefile.am:5: required directory src/log does not exist >
2004 Aug 06
2
Icecast2 documentation
I try to run the Icecast2 server, but when i start: icecast -c icecast.xml the server print the xml file and stop immediately.. Is a documentation exist? -- CHRISTOPHE GUERIN (christophe.guerin@etud.univ-pau.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
2004 Aug 06
3
libshout2 compiling problems under FreeBSD?
Hi, I couldn't find anything about this subject from archive - are there known problems with compiling libshout2 under FreeBSD 5.1 or 4.8 (both are up to date). I downloaded libshout2 latest nightly snapshot and tried to compile it on 5.0 and then later on 4.8. Both failed (problems were mostly around sock.c, sock.h, resolver.c - redeclaring and syntax errors). Thinking that it might be a