similar to: ICECAST enseirb group

Displaying 20 results from an estimated 700 matches similar to: "ICECAST enseirb group"

2004 Aug 06
4
No Duplicate Users - Patch
I'd like to commit the following patch which adds a new option to the htpasswd client authenticator. This option <option name="allow_duplicate_users"> specifies wether or not the same username can connect to a mountpoint more than once. This is pretty much a required feature for any decent use of the listener authentication capabilities of icecast. thoughts ? comments ?
2004 Aug 06
2
My turn to have issues with compiling libshout
Hi: WARNING: This is long. Just updated libshout and configured. Configure didn't bomb so I guess it went OK and found what it wanted. But when I ran make I got this: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -g -O2 -Wp,-MD,.deps/avl.pp -c avl.c -fPIC -DPIC -o .libs/avl.lo In file included from ../stream.h:20, from ../config.h:17, from avl.c:33:
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found
2004 Aug 06
1
Compile errors
Hi, while trying to compile icecast, I got a lot of errors while trying to compile avl.c, I've attached a file with the compile errors. Any ideas as to what might be wrong? My distro is Redhat 7.2 fully up2date. <p>Cheers! -------------- next part -------------- In file included from ../thread/thread.h:25, from avl.c:35: /usr/include/pthread.h:163: parse error before
2004 Aug 06
0
[RFC] RTP support
Hi, A radio is being developped at school, and we wanted to avoid eating too much bandwidth, so we had a look at RTP. I first implemented it in icecast1 and it worked well (although we had to apply a patch to make RTP work with xmms). We are indeed saving a lot of bandwidth. I then adapted it to icecast2, here is the patch. The biggest trouble for now is the configurability. I added 3 global
2004 Aug 06
1
ENSEIRB Group
Hi, here is a group of 8 students from ENSEIRB (FRANCE, Bordeaux) and we'll work for 6 weeks on Icecast. We'll try to do several things: - make a technical doc. - reorganize the source code. - administrate icecast via web. - make a doc for administration. - make a user doc. <p>We saw the Vorbisfile documentation on www.xiph.org and we'd like to do the same for the icecast
2004 Aug 06
0
speex support in icecast
Hello, If someone want to look at what we did on ICECAST (we = 8 people from ENSEIRB (France)), he can just checkout from the CVS on Savannah (subversions.gnu.org:/cvsroot/interopcast, cvs co ENSEIRB) We worked on format, streambuf, source, and tried to have a more logical way of serving clients. We also created a new generic ogg plugin which toggle to the right ogg encapsulated format ( now,
2004 Aug 06
7
[Interopcast-general] about translating documentation, but not only documentation.
Michael Smith wrote: >On Thursday 31 July 2003 10:56, Pierre Jarillon wrote: > > >>First, can you test interopcast ? On the CVS >>http://savannah.nongnu.org/cgi-bin/viewcvs/interopcast/ENSEIRB/icecast/icec >>ast/ See http://savannah.nongnu.org/cvs/?group=interopcast >> >>interopcast is an improvement of icecast2. We wrote to the author but he
2004 Aug 06
2
Work on ICECAST : IcecastAdmin, remodularisation, Doc (Docbook), speex ...
Hello, 3 months ago, we (a group of 8 students of the ENSEIRB engineering school (France)) started to work on icecast. We decided to work on another CVS server. The aim _was not to fork a new version_ of Icecast : the idea was to clean the code as fast as possible in order for new developers to enter the sources in an easier way. We mainly worked on format, sources, and tried to clearly
2004 Aug 06
2
Stream metadata settings
On Mon, 2003-12-01 at 08:28, Melanie wrote: > > diff -b -B -r -u -P --exclude-from=ignore ../icecast/src/source.c > ./src/source.c > --- ../icecast/src/source.c Fri Nov 14 17:51:59 2003 > +++ ./src/source.c Mon Dec 1 09:14:34 2003 > @@ -139,7 +192,6 @@ > #endif > > free(source->mount); > - free(source->fallback_mount); >
2004 Aug 06
0
icecast2 on solaris ... (fwd)
Ok, for further info, below is the full compiler output when running gnu make. The first error, ../thread/thread.h:78: parse error before `pthread_rwlock_t' is the one that brings on all the others. I've checked /usr/include/pthread.h and didn't find pthread_rwlock_t in it. So my guess is, pthread on solaris 2.6 is too old (afaik, there are three versions of solaris that are
2004 Aug 06
2
improved error.log output --diff
diff -u --recursive icecast/src/admin.c icecast-new/src/admin.c --- icecast/src/admin.c 2003-07-18 16:29:23.000000000 -0400 +++ icecast-new/src/admin.c 2003-08-06 19:18:32.000000000 -0400 @@ -213,7 +213,7 @@ html_write(client, "HTTP/1.0 200 OK\r\n" "Content-Type: text/html\r\n" "\r\n"); - DEBUG1("Sending XSLT
2004 Aug 06
3
Documentation
Hi there. Some words to tell you that the documentation effort start taking shape. A savannah project has been created in order to coordinate work: http://savannah.nongnu.org/projects/interopcast/ CVS is accessible via cvsweb here: http://savannah.nongnu.org/cgi-bin/viewcvs/interopcast/ A first html shot available for browsing here: (there are other documents to merge with but not yet http
2019 Feb 05
4
[RFC] Vector Predication
On 2/5/19 1:27 AM, Philip Reames via llvm-dev wrote: > > On 1/31/19 4:57 PM, Bruce Hoult wrote: >> On Thu, Jan 31, 2019 at 4:05 PM Philip Reames via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >>> Do such architectures frequently have arithmetic operations on the >>> mask registers?  (i.e. can I reasonable compute a conservative >>> length
2004 Aug 06
7
Stream metadata settings
> IMHO, a system like Icecast should be made so highly configurable that it > would fit everyone's needs, but I get the impression that only the needs of > the principal developers are of interest here. It makes me sad to see this, > Icecast could be great instead of just being good. > Melanie, As one of the 'principal developers', I don't think this is fair. Of
2004 Aug 06
0
[Interopcast-general] about translatingdocumentation, but not only documentation.
What are the chances of getting ices0.3 and ices2 ported to windows as a command line app? and be able to run it as a NT serivce? Dave St John CEO Mediacast1 www.mediacast1.com - Got Bandwidth? (720) 641-7586 ----- Original Message ----- From: "Geoff Shang" <gshang@uq.net.au> To: <icecast-dev@xiph.org> Sent: Friday, August 01, 2003 3:51 AM Subject: Re:
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
2011 Feb 04
3
IO APIC emulation failure with qemu-kvm
Hi all, I'm Initializing the Local and IO APIC for a propeitary operating system running in Virtualized Environment . Im facing some problem with qemu-kvm but the code runs fine with qemu. when i run my kernel image with qemu-kvm it gives emulation error failure trying to execute the code outside ROM or RAM at fec00000(IO APIC base address) but the same code runs fine with qemu. can
2011 Feb 04
3
IO APIC emulation failure with qemu-kvm
Hi all, I'm Initializing the Local and IO APIC for a propeitary operating system running in Virtualized Environment . Im facing some problem with qemu-kvm but the code runs fine with qemu. when i run my kernel image with qemu-kvm it gives emulation error failure trying to execute the code outside ROM or RAM at fec00000(IO APIC base address) but the same code runs fine with qemu. can
2011 Jan 08
1
TUNGETIFF ioctl() failed - virtual machine can't start
Hi, I want to migrate from vmware to KVM. Therefore I have installed debian stable (lenny) and create two virtual machines (KVM). Both (XP as well as Vista) running fine. After upgrading to debian testing (sqeeze) both XP-guest as well as Vista-guest didn't start anymore. Both are failing during preparation, probably because of a network-problem. I will give XP as an example: cat