Hi, I was just playing around with Icecast and wanted to see if I could get it to work under cygwin (without spending a lot of time on it). I got it to compile by undefining _WIN32 in the CFLAGS make variable (-U_WIN32), but it seems like the issue is a little deeper than this simplistic hack - when I start up the server I get the message WARNING: No mt while outputting [WARNING: Nonexistant thread alive...][27/Aug/2001:17:47:52] WARNING: Nonexistant thread alive... Has anyone gotten Icecast to run under cygwin? If you have a couple of minutes, send me some pointers. But don't spend much time on it - like I said, I'm just playing around. matt --- The real problem is entropy. --- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> Has anyone gotten Icecast to run under cygwin? If you have a couple of > minutes, send me some pointers. But don't spend much time on it - like I > said, I'm just playing around.Cygwin had too many thread issues back when I was doing the windows port, so I did a true port. It builds great under MSVC6. There are a few windows specific issues that arne't worked out in the current codebase, but icecast2 will get extensive win32 testing from the beginning. jack. --- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Arey, Peter
2004-Aug-06 14:22 UTC
[icecast] can't unsubscribe - host unknown (for a week now) sorry to put on list
The following addresses had permanent fatal errors ----- <'icecast-request@xiph.org'> (reason: 550 Host unknown) ----- Original Message ----- From: "Jack Moffitt" <jack@xiph.org> To: <icecast@xiph.org> Sent: Monday, August 27, 2001 12:28 PM Subject: Re: [icecast] Icecast under cygwin?> > Has anyone gotten Icecast to run under cygwin? If you have a couple of > > minutes, send me some pointers. But don't spend much time on it - likeI> > said, I'm just playing around. > > Cygwin had too many thread issues back when I was doing the windows > port, so I did a true port. It builds great under MSVC6. > > There are a few windows specific issues that arne't worked out in the > current codebase, but icecast2 will get extensive win32 testing from the > beginning. > > jack. > > --- >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 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi, Thanks for the fast info. I had thought it might be a Cygwin specific thing. Oh well. I found some space on a Solaris server to install. Icecast built fine and seems to work, but now shout (0.8.0) doesn't compile, with this error: gcc -g -O2 -Wall -ansi -I. -DHAVE_CONFIG_H -o shout shout.c rand.o mpeg.o confi gfile.o sock.o util.o -lresolv -lnsl -lsocket -lrt ld: fatal: file sock.o: wrong machine type ld: fatal: File processing errors. No output written to shout collect2: ld returned 1 exit status make: *** [shout] Error 1 (I'm running shout from... cygwin to get Icecast working) It looks like shout may be obsolete, but I'm not sure what the replacement is. Is there any documentation on shout or its replacement? matt --- The real problem is entropy. ----- Original Message ----- From: "Jack Moffitt" <jack@xiph.org> To: <icecast@xiph.org> Sent: Monday, August 27, 2001 6:28 PM Subject: Re: [icecast] Icecast under cygwin?> > Has anyone gotten Icecast to run under cygwin? If you have a couple of > > minutes, send me some pointers. But don't spend much time on it - likeI> > said, I'm just playing around. > > Cygwin had too many thread issues back when I was doing the windows > port, so I did a true port. It builds great under MSVC6. > > There are a few windows specific issues that arne't worked out in the > current codebase, but icecast2 will get extensive win32 testing from the > beginning. > > jack. > > --- >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 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi, Another basic question (the list archive search doesn't seem to be working). Is it possible to do scripted playlists with shout? I want to allow the people at my site to upload new mp3 files to the server and have them placed in the playlist automatically. I tried generating the playlist (file) with crontab, but it seems shout only reads the playlist once, at startup. I experimented with things like shout -D '/home/matt/scripts/all.sh' ... where all.sh contains a simple script like find /home/matt/music. But in this case, if there was no playlist file, shout complained. And if there was a playlist file, shout only played the songs in the file. I'm a bit stumped. I can't imagine want I to do is impossible. Does anyone have any example? Thanks, matt --- The real problem is entropy. --- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.