From alexmsk at id.ru Sun Sep 1 23:01:07 2002 From: alexmsk at id.ru (no name) Date: Mon, 02 Sep 2002 03:01:07 +0400 Subject: [icecast] IceS: compile problem with Python Message-ID: <web-29051438@backend2.aha.ru> Hello! I can't compile IceS 0.2.3 with Python 2.2 (X86, Red Hat Linux 7.3) ==================================== [root at radio ices-0.2.3]# ./configure --with-lame --with-python=/usr/bin --with-python-includes=/usr/include/python2.2 --with-python-libraries=/usr/lib/python2.2 ==================================== Configure script tell me: ==================================== <....> checking for Python.h... yes checking for Py_Initialize in -lpython... no checking for Py_Initialize in -lpython2.2... no checking for Py_Initialize in -lpython2.1... no checking for Py_Initialize in -lpython2.0... no checking for Py_Initialize in -lpython1.6... no checking for Py_Initialize in -lpython1.5... no configure: error: Could not find the python library [root at radio ices-0.2.3]# =================================== Any suggestions? P.S. Please, help me. ATT: I'm novice in *nix. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sun Sep 1 23:16:14 2002 From: gtgbr at gmx.net (Moritz Grimm) Date: Mon, 02 Sep 2002 01:16:14 +0200 Subject: [icecast] IceS: compile problem with Python In-Reply-To: <web-29051438@backend2.aha.ru> Message-ID: <3D729FBE.3640EC65@gmx.net> no name wrote: > ==================================== > [root at radio ices-0.2.3]# ./configure --with-lame > --with-python=/usr/bin > --with-python-includes=/usr/include/python2.2 > --with-python-libraries=/usr/lib/python2.2 > ==================================== Try --with-python=/usr The other python related parameters shouldn't be necessary then. Also, never run any configure scripts as root, for your system's safety. Only do necessary stuff, e.g. `make install` as root. <p>Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From brendan at icecast.org Sun Sep 1 23:22:00 2002 From: brendan at icecast.org (Brendan Cully) Date: Sun, 1 Sep 2002 19:22:00 -0400 Subject: [icecast] IceS: compile problem with Python In-Reply-To: <web-29051438@backend2.aha.ru> Message-ID: <20020901232200.GB1401@xanadu.kublai.com> On Monday, 02 September 2002 at 03:01, no name wrote: > Hello! > > I can't compile IceS 0.2.3 with Python 2.2 (X86, Red Hat > Linux 7.3) > > ==================================== > [root at radio ices-0.2.3]# ./configure --with-lame > --with-python=/usr/bin > --with-python-includes=/usr/include/python2.2 > --with-python-libraries=/usr/lib/python2.2 > ==================================== > > Configure script tell me: > > ==================================== > <....> > checking for Python.h... yes > checking for Py_Initialize in -lpython... no > checking for Py_Initialize in -lpython2.2... no > checking for Py_Initialize in -lpython2.1... no > checking for Py_Initialize in -lpython2.0... no > checking for Py_Initialize in -lpython1.6... no > checking for Py_Initialize in -lpython1.5... no > configure: error: Could not find the python library > [root at radio ices-0.2.3]# > =================================== > > Any suggestions? Leave out the --with-python-libraries line. The libraries are probably in /usr/lib, not /usr/lib/python2.2. That is, if you've made sure to install the python-devel rpm. -b --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From alexmsk at id.ru Mon Sep 2 00:01:24 2002 From: alexmsk at id.ru (alexmsk) Date: Mon, 2 Sep 2002 04:01:24 +0400 Subject: [icecast] IceS: compile problem with Python In-Reply-To: <20020901232200.GB1401@xanadu.kublai.com> Message-ID: <002001c25213$e0fd0610$5613a8c0@dmrnj5nswmnvsz> > Leave out the --with-python-libraries line. The libraries are probably > in /usr/lib, not /usr/lib/python2.2. That is, if you've made sure to > install the python-devel rpm. Python and python-devel installed correctly.... I tried without --with-python-libraries line; with --with-python-libraries= /usr/lib; --with-python=/usr; --with-python=/usr/bin; --with-python; etc with Python 1.5; Python 2.2. The result is the same: > > ==================================== > > <....> > > checking for Python.h... yes > > checking for Py_Initialize in -lpython... no > > checking for Py_Initialize in -lpython2.2... no > > checking for Py_Initialize in -lpython2.1... no > > checking for Py_Initialize in -lpython2.0... no > > checking for Py_Initialize in -lpython1.6... no > > checking for Py_Initialize in -lpython1.5... no > > configure: error: Could not find the python library > > [root at radio ices-0.2.3]# > > =================================== > or ================ Phyton.h... no ================ without --with-python-includes=/usr/includes/python2.2 <p>Yours, Alex. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From brendan at icecast.org Mon Sep 2 00:09:37 2002 From: brendan at icecast.org (Brendan Cully) Date: Sun, 1 Sep 2002 20:09:37 -0400 Subject: [icecast] IceS: compile problem with Python In-Reply-To: <002001c25213$e0fd0610$5613a8c0@dmrnj5nswmnvsz> Message-ID: <20020902000936.GC1401@xanadu.kublai.com> On Monday, 02 September 2002 at 04:01, alexmsk wrote: > > Leave out the --with-python-libraries line. The libraries are probably > > in /usr/lib, not /usr/lib/python2.2. That is, if you've made sure to > > install the python-devel rpm. > > Python and python-devel installed correctly.... > > I tried without --with-python-libraries line; > with --with-python-libraries= /usr/lib; --with-python=/usr; > --with-python=/usr/bin; --with-python; etc if you have /usr/include/python2.1/Python.h and /usr/lib/libpython2.2.so, try --with-python-includes=/usr/include/python2.2 if that doesn't work, mail me your config.cache. That will have the log of how the test failed. -b --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From alexmsk at id.ru Mon Sep 2 23:01:44 2002 From: alexmsk at id.ru (alexmsk) Date: Tue, 3 Sep 2002 03:01:44 +0400 Subject: [icecast] IceS: compile problem with Python -solved! In-Reply-To: <web-29051438@backend2.aha.ru> Message-ID: <001001c252d4$b685ed90$5613a8c0@dmrnj5nswmnvsz> The problem is solved (specific for Red Hat 7.3??) 1. adding to begin "configure" script: LIBS="-lutil -lpthread" 2. use: --with-python-libraries=/usr/lib/python2.2/config A.M. > > I can't compile IceS 0.2.3 with Python 2.2 (X86, Red Hat > Linux 7.3) > > ==================================== > [root at radio ices-0.2.3]# ./configure --with-lame > --with-python=/usr/bin > --with-python-includes=/usr/include/python2.2 > --with-python-libraries=/usr/lib/python2.2 > ==================================== > > Configure script tell me: > > ==================================== > <....> > checking for Python.h... yes > checking for Py_Initialize in -lpython... no > checking for Py_Initialize in -lpython2.2... no > checking for Py_Initialize in -lpython2.1... no > checking for Py_Initialize in -lpython2.0... no > checking for Py_Initialize in -lpython1.6... no > checking for Py_Initialize in -lpython1.5... no > configure: error: Could not find the python library > [root at radio ices-0.2.3]# > =================================== > > Any suggestions? > > P.S. Please, help me. > ATT: I'm novice in *nix. > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Wed Sep 4 08:06:32 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Wed, 04 Sep 2002 10:06:32 +0200 Subject: [icecast] icecast2 relaying Message-ID: <3D75BF08.9070209@tyrell.hu> Hi, Can someone enlighten me, how does icecast2 stream relaying work? Is it same (pull-style) setup like in icecast 1.x? in the config file, I see elements like: <master-server>127.0.0.1</master-server> <master-server-port>8001</master-server-port> <master-update-interval>120</master-update-interval> <master-password>hackme</master-password> would this tell the icecast server to get some streams from this "master" server? (why the password then?) or would this push some streams to this "master" server? what is the update interval for? <p>Akos --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Wed Sep 4 08:57:14 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Wed, 04 Sep 2002 18:57:14 +1000 Subject: [icecast] icecast2 relaying In-Reply-To: <3D75BF08.9070209@tyrell.hu> Message-ID: <3.0.5.32.20020904185714.41a26420@mail.labyrinth.net.au> At 10:06 AM 9/4/02 +0200, you wrote: >Hi, > >Can someone enlighten me, how does icecast2 stream relaying work? Is it >same (pull-style) setup like in icecast 1.x? in the config file, I see >elements like: > > <master-server>127.0.0.1</master-server> > <master-server-port>8001</master-server-port> > <master-update-interval>120</master-update-interval> > <master-password>hackme</master-password> > >would this tell the icecast server to get some streams from this >"master" server? (why the password then?) or would this push some >streams to this "master" server? what is the update interval for? > Relaying (icecast2 does pull relaying) works like this: Every <master-update-interval> seconds, the 'slave' server gets a list of all the current streams from the 'master' server. The password is required to get this list (actually getting the streams doesn't require a password, of course - since the slave just acts like a normal client there, but this provides a simple way to restrict full relaying). Then, the slave fetches (a normal HTTP GET request) each of these streams, and provides a mountpoint for each of these (at this point, the relayed streams are indistinguishable from 'normal' streams to connecting clients). Mike --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From alexmsk at id.ru Wed Sep 4 23:03:59 2002 From: alexmsk at id.ru (alexmsk) Date: Thu, 5 Sep 2002 03:03:59 +0400 Subject: [icecast] Can IceS send multiple streams? In-Reply-To: <3D729FBE.3640EC65@gmx.net> Message-ID: <000b01c25467$5aad59b0$5613a8c0@dmrnj5nswmnvsz> Hello! Can IceS stream multiple streams with various bitrate? I use three blocks <stream> .... </stream> with various bitrate settings (24, 56, 128) in etc/ices.conf for three icecast ports. but xmms tell me 24kbps on every port... (icecast 'sources' terminal command tell me about three source bitarate: 24/56/128) What's wrong? A.M. <p><p><p><p><p><p><p><p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Thu Sep 5 06:29:17 2002 From: darkeye at tyrell.hu (Akos Maroy) Date: Thu, 05 Sep 2002 08:29:17 +0200 Subject: [icecast] icecast2 relaying In-Reply-To: <3.0.5.32.20020904185714.41a26420@mail.labyrinth.net.au> Message-ID: <3D76F9BD.70208@tyrell.hu> Michael Smith wrote: > Relaying (icecast2 does pull relaying) works like this: > Every <master-update-interval> seconds, the 'slave' server gets a list > of all the current streams from the 'master' server. The password is > required to get this list (actually getting the streams doesn't > require a password, of course - since the slave just acts like a normal > client there, but this provides a simple way to restrict full relaying). > > Then, the slave fetches (a normal HTTP GET request) each of these > streams, and provides a mountpoint for each of these (at this point, > the relayed streams are indistinguishable from 'normal' streams to > connecting clients). Tbanks, it all works now. <p>Akos <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From djdij at handbags.freeserve.co.uk Thu Sep 5 08:21:32 2002 From: djdij at handbags.freeserve.co.uk (Martin Blackwell) Date: Thu, 5 Sep 2002 09:21:32 +0100 Subject: [icecast] Client Limits for multiple streams Message-ID: <003a01c254b5$946117c0$4f7f893e@d5a4q9> question:- is it, or would it be possible to have seperate client limits for different streams? This option would be handy for me i want to be able to have streams at various bitrates from my original source, and also to allow other ppl to connect to my server. If it is currently possible, bear in mind i'm using Oddsocks' Win32 gui of Icecast2 <p><p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bryan at woxy.com Thu Sep 5 15:13:08 2002 From: bryan at woxy.com (Bryan Jay Miller) Date: 05 Sep 2002 11:13:08 -0400 Subject: [icecast] client authentication for icecast2 Message-ID: <1031238790.2010.25.camel@localhost.localdomain> There's been discussion on the list regarding source authentication schemes, but I haven't yet heard anything or seen anything in the source regarding client authentication (users.aut, groups.aut, mounts.aut). Is this or a similar scheme planned for icecast2 and if so, will it be in the beta release? I'm considering modifying icecast to store it's client authentication info in MySQL and trying to get a feel for where this is headed. Cheers - bryan --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From zeek at sparklehouse.com Thu Sep 5 22:09:51 2002 From: zeek at sparklehouse.com (zeek) Date: Thu, 5 Sep 2002 18:09:51 -0400 Subject: [icecast] Lame, Bitrates, ReEncoding I Message-ID: <FMEDICOOPIIAHELGINPCOEFFCGAA.zeek@sparklehouse.com> I'd like to use the Bitrate and Reencode features of ices and understand I must recompile with lamelib. However, it's Very Unclear where to begin here. This is noted in the ices-0.2.3 INSTALL file: I installed lame as a debian package so lame.h is in /usr/include/lame/lame.h and libmp3lame.a is in /usr/lib. configure finds everything automatically. <p>I assume we go here -> http://www.mp3dev.org/mp3/ compile, install then go back to ices with: --with-lame[=DIR] enable support for reencoding with lame [in DIR] <p>--but what are we pointing at? And just for general precaution's sake: is there an "oh yeah, that too" I need to know about beforehand? I'm running: icecast-1.3.12/ ices-0.2.3/ on Linux mogwai.sparklehouse.com 2.4.18-10 #1 Wed Aug 7 11:39:21 EDT 2002 i686 unknown <p>-zeek <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From zeek at sparklehouse.com Thu Sep 5 22:12:15 2002 From: zeek at sparklehouse.com (zeek) Date: Thu, 5 Sep 2002 18:12:15 -0400 Subject: [icecast] Bitrates, ReEncoding, Lame (II) Message-ID: <FMEDICOOPIIAHELGINPCAEFGCGAA.zeek@sparklehouse.com> Given at this point I can see 174kbit/44khz on winamp, and this at times fluctuates with mp3 which have been encoded VBR (right?) --I've yet to compile lame in. Listening to these streams from afar is not comfortable to impossible. Will com piling lame into ices magically deal with this? So obviously I can change the bitrate, drop that to 80ish --but what about 44khz (sampling rate?) shouldn't that be dropped as well? And if so what to/ where should this be changed? <p>If there are Secret Email Archives replete with documentation addressing these issues I'd be much obliged if pointed that way. <p>Cheers, -zeek --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From zeek at sparklehouse.com Thu Sep 5 22:48:25 2002 From: zeek at sparklehouse.com (zeek) Date: Thu, 5 Sep 2002 18:48:25 -0400 Subject: [icecast] Lame, Bitrates, ReEncoding I In-Reply-To: <FMEDICOOPIIAHELGINPCOEFFCGAA.zeek@sparklehouse.com> Message-ID: <FMEDICOOPIIAHELGINPCEEFGCGAA.zeek@sparklehouse.com> Ok, not bad -be sure to rm config.cache if ices has already been compiled. Then ./configure --with-lame-libraries=/usr/local/lib --with-lame-includes=/usr/l ocal/include/lame/ >configure.out Check configure.out for: updating cache ./config.cache checking for lame/lame.h... yes checking for lame_init_old in -lmp3lame... yes checking for lame_encode_flush_nogap in -lmp3lame... yes updating cache ./config.cache Change: <Bitrate>80</Bitrate> <Reencode>1</Reencode> And this now streams at 80k/32khz --but we're still not sure if those settings are OK. -zeek > -----Original Message----- > From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]On Behalf Of > zeek > Sent: Thursday, September 05, 2002 6:10 PM > To: icecast at xiph.org > Subject: [icecast] Lame, Bitrates, ReEncoding I > > > > > I'd like to use the Bitrate and Reencode features of ices and understand I > must recompile with lamelib. > > However, it's Very Unclear where to begin here. This is noted in the > ices-0.2.3 INSTALL file: > > I installed lame as a debian package so lame.h is in > /usr/include/lame/lame.h > and libmp3lame.a is in /usr/lib. configure finds everything > automatically. > > > I assume we go here -> http://www.mp3dev.org/mp3/ compile, install then go > back to > ices with: > > --with-lame[=DIR] enable support for reencoding with lame [in > DIR] > > > --but what are we pointing at? And just for general precaution's sake: is > there an "oh yeah, that too" I need to know about beforehand? > > I'm running: > > icecast-1.3.12/ > ices-0.2.3/ > > on Linux mogwai.sparklehouse.com 2.4.18-10 #1 Wed Aug 7 11:39:21 EDT 2002 > i686 unknown > > > -zeek > > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From xgote at chromatics.net Thu Sep 5 23:59:12 2002 From: xgote at chromatics.net (Dave Yerrington) Date: Thu, 5 Sep 2002 16:59:12 -0700 Subject: [icecast] Simple playlist question In-Reply-To: <FMEDICOOPIIAHELGINPCEEFGCGAA.zeek@sparklehouse.com> Message-ID: <00ce01c25538$3d3be460$1701a8c0@evolution> Can anyone tell me what characters should be escaped when building playlists to use for liveice, ices or anything else? Ive been doing trial and error guessing and I am trying to make a playlist builting script so I don't have to make a new one everytime I upload something new to my server.. and also sort it into an order based on a rule system simular to the one that guy made @ oddsock.org Thanks -Dave --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bench at silentmedia.com Sat Sep 7 18:02:35 2002 From: bench at silentmedia.com (Ben) Date: Sat, 7 Sep 2002 11:02:35 -0700 (PDT) Subject: [icecast] metadata streaming Message-ID: <Pine.LNX.4.30.0209071052020.443-100000@localhost.localdomain> I'm using icecast 1.3.12 and trying to get metadata streaming working so that I can see the current song being played. Sounds easy according to the docs and all other postings I've found in the archive, but I'm apparently missing something, because I simply cannot seem to get the title to change. I started off working directly with libshout, but when that didn't work (even though calling shout_update_metadata() returned success), I moved on to ices 0.2.3, which also silently failed to update the metadata. Because my mp3 player can update its streaming metadata from other stream sources, I can only assume at this point my icecast server is misconfigured. What config options have to be set how for icecast to accept metadata updates? I thought it was just: use_meta_data 1 streamtitletemplate %s nametemplate %s desctemplate %s ...but that doesn't work for me. Interestingly, I tried cranking up the log level on icecast, but got no more info. That seems wrong as well, and almost like I'm not using my conf file, but other values that are only set in my conf file are picked up, so I know it's at least being read. I'm rather stumped. Anybody have any pointers? --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From vizzacchero at wanadoo.fr Sat Sep 7 18:17:51 2002 From: vizzacchero at wanadoo.fr (Seb) Date: Sat, 7 Sep 2002 20:17:51 +0200 Subject: (no subject) Message-ID: <20020907201751.40bd8436.vizzacchero@wanadoo.fr> auth ac3408f6 subscribe icecast vizzacchero at wanadoo.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 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From vizzacchero at wanadoo.fr Sat Sep 7 18:22:06 2002 From: vizzacchero at wanadoo.fr (Seb) Date: Sat, 7 Sep 2002 20:22:06 +0200 Subject: [icecast] Problem with Ogg Message-ID: <20020907202206.537a42a5.vizzacchero@wanadoo.fr> HI, Every time I try to stream any Ogg files I have this reply from ices : Mounted on http://127.0.0.1:8000/ices Playing /mnt/windows/cosmotron2.mp3 Cannot play /mnt/windows/01_burning_dna.ogg without reencoding Playing ??1@??1 at dows/01_burning_dna.ogg Erreur de segmentation (translation : Segmentation faukt ;-) Can you help me please ? This is my first try ... --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Sat Sep 7 20:41:52 2002 From: gtgbr at gmx.net (Moritz Grimm) Date: Sat, 07 Sep 2002 22:41:52 +0200 Subject: [icecast] Problem with Ogg In-Reply-To: <20020907202206.537a42a5.vizzacchero@wanadoo.fr> Message-ID: <3D7A6490.4F80B0ED@gmx.net> Seb wrote: > Every time I try to stream any Ogg files I have this reply from ices : > > Mounted on http://127.0.0.1:8000/ices > Playing /mnt/windows/cosmotron2.mp3 > Cannot play /mnt/windows/01_burning_dna.ogg without reencoding > Playing ??1@??1 at dows/01_burning_dna.ogg > Erreur de segmentation (translation : Segmentation faukt ;-) Ices1 doesn't do .ogg. Get ices2 from cvs.xiph.org (modules "ices" and "libshout"). Since your ices was able to connect to your Icecast server, it's pretty obvious that you also use Icecast1, which doesn't do .ogg either. Get Icecast2 from cvs.xiph.org, too (module "icecast"). See http://www.xiph.org/cvs.html for more information. <p>Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Sun Sep 8 02:53:13 2002 From: gshang at uq.net.au (Geoff Shang) Date: Sun, 8 Sep 2002 12:53:13 +1000 (EST) Subject: [icecast] Problem with Ogg In-Reply-To: <3D7A6490.4F80B0ED@gmx.net> Message-ID: <Pine.LNX.4.44.0209081250420.448-100000@data.home> On Sat, 7 Sep 2002, Moritz Grimm wrote: > Ices1 doesn't do .ogg. Actually, IIRC, ices will read .ogg files and transcode to MP3 for streaming to icecast 1.x servers. Looks like this is what he was trying to do. Geoff. <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From cfaber at fpsn.net Mon Sep 9 18:37:44 2002 From: cfaber at fpsn.net (Colin Faber) Date: Mon, 09 Sep 2002 12:37:44 -0600 Subject: [icecast] directory server Message-ID: <3D7CEA78.7DDCAB68@fpsn.net> Hi, Is there any documentation or possibly an open directory server project underway? <p><p> -- Colin Faber (303) 736-5160 fpsn.net, Inc. * Black holes are where God divided by zero. * --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From nick at dreamlab.net Tue Sep 10 10:15:28 2002 From: nick at dreamlab.net (nicolas mayencourt) Date: Tue, 10 Sep 2002 12:15:28 +0200 Subject: [icecast] icecast 1.3.12 streaming big static files, offset Message-ID: <5.1.1.6.0.20020910120817.03f4fc00@rock.dreamlab.net> hello i am running an icecast setup since a little while now and i am very convinced of the quality of this product. still i have 2 wishes or problems which seem almost unsolvable to me: 1: i don't know how i can convince icecast to make an offset position by streaming big static files. i.e. streaming big.mp3 not from start but one hour later: 60s*60mins*16000 bytes offset. is there a way to do that, or did i choose the wrong product? i noticed that there is a passage in static.c which is written by david at neongoat.com which is supposed to do that by just entering: myserver:8000/file/big.mp3?pos=32342314 which then results in a file not found. 2: i would like to present the mp3 streams in two bitrates, the original files are 128kbit and then a stripped down version of 32kbit. is there a way to do this on the fly, or what would you suggest? <p>i am very confused about those two points and would relly appreciate any help on this topics. thank you in advance for helping me out. <p>sincerely <p>nick <p>:wq <p>_________________________________________________________ nicolas mayencourt | nick at dreamlab.net | General Manager DreamLab inc | Monbijoustrasse 24 | 3011 Bern Fon:+41313986666 | Fax:+41313986669 | www.dreamlab.net PGP: BFD3 7D5C BAD0 6460 52EB 8F92 09CF D1CD 0826 0FA3 _________________________________________________________ --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From david at neongoat.com Wed Sep 11 00:29:53 2002 From: david at neongoat.com (David Parker) Date: Tue, 10 Sep 2002 17:29:53 -0700 Subject: [icecast] icecast 1.3.12 streaming big static files, offset In-Reply-To: <5.1.1.6.0.20020910120817.03f4fc00@rock.dreamlab.net> Message-ID: <20020910172953.71c180b4.david@neongoat.com> On Tue, 10 Sep 2002 12:15:28 +0200, nicolas mayencourt wrote: > 1: i don't know how i can convince icecast to make an offset > position by streaming big static files. i.e. streaming > big.mp3 not from start but one hour later: > 60s*60mins*16000 bytes offset. is there a way to do that, > or did i choose the wrong product? i noticed that there is > a passage in static.c which is written by david at neongoat.com > which is supposed to do that by just entering: > myserver:8000/file/big.mp3?pos=32342314 which then > results in a file not found. Hi Nick, Sorry for not replying to your private email earlier, I was on vacation for a while. I wrote the patch for static file offsets, and although I'm not currently using it, it did work properly when I submitted it. Which version of icecast are you using (or did you grab the CVS tree)? I seem to remember running into this problem because of icecast's function named split_string (or something similar... it's been a while). It's possible that part of the patch didn't make it into the official icecast distribution. I'll try to find a moment to investigate in the next couple days. If the icecast maintainers are interested, I can make another patch against CVS. David ------- David Parker <david at neongoat.com> Neon Goat Productions http://www.neongoat.com 0xF90FFFE5 / F362 51F7 6D51 85EB AF68 75B9 D29B 1AFC F90F FFE5 ------- --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Bryan.Walls at msfc.nasa.gov Thu Sep 12 00:56:03 2002 From: Bryan.Walls at msfc.nasa.gov (Bryan Walls) Date: Wed, 11 Sep 2002 19:56:03 -0500 Subject: [icecast] lost web admin on rebuild In-Reply-To: <5.1.1.6.0.20020910120817.03f4fc00@rock.dreamlab.net> Message-ID: <p05111a08b9a595cd01ac@[128.158.41.74]> I just rebuilt my server, and downloaded the latest icecast. I reinstalled in what I thought was the same setup, using the same icecast.conf file. Everything seems to be running fine, but the web admin doesn't work. In the usage.log, I'm getting "[11/Sep/2002:19:39:27] [12:Connection Handler] No mountfile found, refusing access to WWW admin for fergus.msfc.nasa.gov " I can telnet to the admin console on the server, just not the web admin. What might be the deal? the templates directory is where the conf file says it is, and has admin.html in it. list.cgi works. -- Bryan Walls My words are not NASA policy. Bryan.Walls at msfc.nasa.gov (256)544-3311voice,544-7128fax http://science.nasa.gov http://liftoff.msfc.nasa.gov http://kids.msfc.nasa.gov --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From malsburg at cl.uni-heidelberg.de Fri Sep 13 09:59:36 2002 From: malsburg at cl.uni-heidelberg.de (Titus v.d.Malsburg) Date: Fri, 13 Sep 2002 11:59:36 +0200 Subject: [icecast] icecast-1.3.12 on SunOS Message-ID: <827B7763-C6FF-11D6-A9F2-003065B33FF0@cl.uni-heidelberg.de> Hello I compiled icecast-1.3.12 on a box with uname -a: SunOS star19 5.6 Generic_105181-31 sun4u sparc SUNW,UltraSPARC-IIi-cEngine. The result works properly. The problem is that the icecast process generates 100% cpu load even if no sources and no clients are connected. If I trace the process using truss, I get the following: ... open("/dev/zero", O_RDWR) = 1 mmap(0x00000000, 16384, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_NORESERV E, 1, 0) = 0xEEBE0000 close(1) = 0 mprotect(0xEEBE0000, 8192, PROT_NONE) = 0 lwp_create(0xEF40FAF0, 0x00C0, 0xEEBE3E04) = 6 lwp_continue(6) = 0 lwp_create(0x00000001, 0x4000, 0xEF40FC8C) = 0 lwp_schedctl(SC_STATE|SC_BLOCK, -1, 0xEEBE3D0C) = 0 time() = 1031909555 time() = 1031909555 time() = 1031909555 time() = 1031909555 time() = 1031909555 time() = 1031909555 time() = 1031909555 ... many times ... time() = 1031909555 time() = 1031909555 time() = 1031909555 time() = 1031909555 poll(0xEFFFD750, 1, 30) = 0 time() = 1031909555 time() = 1031909555 time() = 1031909555 time() = 1031909555 time() = 1031909555 ... time() = 1031909556 poll(0xEF4ABA88, 0, 500) = 0 time() = 1031909556 recvfrom(2, 0xEF4AFBA0, 8191, 0, 0x00063F38, 0xEF4ADB9C) Err#11 EAGAIN time() = 1031909556 lwp_sema_post(0xEF4B1E78) = 0 lwp_sema_wait(0xEF4B1E78) = 0 lwp_mutex_unlock(0xEF56B280) = 0 lwp_mutex_lock(0xEF56B280) = 0 time() = 1031909556 time() = 1031909556 time() = 1031909556 time() = 1031909556 lwp_sema_post(0xEF4B1E78) = 0 lwp_sema_wait(0xEF4B1E78) = 0 lwp_mutex_unlock(0xEF56B280) = 0 lwp_mutex_lock(0xEF56B280) = 0 time() = 1031909556 <p>... and so on. As you can see the time() is called many times per millisecond. Does anybody have an idea what the problem is and how it could be solved? Thannk, Titus --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From palott at math.umd.edu Fri Sep 13 18:20:38 2002 From: palott at math.umd.edu (P. Aaron Lott) Date: Fri, 13 Sep 2002 14:20:38 -0400 Subject: [icecast] multiple shout streams Message-ID: <1031941238.23632.16.camel@hamlet.hyatsv01.md.comcast.net> Hi, I'm trying to figure out how to have mulitple shout streams running on my icecast server. I'd like to have it setup like http://192.168.1.1:8000/classical plays classical http://192.168.1.1:8000/pop plays pop etc. Thanks, Aaron -- palott at math.umd.edu http://www.math.umd.edu/~palott LCV: IPST 4364A (301)405-4865 Office: IPST 4364D (301)405-4843 Fax: (301)314-0827 P. Aaron Lott 1301 Mathematics Building University of Maryland College Park, MD 20742-4015 --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From zeek at sparklehouse.com Fri Sep 13 18:38:29 2002 From: zeek at sparklehouse.com (zeek) Date: Fri, 13 Sep 2002 14:38:29 -0400 Subject: [icecast] multiple shout streams In-Reply-To: <1031941238.23632.16.camel@hamlet.hyatsv01.md.comcast.net> Message-ID: <FMEDICOOPIIAHELGINPCOEJCCGAA.zeek@sparklehouse.com> That sounds great Aaron! How did it work out? -zeek > -----Original Message----- > From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]On Behalf Of > P. Aaron Lott > Sent: Friday, September 13, 2002 2:21 PM > To: icecast at xiph.org > Subject: [icecast] multiple shout streams > > > Hi, > > I'm trying to figure out how to have mulitple shout streams running on > my icecast server. I'd like to have it setup like > > http://192.168.1.1:8000/classical plays classical > http://192.168.1.1:8000/pop plays pop > > etc. > > Thanks, > > Aaron > > -- > palott at math.umd.edu > http://www.math.umd.edu/~palott > LCV: IPST 4364A (301)405-4865 > Office: IPST 4364D (301)405-4843 > Fax: (301)314-0827 > > P. Aaron Lott > 1301 Mathematics Building > University of Maryland > College Park, MD 20742-4015 > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From zeek at sparklehouse.com Fri Sep 13 19:55:23 2002 From: zeek at sparklehouse.com (zeek) Date: Fri, 13 Sep 2002 15:55:23 -0400 Subject: [icecast] winamp >2.75 -answer on song titles // use_meta_data- Message-ID: <FMEDICOOPIIAHELGINPCGEJDCGAA.zeek@sparklehouse.com> I've searched the archives on xiph and elsewhere in hopes of finding an answer on whether song titles will work. There seems to be no definitive answer. use_meta_data 1 DOES work for WinAmp 2.75 but nothing else I've tried (which includes the latest WinAmp and Sonique). Also, I can get some header by telnetting into my port (see below) but still the "meta_data" issue remains a mystery. If there is in fact a definitive answer on this, please by all means FAQ or RTFM me senseless. Even if there's no gratifying definitive answer, comments on "it works for me" would suffice. All I need is an inch. Otherwise I'm closing the coffin on this project and recommending something else for this really cool top-secret collective project I'm working with that could bring an enormous amount of positive light to the icecast project, it's developers, and all else and others involved. And if I can't get a pulse this time, I recommend putting a radiation symbol on the icecast.org front page And adding the following to the FAQ: Q1: What is icecast? A: See Q1. <p>x-audiocast-location: Philadelphia, PA (formerly NYC) x-audiocast-admin: admin at sparklehouse.com x-audiocast-server-url: http://sparklehouse.com/ x-audiocast-mount:/mp3 x-audiocast-name:SparklehouseRadio x-audiocast-description:SparklehouseRadio x-audiocast-url:http://sparklehouse.com x-audiocast-genre:SparklehouseRadio x-audiocast-bitrate:128 x-audiocast-public:0 --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From palott at math.umd.edu Fri Sep 13 20:17:21 2002 From: palott at math.umd.edu (P. Aaron Lott) Date: Fri, 13 Sep 2002 16:17:21 -0400 Subject: [icecast] multiple shout streams In-Reply-To: <1031941238.23632.16.camel@hamlet.hyatsv01.md.comcast.net> Message-ID: <1031948241.23632.39.camel@hamlet.hyatsv01.md.comcast.net> Using ices I got multiple streams to work just fine on my local network but if I try to access my streams from my ip address that connects to the world I only can get my classical play list to play regardless of which mount point I choose. Any ideas? Thanks, Aaron <p><p><p>On Fri, 2002-09-13 at 14:20, P. Aaron Lott wrote: > Hi, > > I'm trying to figure out how to have mulitple shout streams running on > my icecast server. I'd like to have it setup like > > http://192.168.1.1:8000/classical plays classical > http://192.168.1.1:8000/pop plays pop > > etc. > > Thanks, > > Aaron > > -- > palott at math.umd.edu > http://www.math.umd.edu/~palott > LCV: IPST 4364A (301)405-4865 > Office: IPST 4364D (301)405-4843 > Fax: (301)314-0827 > > P. Aaron Lott > 1301 Mathematics Building > University of Maryland > College Park, MD 20742-4015 > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. -- palott at math.umd.edu http://www.math.umd.edu/~palott LCV: IPST 4364A (301)405-4865 Office: IPST 4364D (301)405-4843 Fax: (301)314-0827 P. Aaron Lott 1301 Mathematics Building University of Maryland College Park, MD 20742-4015 --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From palott at math.umd.edu Fri Sep 13 21:04:14 2002 From: palott at math.umd.edu (P. Aaron Lott) Date: Fri, 13 Sep 2002 17:04:14 -0400 Subject: [icecast] multiple shout streams In-Reply-To: <00d501c25b64$5feab630$4f8fe5d8@pdc.forward.net> Message-ID: <1031951054.23630.50.camel@hamlet.hyatsv01.md.comcast.net> I'm running multiple instances of ices. Also, I found what the problem was with the constant stream. I was getting a default stream because I was using my local ip address to run the server, and when I tried to access the different streams from my outside ip address something got confused. I'm running it from my outside ip address and everything works fine. Does anyone know a what to run from two both a local and outside ip address. It seems that people on my local network should be able to talk directly with my machine without going to outside the network. Thanks, Aaron <p>On Fri, 2002-09-13 at 16:30, Maria Wright wrote: > It looks like yer nat'ing. That might have something to do with it. Id have > to think on it, but maybe move the other stream to another port # (8001, > etc). NAT may not be able to translate 2 dif requests through a mapping from > public to private on the same port #. NAT doesnt play nice with certain > types of apps. > > Did you do multiple instances of ICES or some other (hopefully better) > solution? > > Maria > > ----- Original Message ----- > From: "P. Aaron Lott" <palott at math.umd.edu> > To: "Maria Wright" <maria at mariaworld.com> > Sent: Friday, September 13, 2002 3:15 PM > Subject: Re: [icecast] multiple shout streams > > > > So I got multiple streams to work just fine on my local network but if I > > try to access my streams from my ip address that connects to the world I > > only can get my classical play list to play regardless of which mount > > point I choose. Any ideas? > > > > Thanks, > > > > Aaron > > > > > > On Fri, 2002-09-13 at 14:30, Maria Wright wrote: > > > Cant do it that way, unfortunately. The different mount points are > really > > > for streaming different bitrates, not playlists. > > > To have 2 streams playing differernt playlists, you have to run 2 > instances > > > of ICES, each instance referring to a separate config file that in turn > > > points to a different playlist. > > > > > > I just went through this problem and there were a few emails on the list > > > regarding this problem. The final result from the ICECAST developers was > the > > > solution above. > > > > > > Yes, its stupid. Im wondering if theres a way to write a PERL program to > > > fork and/or force the process or something. I havent dug any deeper, > tho. > > > > > > > > > Maria > > > > > > > > > > > > ----- Original Message ----- > > > From: "P. Aaron Lott" <palott at math.umd.edu> > > > To: <icecast at xiph.org> > > > Sent: Friday, September 13, 2002 1:20 PM > > > Subject: [icecast] multiple shout streams > > > > > > > > > > Hi, > > > > > > > > I'm trying to figure out how to have mulitple shout streams running on > > > > my icecast server. I'd like to have it setup like > > > > > > > > http://192.168.1.1:8000/classical plays classical > > > > http://192.168.1.1:8000/pop plays pop > > > > > > > > etc. > > > > > > > > Thanks, > > > > > > > > Aaron > > > > > > > > -- > > > > palott at math.umd.edu > > > > http://www.math.umd.edu/~palott > > > > LCV: IPST 4364A (301)405-4865 > > > > Office: IPST 4364D (301)405-4843 > > > > Fax: (301)314-0827 > > > > > > > > P. Aaron Lott > > > > 1301 Mathematics Building > > > > University of Maryland > > > > College Park, MD 20742-4015 > > > > > > > > --- >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 at xiph.org' > > > > containing only the word 'unsubscribe' in the body. No subject is > needed. > > > > Unsubscribe messages sent to the list will be ignored/filtered. > > > > > > > > > -- > > palott at math.umd.edu > > http://www.math.umd.edu/~palott > > LCV: IPST 4364A (301)405-4865 > > Office: IPST 4364D (301)405-4843 > > Fax: (301)314-0827 > > > > P. Aaron Lott > > 1301 Mathematics Building > > University of Maryland > > College Park, MD 20742-4015 > > > -- palott at math.umd.edu http://www.math.umd.edu/~palott LCV: IPST 4364A (301)405-4865 Office: IPST 4364D (301)405-4843 Fax: (301)314-0827 P. Aaron Lott 1301 Mathematics Building University of Maryland College Park, MD 20742-4015 --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From bench at silentmedia.com Fri Sep 13 21:31:35 2002 From: bench at silentmedia.com (Ben) Date: Fri, 13 Sep 2002 14:31:35 -0700 (PDT) Subject: [icecast] winamp >2.75 -answer on song titles // use_meta_data- In-Reply-To: <FMEDICOOPIIAHELGINPCGEJDCGAA.zeek@sparklehouse.com> Message-ID: <Pine.LNX.4.30.0209131429090.443-100000@localhost.localdomain> All I can tell you is that I've been unable to ever get meta_data to stream, and the question I sent about it a week or two ago has gone unanswered. I never actually checked that I was using WinAmp 2.75, but I do know that whatever version of winamp I *was* using could stream metadata from other sites. On Fri, 13 Sep 2002, zeek wrote: > > > I've searched the archives on xiph and elsewhere in hopes of finding an > answer on whether song titles will work. There seems to be no definitive > answer. > > use_meta_data 1 DOES work for WinAmp 2.75 but nothing else I've tried (which > includes the latest WinAmp and Sonique). Also, I can get some header by > telnetting into my port (see below) but still the "meta_data" issue remains > a mystery. > > If there is in fact a definitive answer on this, please by all means FAQ or > RTFM me senseless. Even if there's no gratifying definitive answer, comments > on "it works for me" would suffice. All I need is an inch. Otherwise I'm > closing the coffin on this project and recommending something else for this > really cool top-secret collective project I'm working with that could bring > an enormous amount of positive light to the icecast project, it's > developers, and all else and others involved. > > And if I can't get a pulse this time, I recommend putting a radiation symbol > on the icecast.org front page And adding the following to the FAQ: > > Q1: What is icecast? > A: See Q1. > > > x-audiocast-location: Philadelphia, PA (formerly NYC) > x-audiocast-admin: admin at sparklehouse.com > x-audiocast-server-url: http://sparklehouse.com/ > x-audiocast-mount:/mp3 > x-audiocast-name:SparklehouseRadio > x-audiocast-description:SparklehouseRadio > x-audiocast-url:http://sparklehouse.com > x-audiocast-genre:SparklehouseRadio > x-audiocast-bitrate:128 > x-audiocast-public:0 > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From zeek at sparklehouse.com Fri Sep 13 21:14:53 2002 From: zeek at sparklehouse.com (zeek) Date: Fri, 13 Sep 2002 17:14:53 -0400 Subject: [icecast] multiple shout streams In-Reply-To: <1031951054.23630.50.camel@hamlet.hyatsv01.md.comcast.net> Message-ID: <FMEDICOOPIIAHELGINPCCEJECGAA.zeek@sparklehouse.com> What OS is the system? What is the IPaddr? Do: ifconfig -a netstat -nr <p>-zeek > -----Original Message----- > From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]On Behalf Of > P. Aaron Lott > Sent: Friday, September 13, 2002 5:04 PM > To: Maria Wright > Cc: icecast at xiph.org > Subject: Re: [icecast] multiple shout streams > > > I'm running multiple instances of ices. Also, I found what the problem > was with the constant stream. I was getting a default stream because I > was using my local ip address to run the server, and when I tried to > access the different streams from my outside ip address something got > confused. I'm running it from my outside ip address and everything works > fine. Does anyone know a what to run from two both a local and outside > ip address. It seems that people on my local network should be able to > talk directly with my machine without going to outside the network. > > Thanks, > > Aaron > > > On Fri, 2002-09-13 at 16:30, Maria Wright wrote: > > It looks like yer nat'ing. That might have something to do with > it. Id have > > to think on it, but maybe move the other stream to another port # (8001, > > etc). NAT may not be able to translate 2 dif requests through a > mapping from > > public to private on the same port #. NAT doesnt play nice with certain > > types of apps. > > > > Did you do multiple instances of ICES or some other (hopefully better) > > solution? > > > > Maria > > > > ----- Original Message ----- > > From: "P. Aaron Lott" <palott at math.umd.edu> > > To: "Maria Wright" <maria at mariaworld.com> > > Sent: Friday, September 13, 2002 3:15 PM > > Subject: Re: [icecast] multiple shout streams > > > > > > > So I got multiple streams to work just fine on my local > network but if I > > > try to access my streams from my ip address that connects to > the world I > > > only can get my classical play list to play regardless of which mount > > > point I choose. Any ideas? > > > > > > Thanks, > > > > > > Aaron > > > > > > > > > On Fri, 2002-09-13 at 14:30, Maria Wright wrote: > > > > Cant do it that way, unfortunately. The different mount points are > > really > > > > for streaming different bitrates, not playlists. > > > > To have 2 streams playing differernt playlists, you have to run 2 > > instances > > > > of ICES, each instance referring to a separate config file > that in turn > > > > points to a different playlist. > > > > > > > > I just went through this problem and there were a few > emails on the list > > > > regarding this problem. The final result from the ICECAST > developers was > > the > > > > solution above. > > > > > > > > Yes, its stupid. Im wondering if theres a way to write a > PERL program to > > > > fork and/or force the process or something. I havent dug any deeper, > > tho. > > > > > > > > > > > > Maria > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > From: "P. Aaron Lott" <palott at math.umd.edu> > > > > To: <icecast at xiph.org> > > > > Sent: Friday, September 13, 2002 1:20 PM > > > > Subject: [icecast] multiple shout streams > > > > > > > > > > > > > Hi, > > > > > > > > > > I'm trying to figure out how to have mulitple shout > streams running on > > > > > my icecast server. I'd like to have it setup like > > > > > > > > > > http://192.168.1.1:8000/classical plays classical > > > > > http://192.168.1.1:8000/pop plays pop > > > > > > > > > > etc. > > > > > > > > > > Thanks, > > > > > > > > > > Aaron > > > > > > > > > > -- > > > > > palott at math.umd.edu > > > > > http://www.math.umd.edu/~palott > > > > > LCV: IPST 4364A (301)405-4865 > > > > > Office: IPST 4364D (301)405-4843 > > > > > Fax: (301)314-0827 > > > > > > > > > > P. Aaron Lott > > > > > 1301 Mathematics Building > > > > > University of Maryland > > > > > College Park, MD 20742-4015 > > > > > > > > > > --- >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 at xiph.org' > > > > > containing only the word 'unsubscribe' in the body. No subject is > > needed. > > > > > Unsubscribe messages sent to the list will be ignored/filtered. > > > > > > > > > > > > -- > > > palott at math.umd.edu > > > http://www.math.umd.edu/~palott > > > LCV: IPST 4364A (301)405-4865 > > > Office: IPST 4364D (301)405-4843 > > > Fax: (301)314-0827 > > > > > > P. Aaron Lott > > > 1301 Mathematics Building > > > University of Maryland > > > College Park, MD 20742-4015 > > > > > > -- > palott at math.umd.edu > http://www.math.umd.edu/~palott > LCV: IPST 4364A (301)405-4865 > Office: IPST 4364D (301)405-4843 > Fax: (301)314-0827 > > P. Aaron Lott > 1301 Mathematics Building > University of Maryland > College Park, MD 20742-4015 > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From zeek at sparklehouse.com Fri Sep 13 21:17:47 2002 From: zeek at sparklehouse.com (zeek) Date: Fri, 13 Sep 2002 17:17:47 -0400 Subject: [icecast] winamp >2.75 -answer on song titles // use_meta_data- In-Reply-To: <Pine.LNX.4.30.0209131429090.443-100000@localhost.localdomain> Message-ID: <FMEDICOOPIIAHELGINPCGEJECGAA.zeek@sparklehouse.com> The streaming of song titles is something that either nobody wants to deal with or "it works fine for me" (after I spent 3 weeks working on it). in setting use_meta_data 1 and using an older version of winamp (www.oldversion.com) the thing works. Otherwise, recent vers of sonique and winamp don't work. Why? Don't know. <p>-zeek <p><p>> -----Original Message----- > From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]On Behalf Of > Ben > Sent: Friday, September 13, 2002 5:32 PM > To: icecast at xiph.org > Subject: Re: [icecast] winamp >2.75 -answer on song titles // > use_meta_data- > > > All I can tell you is that I've been unable to ever get meta_data to > stream, and the question I sent about it a week or two ago has gone > unanswered. > > I never actually checked that I was using WinAmp 2.75, but I do know that > whatever version of winamp I *was* using could stream metadata from other > sites. > > On Fri, 13 Sep 2002, zeek wrote: > > > > > > > I've searched the archives on xiph and elsewhere in hopes of finding an > > answer on whether song titles will work. There seems to be no definitive > > answer. > > > > use_meta_data 1 DOES work for WinAmp 2.75 but nothing else I've > tried (which > > includes the latest WinAmp and Sonique). Also, I can get some header by > > telnetting into my port (see below) but still the "meta_data" > issue remains > > a mystery. > > > > If there is in fact a definitive answer on this, please by all > means FAQ or > > RTFM me senseless. Even if there's no gratifying definitive > answer, comments > > on "it works for me" would suffice. All I need is an inch. Otherwise I'm > > closing the coffin on this project and recommending something > else for this > > really cool top-secret collective project I'm working with that > could bring > > an enormous amount of positive light to the icecast project, it's > > developers, and all else and others involved. > > > > And if I can't get a pulse this time, I recommend putting a > radiation symbol > > on the icecast.org front page And adding the following to the FAQ: > > > > Q1: What is icecast? > > A: See Q1. > > > > > > x-audiocast-location: Philadelphia, PA (formerly NYC) > > x-audiocast-admin: admin at sparklehouse.com > > x-audiocast-server-url: http://sparklehouse.com/ > > x-audiocast-mount:/mp3 > > x-audiocast-name:SparklehouseRadio > > x-audiocast-description:SparklehouseRadio > > x-audiocast-url:http://sparklehouse.com > > x-audiocast-genre:SparklehouseRadio > > x-audiocast-bitrate:128 > > x-audiocast-public:0 > > > > --- >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 at 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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From palott at math.umd.edu Fri Sep 13 21:22:21 2002 From: palott at math.umd.edu (P. Aaron Lott) Date: Fri, 13 Sep 2002 17:22:21 -0400 Subject: [icecast] multiple shout streams In-Reply-To: <FMEDICOOPIIAHELGINPCCEJECGAA.zeek@sparklehouse.com> Message-ID: <1031952142.8795.64.camel@hamlet.hyatsv01.md.comcast.net> My OS in linux. my local ip address is 192.168.1.1 I'm currently running icecast from my comcast ip address 68.50.209.120. But if I try to connect to the stream via 192.168.1.1 I get 404 Entity Not Found The requested file or stream was not found on this server. Thanks, Aaron <p>On Fri, 2002-09-13 at 17:14, zeek wrote: > > What OS is the system? What is the IPaddr? > > Do: > > ifconfig -a > netstat -nr > > > -zeek > > > -----Original Message----- > > From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]On Behalf Of > > P. Aaron Lott > > Sent: Friday, September 13, 2002 5:04 PM > > To: Maria Wright > > Cc: icecast at xiph.org > > Subject: Re: [icecast] multiple shout streams > > > > > > I'm running multiple instances of ices. Also, I found what the problem > > was with the constant stream. I was getting a default stream because I > > was using my local ip address to run the server, and when I tried to > > access the different streams from my outside ip address something got > > confused. I'm running it from my outside ip address and everything works > > fine. Does anyone know a what to run from two both a local and outside > > ip address. It seems that people on my local network should be able to > > talk directly with my machine without going to outside the network. > > > > Thanks, > > > > Aaron > > > > > > On Fri, 2002-09-13 at 16:30, Maria Wright wrote: > > > It looks like yer nat'ing. That might have something to do with > > it. Id have > > > to think on it, but maybe move the other stream to another port # (8001, > > > etc). NAT may not be able to translate 2 dif requests through a > > mapping from > > > public to private on the same port #. NAT doesnt play nice with certain > > > types of apps. > > > > > > Did you do multiple instances of ICES or some other (hopefully better) > > > solution? > > > > > > Maria > > > > > > ----- Original Message ----- > > > From: "P. Aaron Lott" <palott at math.umd.edu> > > > To: "Maria Wright" <maria at mariaworld.com> > > > Sent: Friday, September 13, 2002 3:15 PM > > > Subject: Re: [icecast] multiple shout streams > > > > > > > > > > So I got multiple streams to work just fine on my local > > network but if I > > > > try to access my streams from my ip address that connects to > > the world I > > > > only can get my classical play list to play regardless of which mount > > > > point I choose. Any ideas? > > > > > > > > Thanks, > > > > > > > > Aaron > > > > > > > > > > > > On Fri, 2002-09-13 at 14:30, Maria Wright wrote: > > > > > Cant do it that way, unfortunately. The different mount points are > > > really > > > > > for streaming different bitrates, not playlists. > > > > > To have 2 streams playing differernt playlists, you have to run 2 > > > instances > > > > > of ICES, each instance referring to a separate config file > > that in turn > > > > > points to a different playlist. > > > > > > > > > > I just went through this problem and there were a few > > emails on the list > > > > > regarding this problem. The final result from the ICECAST > > developers was > > > the > > > > > solution above. > > > > > > > > > > Yes, its stupid. Im wondering if theres a way to write a > > PERL program to > > > > > fork and/or force the process or something. I havent dug any deeper, > > > tho. > > > > > > > > > > > > > > > Maria > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > From: "P. Aaron Lott" <palott at math.umd.edu> > > > > > To: <icecast at xiph.org> > > > > > Sent: Friday, September 13, 2002 1:20 PM > > > > > Subject: [icecast] multiple shout streams > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > I'm trying to figure out how to have mulitple shout > > streams running on > > > > > > my icecast server. I'd like to have it setup like > > > > > > > > > > > > http://192.168.1.1:8000/classical plays classical > > > > > > http://192.168.1.1:8000/pop plays pop > > > > > > > > > > > > etc. > > > > > > > > > > > > Thanks, > > > > > > > > > > > > Aaron > > > > > > > > > > > > -- > > > > > > palott at math.umd.edu > > > > > > http://www.math.umd.edu/~palott > > > > > > LCV: IPST 4364A (301)405-4865 > > > > > > Office: IPST 4364D (301)405-4843 > > > > > > Fax: (301)314-0827 > > > > > > > > > > > > P. Aaron Lott > > > > > > 1301 Mathematics Building > > > > > > University of Maryland > > > > > > College Park, MD 20742-4015 > > > > > > > > > > > > --- >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 at xiph.org' > > > > > > containing only the word 'unsubscribe' in the body. No subject is > > > needed. > > > > > > Unsubscribe messages sent to the list will be ignored/filtered. > > > > > > > > > > > > > > > -- > > > > palott at math.umd.edu > > > > http://www.math.umd.edu/~palott > > > > LCV: IPST 4364A (301)405-4865 > > > > Office: IPST 4364D (301)405-4843 > > > > Fax: (301)314-0827 > > > > > > > > P. Aaron Lott > > > > 1301 Mathematics Building > > > > University of Maryland > > > > College Park, MD 20742-4015 > > > > > > > > > -- > > palott at math.umd.edu > > http://www.math.umd.edu/~palott > > LCV: IPST 4364A (301)405-4865 > > Office: IPST 4364D (301)405-4843 > > Fax: (301)314-0827 > > > > P. Aaron Lott > > 1301 Mathematics Building > > University of Maryland > > College Park, MD 20742-4015 > > > > --- >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 at 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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. -- palott at math.umd.edu http://www.math.umd.edu/~palott LCV: IPST 4364A (301)405-4865 Office: IPST 4364D (301)405-4843 Fax: (301)314-0827 P. Aaron Lott 1301 Mathematics Building University of Maryland College Park, MD 20742-4015 --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From zeek at sparklehouse.com Fri Sep 13 21:31:32 2002 From: zeek at sparklehouse.com (zeek at sparklehouse.com) Date: Fri, 13 Sep 2002 17:31:32 -0400 (EDT) Subject: [icecast] multiple shout streams In-Reply-To: <1031952142.8795.64.camel@hamlet.hyatsv01.md.comcast.net> Message-ID: <200209132131.g8DLVWR14224@mogwai.sparklehouse.com> Check out the section in icecast.conf "Server IP/port configuration" Set this for 192.168.1.1 In order for clients to reach this OUTSIDE of 192.168.1.x you must use NAT: Internet (128.66.10.1 request) -> <-NAT-> 192.168.1.1 Keep in mind 128.66.10.1 is a valid and public and Internet addr. 192.168.1.1 is a BOGUS (reserved, experimental, for private use only) and private and non-routable addr. Google "NAT HOWTO" 4 more. -zeek <p><p>> My OS in linux. > > my local ip address is 192.168.1.1 I'm currently running icecast from my > comcast ip address 68.50.209.120. But if I try to connect to the stream > via 192.168.1.1 I get > > 404 Entity Not Found > The requested file or stream was not found on this server. > > Thanks, > Aaron > > > On Fri, 2002-09-13 at 17:14, zeek wrote: > > > > What OS is the system? What is the IPaddr? > > > > Do: > > > > ifconfig -a > > netstat -nr > > > > > > -zeek > > > > > -----Original Message----- > > > From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org]On Behalf Of > > > P. Aaron Lott > > > Sent: Friday, September 13, 2002 5:04 PM > > > To: Maria Wright > > > Cc: icecast at xiph.org > > > Subject: Re: [icecast] multiple shout streams > > > > > > > > > I'm running multiple instances of ices. Also, I found what the problem > > > was with the constant stream. I was getting a default stream because I > > > was using my local ip address to run the server, and when I tried to > > > access the different streams from my outside ip address something got > > > confused. I'm running it from my outside ip address and everything works > > > fine. Does anyone know a what to run from two both a local and outside > > > ip address. It seems that people on my local network should be able to > > > talk directly with my machine without going to outside the network. > > > > > > Thanks, > > > > > > Aaron > > > > > > > > > On Fri, 2002-09-13 at 16:30, Maria Wright wrote: > > > > It looks like yer nat'ing. That might have something to do with > > > it. Id have > > > > to think on it, but maybe move the other stream to another port # (8001, > > > > etc). NAT may not be able to translate 2 dif requests through a > > > mapping from > > > > public to private on the same port #. NAT doesnt play nice with certain > > > > types of apps. > > > > > > > > Did you do multiple instances of ICES or some other (hopefully better) > > > > solution? > > > > > > > > Maria > > > > > > > > ----- Original Message ----- > > > > From: "P. Aaron Lott" <palott at math.umd.edu> > > > > To: "Maria Wright" <maria at mariaworld.com> > > > > Sent: Friday, September 13, 2002 3:15 PM > > > > Subject: Re: [icecast] multiple shout streams > > > > > > > > > > > > > So I got multiple streams to work just fine on my local > > > network but if I > > > > > try to access my streams from my ip address that connects to > > > the world I > > > > > only can get my classical play list to play regardless of which mount > > > > > point I choose. Any ideas? > > > > > > > > > > Thanks, > > > > > > > > > > Aaron > > > > > > > > > > > > > > > On Fri, 2002-09-13 at 14:30, Maria Wright wrote: > > > > > > Cant do it that way, unfortunately. The different mount points are > > > > really > > > > > > for streaming different bitrates, not playlists. > > > > > > To have 2 streams playing differernt playlists, you have to run 2 > > > > instances > > > > > > of ICES, each instance referring to a separate config file > > > that in turn > > > > > > points to a different playlist. > > > > > > > > > > > > I just went through this problem and there were a few > > > emails on the list > > > > > > regarding this problem. The final result from the ICECAST > > > developers was > > > > the > > > > > > solution above. > > > > > > > > > > > > Yes, its stupid. Im wondering if theres a way to write a > > > PERL program to > > > > > > fork and/or force the process or something. I havent dug any deeper, > > > > tho. > > > > > > > > > > > > > > > > > > Maria > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "P. Aaron Lott" <palott at math.umd.edu> > > > > > > To: <icecast at xiph.org> > > > > > > Sent: Friday, September 13, 2002 1:20 PM > > > > > > Subject: [icecast] multiple shout streams > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > I'm trying to figure out how to have mulitple shout > > > streams running on > > > > > > > my icecast server. I'd like to have it setup like > > > > > > > > > > > > > > http://192.168.1.1:8000/classical plays classical > > > > > > > http://192.168.1.1:8000/pop plays pop > > > > > > > > > > > > > > etc. > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > Aaron > > > > > > > > > > > > > > -- > > > > > > > palott at math.umd.edu > > > > > > > http://www.math.umd.edu/~palott > > > > > > > LCV: IPST 4364A (301)405-4865 > > > > > > > Office: IPST 4364D (301)405-4843 > > > > > > > Fax: (301)314-0827 > > > > > > > > > > > > > > P. Aaron Lott > > > > > > > 1301 Mathematics Building > > > > > > > University of Maryland > > > > > > > College Park, MD 20742-4015 > > > > > > > > > > > > > > --- >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 at xiph.org' > > > > > > > containing only the word 'unsubscribe' in the body. No subject is > > > > needed. > > > > > > > Unsubscribe messages sent to the list will be ignored/filtered. > > > > > > > > > > > > > > > > > > -- > > > > > palott at math.umd.edu > > > > > http://www.math.umd.edu/~palott > > > > > LCV: IPST 4364A (301)405-4865 > > > > > Office: IPST 4364D (301)405-4843 > > > > > Fax: (301)314-0827 > > > > > > > > > > P. Aaron Lott > > > > > 1301 Mathematics Building > > > > > University of Maryland > > > > > College Park, MD 20742-4015 > > > > > > > > > > > > -- > > > palott at math.umd.edu > > > http://www.math.umd.edu/~palott > > > LCV: IPST 4364A (301)405-4865 > > > Office: IPST 4364D (301)405-4843 > > > Fax: (301)314-0827 > > > > > > P. Aaron Lott > > > 1301 Mathematics Building > > > University of Maryland > > > College Park, MD 20742-4015 > > > > > > --- >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 at 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 at xiph.org' > > containing only the word 'unsubscribe' in the body. No subject is needed. > > Unsubscribe messages sent to the list will be ignored/filtered. > -- > palott at math.umd.edu > http://www.math.umd.edu/~palott > LCV: IPST 4364A (301)405-4865 > Office: IPST 4364D (301)405-4843 > Fax: (301)314-0827 > > P. Aaron Lott > 1301 Mathematics Building > University of Maryland > College Park, MD 20742-4015 > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From cfaber at fpsn.net Fri Sep 13 21:38:41 2002 From: cfaber at fpsn.net (Colin Faber) Date: Fri, 13 Sep 2002 15:38:41 -0600 Subject: [icecast] Repost: Directory server. Message-ID: <3D825AE1.EEF21CC9@fpsn.net> Hi, Is there any documentation or possibly an open directory server project underway? <p> -- Colin Faber (303) 736-5160 fpsn.net, Inc. * Black holes are where God divided by zero. * --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From oddsock at oddsock.org Fri Sep 13 22:35:07 2002 From: oddsock at oddsock.org (oddsock) Date: Fri, 13 Sep 2002 17:35:07 -0500 Subject: [icecast] winamp >2.75 -answer on song titles // use_meta_data- In-Reply-To: <Pine.LNX.4.30.0209131429090.443-100000@localhost.localdoma in> Message-ID: <5.1.1.6.0.20020913172847.02896ab0@www.oddsock.org> also, keep in mind that support for streaming song titles is also a function of the source client you use.... I've been very successful with use_meta_data=1 and using either my DSP source (oddcast) or the Shoutcast DSP source.... and you can always know for sure if song titles are supported on your server by looking at the HTTP response headers from a request of the stream, (your request MUST contain Icy-MetaData:1 otherwise the server will never send you the metadata which is where song titles are stored....as far as I know, most winamp versions 2.7 and above, send this when attaching to a stream...this may not help you, but is at least information that may help... oddsock <p>At 02:31 PM 9/13/2002 -0700, you wrote: >All I can tell you is that I've been unable to ever get meta_data to >stream, and the question I sent about it a week or two ago has gone >unanswered. > >I never actually checked that I was using WinAmp 2.75, but I do know that >whatever version of winamp I *was* using could stream metadata from other >sites. > >On Fri, 13 Sep 2002, zeek wrote: > > > > > > > I've searched the archives on xiph and elsewhere in hopes of finding an > > answer on whether song titles will work. There seems to be no definitive > > answer. > > > > use_meta_data 1 DOES work for WinAmp 2.75 but nothing else I've tried > (which > > includes the latest WinAmp and Sonique). Also, I can get some header by > > telnetting into my port (see below) but still the "meta_data" issue remains > > a mystery. > > > > If there is in fact a definitive answer on this, please by all means FAQ or > > RTFM me senseless. Even if there's no gratifying definitive answer, > comments > > on "it works for me" would suffice. All I need is an inch. Otherwise I'm > > closing the coffin on this project and recommending something else for this > > really cool top-secret collective project I'm working with that could bring > > an enormous amount of positive light to the icecast project, it's > > developers, and all else and others involved. > > > > And if I can't get a pulse this time, I recommend putting a radiation > symbol > > on the icecast.org front page And adding the following to the FAQ: > > > > Q1: What is icecast? > > A: See Q1. > > > > > > x-audiocast-location: Philadelphia, PA (formerly NYC) > > x-audiocast-admin: admin at sparklehouse.com > > x-audiocast-server-url: http://sparklehouse.com/ > > x-audiocast-mount:/mp3 > > x-audiocast-name:SparklehouseRadio > > x-audiocast-description:SparklehouseRadio > > x-audiocast-url:http://sparklehouse.com > > x-audiocast-genre:SparklehouseRadio > > x-audiocast-bitrate:128 > > x-audiocast-public:0 > > > > --- >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 at 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 at xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. <p><p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From S1258586 at cedarville.edu Fri Sep 13 22:52:56 2002 From: S1258586 at cedarville.edu (Nathan Paul Flood) Date: Fri, 13 Sep 2002 18:52:56 -0400 Subject: [icecast] Song Metadata from 3rd party source? Message-ID: <sd823417.083@poplar.cedarville.edu> I am using a radio station automation system and icecast together to broadcast our terrestrial signal through a network. The automation system can send song title and artist data down the serial port or out to a file every time the song changes, (it is BSI's WaveStation) how can I take this data and add it to my icecast stream? (I am using Darkice to encode) It either generates a file every couple of seconds or pipes raw text data through the serial port. Is there a way to add Metadata to a continuous stream once it has already started? Nathan --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From palott at math.umd.edu Sat Sep 14 02:49:51 2002 From: palott at math.umd.edu (P. Aaron Lott) Date: Fri, 13 Sep 2002 22:49:51 -0400 Subject: [icecast] relaying streams Message-ID: <1031971791.23632.70.camel@hamlet.hyatsv01.md.comcast.net> How do I setup relaying in icecast? I tried editing my icecast.conf file like alias techo http://192.76.151.253:8000 and like alias add techo http://192.76.151.253:8000 but neither seemed to work when I tried to open http://myipaddress:8000/techno <p>Thanks, Aaron -- palott at math.umd.edu http://www.math.umd.edu/~palott LCV: IPST 4364A (301)405-4865 Office: IPST 4364D (301)405-4843 Fax: (301)314-0827 P. Aaron Lott 1301 Mathematics Building University of Maryland College Park, MD 20742-4015 --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From fuc952d at tninet.se Sat Sep 14 17:18:13 2002 From: fuc952d at tninet.se (Mark Rowlands) Date: Sat, 14 Sep 2002 19:18:13 +0200 Subject: [icecast] no audio until icecast / ices is ended Message-ID: <200209141918.13524.fuc952d@tninet.se> Please bear with me as I am an absolute newbie at this stuff :- o/s FreeBSD 4.6 stable (i386) pentium III 500 386mb ram scsi disks. Ices 0.2.3 compiled from source Icecast 1.3.12 I am trying to stream mp3 to my own lan. Ices and Icecast both seem to start quite happily, I can access the admin interface and when a client connects I can see that a client has connected. However, when I connect to http://host/8000 no sound, nothing and the page is blank. As soon as I shutdown Ices and Icecast, the page changes to an active x quicktime type picture and the mp3 starts playing. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Sun Sep 15 02:03:41 2002 From: gshang at uq.net.au (Geoff Shang) Date: Sun, 15 Sep 2002 12:03:41 +1000 (EST) Subject: [icecast] no audio until icecast / ices is ended In-Reply-To: <200209141918.13524.fuc952d@tninet.se> Message-ID: <Pine.LNX.4.44.0209151154570.482-100000@data.home> Hi: ah. Your mp3 player is downloading the stream instead of playing it right away. You need to create an M3U file with your stream URL in it and link to that on your website. Your player will download this and open the contained URL and play it. So as an example tream.m3u contains: http://server:8000/stream Now you'd link to this as follows: <A HREF="stream.m3u">Listen</A> The person clicks on this, the M3U file is downloaded and the player opens it and launches a connection to http://server:8000/stream . This is streaming basics, but it comes up so often that it's obviously missing from the icecast docs. Geoff. <p> -- Geoff Shang <gshang at uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jake at iceweasels.org Mon Sep 16 15:35:09 2002 From: jake at iceweasels.org (Jake Hoban) Date: Mon, 16 Sep 2002 16:35:09 +0100 Subject: [icecast] combined mp3 and vorbis stream Message-ID: <00dc01c25d96$a43a31b0$c4186c0a@corp.int.digex.com> Hi I've been searching the archives for a while to see whether it's possible to stream mp3 and vorbis at the same time with Icecast 2. The posting at http://www.xiph.org/archives/icecast/3133.html suggests that it is, but I can't find anything else out there. Can anyone help me out? I'm running icecast and ices from today's CVS. At the moment I have ices sending a playlist to icecast, the playlist is made up of both mp3 and vorbis files but the mp3s just get ignored. Do I need to set up separate streams? I'd be grateful for any info. TIA, Jake --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From darkeye at tyrell.hu Mon Sep 16 16:58:25 2002 From: darkeye at tyrell.hu (Maroy Akos) Date: Mon, 16 Sep 2002 18:58:25 +0200 (CEST) Subject: [icecast] combined mp3 and vorbis stream In-Reply-To: <00dc01c25d96$a43a31b0$c4186c0a@corp.int.digex.com> Message-ID: <Pine.LNX.4.44.0209161858060.15313-100000@damage.tyrell.hu> On Mon, 16 Sep 2002, Jake Hoban wrote: > Hi > > I've been searching the archives for a while to see whether it's possible to > stream mp3 and vorbis at the same time with Icecast 2. The posting at > http://www.xiph.org/archives/icecast/3133.html suggests that it is, but I > can't find anything else out there. Can anyone help me out? I'm running > icecast and ices from today's CVS. At the moment I have ices sending a > playlist to icecast, the playlist is made up of both mp3 and vorbis files > but the mp3s just get ignored. Do I need to set up separate streams? I'd be > grateful for any info. Yes, the streams should be seperate. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From cfaber at fpsn.net Mon Sep 16 19:56:10 2002 From: cfaber at fpsn.net (Colin Faber) Date: Mon, 16 Sep 2002 13:56:10 -0600 Subject: [icecast] <fileserve> Message-ID: <3D86375A.549A25B4@fpsn.net> Hi, While digging through the icecast2 xml configuration I noticed the option <fileserve>1</fileserve>. From what I could tell this is a totally undocumented feature and was wondering what exactly it was used for. <p> -- Colin Faber (303) 736-5160 fpsn.net, Inc. * Black holes are where God divided by zero. * --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Scott.Prive at storigen.com Mon Sep 16 20:01:22 2002 From: Scott.Prive at storigen.com (Scott Prive) Date: Mon, 16 Sep 2002 16:01:22 -0400 Subject: [icecast] combined mp3 and vorbis stream In-Reply-To: <[icecast] combined mp3 and vorbis stream> Message-ID: <7BFCE5F1EF28D64198522688F5449D5AC1E1EF@xchangeserver2.storigen.com> Jake, You could decode the compressed audio to raw audio, pipe it into the ice system and have it "re-encode" to a consistent bitrate and format (Vorbis/MP3). If there's nothing with the Ice software that's this versatile, you'll have to write a small shell script, which does something like calls ogg123/mpg123 and outputs decoded audio. Now I mention this as potentially useful information -- NOT a solition. A better answer than mine would have more specifics, but this may work. I assume it does, because I know you can decode on the command-line, and I know you can stream live input. I just haven't tested this. cheers, Scott > -----Original Message----- > From: Jake Hoban [mailto:jake at iceweasels.org] > Sent: Monday, September 16, 2002 11:35 AM > To: icecast at xiph.org > Subject: [icecast] combined mp3 and vorbis stream > > > Hi > > I've been searching the archives for a while to see whether > it's possible to > stream mp3 and vorbis at the same time with Icecast 2. The posting at > http://www.xiph.org/archives/icecast/3133.html suggests that > it is, but I > can't find anything else out there. Can anyone help me out? > I'm running > icecast and ices from today's CVS. At the moment I have ices sending a > playlist to icecast, the playlist is made up of both mp3 and > vorbis files > but the mp3s just get ignored. Do I need to set up separate > streams? I'd be > grateful for any info. > > TIA, > Jake > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No > subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. > .+-j?!?????i??0?????????+????j?i???r?h??Z??m????"q???+N?????r??y????b?X????u?????z?"q????????????r??j)?? '?+a{ +v?????&??{ay???,???r?????R{.n?+???z???,z{m??^?+-?)em?????w????? From gtgbr at gmx.net Mon Sep 16 23:28:33 2002 From: gtgbr at gmx.net (Moritz Grimm) Date: Tue, 17 Sep 2002 01:28:33 +0200 Subject: [icecast] <fileserve> In-Reply-To: <3D86375A.549A25B4@fpsn.net> Message-ID: <3D866921.8CA42A4D@gmx.net> Colin Faber wrote: > While digging through the icecast2 xml configuration I noticed the > option <fileserve>1</fileserve>. From what I could tell this is a > totally undocumented feature and was wondering what exactly it was > used for. It tells Icecast2 to allow serving non-.xsl files from its <webroot> subdirectory (the one where status.xsl resides). A file /path/to/<basedir>/<webroot>/test.ogg can be streamed on demand, it would be accessible via http://host:port/test.ogg then. This is basic web server functionality, so you don't need a separate Apache to stream on demand/offer downloads. <p>Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From yasusii at lowlife.jp Tue Sep 17 02:11:18 2002 From: yasusii at lowlife.jp (Yasushi Iwata) Date: Tue, 17 Sep 2002 11:11:18 +0900 (JST) Subject: [icecast] CVS trouble? Message-ID: <20020917.111118.104030313.yasusii@lowlife.jp> I tried to checkout ice2 from CVS. But I can't. Are there any trouble? -- $ cvs -z3 -d:pserver:anonymous at cvs.icecast.org:/cvs/ice co ice2 cvs server: Updating ice2 U ice2/Makefile.am U ice2/autogen.sh : U ice2/src/os.h U ice2/src/sighandler.c U ice2/src/sighandler.h (no response) <p><p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From xiphmont at xiph.org Tue Sep 17 03:05:59 2002 From: xiphmont at xiph.org (Monty) Date: Mon, 16 Sep 2002 23:05:59 -0400 Subject: [icecast] CVS trouble? In-Reply-To: <20020917.111118.104030313.yasusii@lowlife.jp> Message-ID: <20020917030559.GP1559@xiph.org> On Tue, Sep 17, 2002 at 11:11:18AM +0900, Yasushi Iwata wrote: > I tried to checkout ice2 from CVS. But I can't. Are there any trouble? There's a CVS 1.11/1.12 incompatability. You need to upgrade your client to most recent. Monty --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From yasusii at lowlife.jp Tue Sep 17 04:42:28 2002 From: yasusii at lowlife.jp (Yasushi Iwata) Date: Tue, 17 Sep 2002 13:42:28 +0900 (JST) Subject: [icecast] CVS trouble? In-Reply-To: <20020917030559.GP1559@xiph.org> Message-ID: <20020917.134228.112626317.yasusii@lowlife.jp> On Mon, 16 Sep 2002 23:05:59 -0400 xiphmont at xiph.org (Monty) wrote: > On Tue, Sep 17, 2002 at 11:11:18AM +0900, Yasushi Iwata wrote: > > I tried to checkout ice2 from CVS. But I can't. Are there any trouble? > > There's a CVS 1.11/1.12 incompatability. You need to upgrade your > client to most recent. I upgraded to the cvs 1.11.2, and the problem solved. Thank you. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From fuc952d at tninet.se Tue Sep 17 05:06:38 2002 From: fuc952d at tninet.se (Mark Rowlands) Date: Tue, 17 Sep 2002 07:06:38 +0200 Subject: [icecast] no audio until icecast / ices is ended In-Reply-To: <[icecast] no audio until icecast / ices is ended> Message-ID: <200209170706.38136.fuc952d@tninet.se> On Sun September 15 2002 04:03, Geoff Shang wrote: > Hi: > > ah. Your mp3 player is downloading the stream instead of playing it right > away. You need to create an M3U file with your stream URL in it and link > to that on your website. Your player will download this and open the > contained URL and play it. So as an example > > stream.m3u contains: > > http://server:8000/stream > > Now you'd link to this as follows: > > Listen > > The person clicks on this, the M3U file is downloaded and the player opens > it and launches a connection to http://server:8000/stream . > > This is streaming basics, but it comes up so often that it's obviously > missing from the icecast docs. > > Geoff. Oh my god........ I am now standing in the corner of the room wearing a big pointy hat with a D on it................ Now comes stupid question number 2. Would I be correct in assuming it is my responsibilty to output some handy info to a browser like....what track is actually playing? Right now I have just hacked a cgi together to look at the ices.cue file but is there a "recommended" approach. Thanks for the hefty whack with the clue stick. Mark <p>Thanks. ------------------------------------------------------- --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Tue Sep 17 07:38:22 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Tue, 17 Sep 2002 17:38:22 +1000 Subject: [icecast] CVS trouble? In-Reply-To: <20020917.111118.104030313.yasusii@lowlife.jp> Message-ID: <3.0.5.32.20020917173822.41377cc0@mail.labyrinth.net.au> At 11:11 AM 9/17/02 +0900, you wrote: >I tried to checkout ice2 from CVS. But I can't. Are there any trouble? > >-- > >$ cvs -z3 -d:pserver:anonymous at cvs.icecast.org:/cvs/ice co ice2 >cvs server: Updating ice2 >U ice2/Makefile.am >U ice2/autogen.sh > : >U ice2/src/os.h >U ice2/src/sighandler.c >U ice2/src/sighandler.h > >(no response) You have a buggy cvs client. Don't use -z, and it'll work. Also, don't check out ice2, it isn't what you think it is. It's completely useless, in fact. Mike --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Tue Sep 17 07:43:21 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Tue, 17 Sep 2002 17:43:21 +1000 Subject: [icecast] <fileserve> In-Reply-To: <3D86375A.549A25B4@fpsn.net> Message-ID: <3.0.5.32.20020917174321.41147980@mail.labyrinth.net.au> At 01:56 PM 9/16/02 -0600, you wrote: >Hi, > >While digging through the icecast2 xml configuration I noticed the >option <fileserve>1</fileserve>. From what I could tell this is a >totally undocumented feature and was wondering what exactly it was >used for. Most features are totally undocumented at the moment. I'm deep into the final couple of months of my undergrad degree, and buried under everything, so I haven't had time to write documentation. I've been hoping for contributions (hint!). Anyway, <fileserve> enables basic web-server functionality. There's no real need for this rather than a normal web server, but many people asked for this feature, and so I added it. It serves files from the <webroot> directory, unless an existing stream takes precendence. It's also designed for speed, so it should be friendly to cpu usage even for many connected clients. Mike --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From yasusii at lowlife.jp Tue Sep 17 09:09:24 2002 From: yasusii at lowlife.jp (Yasushi Iwata) Date: Tue, 17 Sep 2002 18:09:24 +0900 (JST) Subject: [icecast] CVS trouble? In-Reply-To: <3.0.5.32.20020917173822.41377cc0@mail.labyrinth.net.au> Message-ID: <20020917.180924.95064715.yasusii@lowlife.jp> On Tue, 17 Sep 2002 17:38:22 +1000 Michael Smith <msmith at labyrinth.net.au> wrote: > Also, don't check out ice2, it isn't what you think it is. > It's completely useless, in fact. Okay, I found icecast2 on xiph.org. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jake at iceweasels.org Tue Sep 17 23:20:42 2002 From: jake at iceweasels.org (Jake Hoban) Date: 18 Sep 2002 00:20:42 +0100 Subject: [icecast] combined mp3 and vorbis stream In-Reply-To: <7BFCE5F1EF28D64198522688F5449D5AC1E1EF@xchangeserver2.storigen.com> Message-ID: <1032304842.17757.5.camel@iguanodon> Thanks for that Scott. I've got two streams running now, one just reads my ogg files from a playlist as before, the other one reads input from stdin which is created by a script like this: ... for i in `cat /etc/icecast/mp3.playlist` do mpg123 -w - $i | ices /etc/icecast/ices_stdin.xml done ... where ices_stdin.xml uses the stdin module rather than the playlist module. Very simple but it took me a while to figure out. Cheers, Jake On Mon, 2002-09-16 at 21:01, Scott Prive wrote: > Jake, > > You could decode the compressed audio to raw audio, pipe it into the ice system and have it "re-encode" to a consistent bitrate and format (Vorbis/MP3). If there's nothing with the Ice software that's this versatile, you'll have to write a small shell script, which does something like calls ogg123/mpg123 and outputs decoded audio. > <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From Scott.Prive at storigen.com Wed Sep 18 16:33:04 2002 From: Scott.Prive at storigen.com (Scott Prive) Date: Wed, 18 Sep 2002 12:33:04 -0400 Subject: [icecast] combined mp3 and vorbis stream In-Reply-To: <[icecast] combined mp3 and vorbis stream> Message-ID: <7BFCE5F1EF28D64198522688F5449D5AC1E20C@xchangeserver2.storigen.com> Excellent! Glad I could help someone here, even if I'm not actually using this software yet :-D ( I'm going to try streaming again when I have some vacation time next week. ) Scott <p><p>> -----Original Message----- > From: Jake Hoban [mailto:jake at iceweasels.org] > Sent: Tuesday, September 17, 2002 7:21 PM > To: icecast at xiph.org > Subject: RE: [icecast] combined mp3 and vorbis stream > > > Thanks for that Scott. I've got two streams running now, one > just reads > my ogg files from a playlist as before, the other one reads input from > stdin which is created by a script like this: > > ... > for i in `cat /etc/icecast/mp3.playlist` > do > mpg123 -w - $i | ices /etc/icecast/ices_stdin.xml > done > ... > where ices_stdin.xml uses the stdin module rather than the playlist > module. > > Very simple but it took me a while to figure out. > > Cheers, > Jake > > On Mon, 2002-09-16 at 21:01, Scott Prive wrote: > > Jake, > > > > You could decode the compressed audio to raw audio, pipe it > into the ice system and have it "re-encode" to a consistent > bitrate and format (Vorbis/MP3). If there's nothing with the > Ice software that's this versatile, you'll have to write a > small shell script, which does something like calls > ogg123/mpg123 and outputs decoded audio. > > > > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From zeek at sparklehouse.com Thu Sep 19 02:48:54 2002 From: zeek at sparklehouse.com (zeek at sparklehouse.com) Date: Wed, 18 Sep 2002 22:48:54 -0400 (EDT) Subject: [icecast] winamp >2.75 -answer on song titles // In-Reply-To: <5.1.1.6.0.20020913172847.02896ab0@www.oddsock.org> Message-ID: <200209190248.g8J2msJ19996@mogwai.sparklehouse.com> thanks for the response on this. It'll be a few more days until I can take another stab at this. I'll post the results to the list. Cheers, -zeek > also, keep in mind that support for streaming song titles is also a > function of the source client you use.... > > I've been very successful with use_meta_data=1 and using either my DSP > source (oddcast) or the Shoutcast DSP source.... > > and you can always know for sure if song titles are supported on your > server by looking at the HTTP response headers from a request of the > stream, (your request MUST contain Icy-MetaData:1 otherwise the server will > never send you the metadata which is where song titles are stored....as far > as I know, most winamp versions 2.7 and above, send this when attaching to > a stream...this may not help you, but is at least information that may help... > > oddsock > > > At 02:31 PM 9/13/2002 -0700, you wrote: > >All I can tell you is that I've been unable to ever get meta_data to > >stream, and the question I sent about it a week or two ago has gone > >unanswered. > > > >I never actually checked that I was using WinAmp 2.75, but I do know that > >whatever version of winamp I *was* using could stream metadata from other > >sites. > > > >On Fri, 13 Sep 2002, zeek wrote: > > > > > > > > > > > I've searched the archives on xiph and elsewhere in hopes of finding an > > > answer on whether song titles will work. There seems to be no definitive > > > answer. > > > > > > use_meta_data 1 DOES work for WinAmp 2.75 but nothing else I've tried > > (which > > > includes the latest WinAmp and Sonique). Also, I can get some header by > > > telnetting into my port (see below) but still the "meta_data" issue remains > > > a mystery. > > > > > > If there is in fact a definitive answer on this, please by all means FAQ or > > > RTFM me senseless. Even if there's no gratifying definitive answer, > > comments > > > on "it works for me" would suffice. All I need is an inch. Otherwise I'm > > > closing the coffin on this project and recommending something else for this > > > really cool top-secret collective project I'm working with that could bring > > > an enormous amount of positive light to the icecast project, it's > > > developers, and all else and others involved. > > > > > > And if I can't get a pulse this time, I recommend putting a radiation > > symbol > > > on the icecast.org front page And adding the following to the FAQ: > > > > > > Q1: What is icecast? > > > A: See Q1. > > > > > > > > > x-audiocast-location: Philadelphia, PA (formerly NYC) > > > x-audiocast-admin: admin at sparklehouse.com > > > x-audiocast-server-url: http://sparklehouse.com/ > > > x-audiocast-mount:/mp3 > > > x-audiocast-name:SparklehouseRadio > > > x-audiocast-description:SparklehouseRadio > > > x-audiocast-url:http://sparklehouse.com > > > x-audiocast-genre:SparklehouseRadio > > > x-audiocast-bitrate:128 > > > x-audiocast-public:0 > > > > > > --- >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 at 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 at 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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From matrix-informatika at vip.hr Fri Sep 20 20:37:59 2002 From: matrix-informatika at vip.hr (Ivica uran) Date: Fri, 20 Sep 2002 22:37:59 +0200 Subject: [icecast] Problem with liveice Message-ID: <200209202038.g8KKc0K09558@ls401.hinet.hr> When I start liveice as user root, it stops on connection successful, forking process. If I start liveice as a normal user, it starts but I have no connection to icecast. Any idea. Btw, did anybody tryed to make direct isdn to isdn connection, using icecast as a tool for live music transmmition? Thanks. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From malletc3 at cti.ecp.fr Mon Sep 23 17:09:17 2002 From: malletc3 at cti.ecp.fr (Cédric Mallet) Date: Mon, 23 Sep 2002 19:09:17 +0200 Subject: [icecast] Stream read too fast / too slow Message-ID: <9777302605.20020923190917@cti.ecp.fr> I know this is a recurrent question but I did not find anything to answer it in the archive... Here is my problem : after a file has been sent and read normally, sometimes the next one is read twice as slow or twice as fast as it should be. This is fixed by stopping the client and starting it again : this means that the problem does not really comes from the stream, which seams somehow to be correct...For example, any client connecting in the middle of the file would not be affected. I tried this with Winamp, XMMS and the BASS libs, with the same results each time. I noticed that this happened with low bitrate files, but converting them to 128kbps did not change anything. Any help welcome... -- Ced <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From dstjohn at mediacast1.com Mon Sep 23 18:06:32 2002 From: dstjohn at mediacast1.com (Dave St John) Date: Mon, 23 Sep 2002 12:06:32 -0600 Subject: [icecast] Stream read too fast / too slow In-Reply-To: <9777302605.20020923190917@cti.ecp.fr> Message-ID: <002b01c2632b$f65d5310$6401a8c0@xstream1> Try switching the sample rates.(i.e. 44100 to 22050 to 11025) your soundcard must support these sample rates. <p>Dave St John Mediacast1 Casterclub Xstream1 ----- Original Message ----- From: "C?dric Mallet" <malletc3 at cti.ecp.fr> To: "Icecast" <icecast at xiph.org> Sent: Monday, September 23, 2002 11:09 AM Subject: [icecast] Stream read too fast / too slow <p>> I know this is a recurrent question but I did not find anything to > answer it in the archive... > > Here is my problem : after a file has been sent and read normally, > sometimes the next one is read twice as slow or twice as fast as it > should be. This is fixed by stopping the client and starting it again : > this means that the problem does not really comes from the stream, which > seams somehow to be correct...For example, any client connecting in the > middle of the file would not be affected. I tried this with Winamp, XMMS > and the BASS libs, with the same results each time. > > I noticed that this happened with low bitrate files, but converting them > to 128kbps did not change anything. > > Any help welcome... > > -- > Ced > > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Mon Sep 23 22:47:43 2002 From: gshang at uq.net.au (Geoff Shang) Date: Tue, 24 Sep 2002 08:47:43 +1000 (EST) Subject: [icecast] Stream read too fast / too slow In-Reply-To: <9777302605.20020923190917@cti.ecp.fr> Message-ID: <Pine.LNX.4.44.0209240846310.482-100000@data.home> Hi: Sounds like your files have different sampling rates. Players don't cope with this - it's outside the MP3 spec. So you have to make sure they're all the same sample rate and same number of channels. Geoff. <p> -- Geoff Shang <gshang at uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From matrix-informatika at vip.hr Tue Sep 24 07:04:50 2002 From: matrix-informatika at vip.hr (Ivica uran) Date: Tue, 24 Sep 2002 09:04:50 +0200 Subject: [icecast] Problem with liveice Message-ID: <200209240704.g8O74tK01124@ls401.hinet.hr> When I start liveice as user root, it stops on "connection successful, forking process". If I start liveice as a normal user, it starts but I have no connection to icecast. Any idea. Btw, did anybody tryed to make direct isdn to isdn connection, using icecast as a tool for live music transmmition? Thanks. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From streamit at solcon.nl Tue Sep 24 09:20:25 2002 From: streamit at solcon.nl (Streamit) Date: Tue, 24 Sep 2002 11:20:25 +0200 Subject: [icecast] start-of-stream & end-of-stream detection Message-ID: <006201c263ab$9dee6900$6502a8c0@pii333> I want to develop a script (preferably in PHP) to detect the following: - if a stream is available (for example: http://www.streamit.nl/live) - a stream has stopped Has someone an idea if this is possible; if yes, how to do this? Thanks, Johan --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Thu Sep 26 17:16:28 2002 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 27 Sep 2002 03:16:28 +1000 (EST) Subject: [icecast] Getting stats from icecast2 Message-ID: <Pine.LNX.4.44.0209270250220.482-100000@data.home> Hi: Just upgraded our icecast2 server. No hitches. couple of questions though. What do I have to request to get the .xsl page of stats? Can't remember the page name so I don't know if it's working or not. The other thing is stats.xml. It now seems to need authorisation. Where do I define the username and password for this? Geoff. <p> -- Geoff Shang <gshang at uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From shonf at speedfactory.net Thu Sep 26 21:17:17 2002 From: shonf at speedfactory.net (Shon Frazier) Date: Thu, 26 Sep 2002 17:17:17 -0400 Subject: [icecast] sample rate/bitrate Message-ID: <200209261717.18200.shonf@speedfactory.net> i'm new to icecast and the list. i like what i've seen so far. but i'm having some issues. first, i can't seem to get the right bitrate/sample rate on playback. i've ripped my music, encoded and played it in freeamp, and it's great. but when streamed (to winamp on a win2k pc), it plays super-fast-forward. what'd i do? econd, password configuration (via .conf files) doesn't behave. is this a bug for the dev folk? or is it ineptitude on my part. FTR, i'm running linux kernel 2.4.19-r1, compiled with gcc 2.95.3. --shon --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Fri Sep 27 02:05:52 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Fri, 27 Sep 2002 12:05:52 +1000 Subject: [icecast] Getting stats from icecast2 In-Reply-To: <Pine.LNX.4.44.0209270250220.482-100000@data.home> Message-ID: <3.0.5.32.20020927120552.41104290@mail.labyrinth.net.au> At 03:16 AM 9/27/02 +1000, you wrote: >Hi: > >Just upgraded our icecast2 server. No hitches. couple of questions >though. > >What do I have to request to get the .xsl page of stats? Can't remember >the page name so I don't know if it's working or not. You can use any xsl file in the web directory. Just use http://server:port/your_page.xsl > >The other thing is stats.xml. It now seems to need authorisation. Where do >I define the username and password for this? At the moment the username is hardcoded to "source", and the password is the source password. This'll be made more flexible when I have some time. Mike --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Fri Sep 27 03:00:05 2002 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 27 Sep 2002 13:00:05 +1000 (EST) Subject: [icecast] Getting stats from icecast2 In-Reply-To: <3.0.5.32.20020927120552.41104290@mail.labyrinth.net.au> Message-ID: <Pine.LNX.4.44.0209271251390.482-100000@data.home> On Fri, 27 Sep 2002, Michael Smith wrote: > >What do I have to request to get the .xsl page of stats? Can't remember > >the page name so I don't know if it's working or not. > > You can use any xsl file in the web directory. Just use > http://server:port/your_page.xsl ummmm... Ok. And if I get a 404 error? Is this indicative of something in particular? the logs aren't very helpful. The access log says: 144.136.137.64 - - [26/Sep/2002:22:56:23 -0400] "GET /your_page.xsl HTTP/1.0" 404 106 "-" "Lynx/2.8.3rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.4" 0 And the error log says even less. [2002-09-26 22:56:23] DBUG connection/_handle_get_request Client connected Any assistance greatfully appreciated. Geoff. <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Fri Sep 27 03:24:29 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Fri, 27 Sep 2002 13:24:29 +1000 Subject: [icecast] Getting stats from icecast2 In-Reply-To: <Pine.LNX.4.44.0209271251390.482-100000@data.home> Message-ID: <3.0.5.32.20020927132429.410f67a0@mail.labyrinth.net.au> At 01:00 PM 9/27/02 +1000, you wrote: >On Fri, 27 Sep 2002, Michael Smith wrote: > >> >What do I have to request to get the .xsl page of stats? Can't remember >> >the page name so I don't know if it's working or not. >> >> You can use any xsl file in the web directory. Just use >> http://server:port/your_page.xsl > >ummmm... Ok. And if I get a 404 error? Is this indicative of something in >particular? Yes, this indicates that the file doesn't exist. It won't magically create your_page.xsl if it doesn't exist, obviously. Michael --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From dstjohn at mediacast1.com Fri Sep 27 03:21:36 2002 From: dstjohn at mediacast1.com (Dave St John) Date: Thu, 26 Sep 2002 21:21:36 -0600 Subject: [icecast] Getting stats from icecast2 In-Reply-To: <Pine.LNX.4.44.0209271251390.482-100000@data.home> Message-ID: <002801c265d5$00ac0c70$6401a8c0@xstream1> http://mediacast1.net:8004/status.xsl is what it defualts to but you must have the status.xsl and status2.xsl pages in your web directory i.e. <webroot>/usr/local/ice2/web</webroot> <p><p>Dave St John Mediacast1 Casterclub Xstream1 ----- Original Message ----- From: "Geoff Shang" <gshang at uq.net.au> To: <icecast at xiph.org> Sent: Thursday, September 26, 2002 9:00 PM Subject: Re: [icecast] Getting stats from icecast2 <p>> On Fri, 27 Sep 2002, Michael Smith wrote: > > > >What do I have to request to get the .xsl page of stats? Can't remember > > >the page name so I don't know if it's working or not. > > > > You can use any xsl file in the web directory. Just use > > http://server:port/your_page.xsl > > ummmm... Ok. And if I get a 404 error? Is this indicative of something in > particular? > > the logs aren't very helpful. The access log says: > > 144.136.137.64 - - [26/Sep/2002:22:56:23 -0400] "GET /your_page.xsl > HTTP/1.0" 404 106 "-" "Lynx/2.8.3rel.1 libwww-FM/2.14 SSL-MM/1.4.1 > OpenSSL/0.9.4" 0 > > And the error log says even less. > > [2002-09-26 22:56:23] DBUG connection/_handle_get_request Client connected > > Any assistance greatfully appreciated. > > Geoff. > > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jake at iceweasels.org Fri Sep 27 09:25:54 2002 From: jake at iceweasels.org (Jake Hoban) Date: 27 Sep 2002 10:25:54 +0100 Subject: [icecast] Getting stats from icecast2 In-Reply-To: <3.0.5.32.20020927132429.410f67a0@mail.labyrinth.net.au> Message-ID: <1033118754.886.6.camel@iguanodon> The CVS source comes with status.xsl and status2.xsl files in the icecast/web directory. Just copy them into wherever is your web root (set in icecast.xml), then hack around with them if you need. They'll display stream information from ices that's set in ices.xml. Hope that helps, Jake On Fri, 2002-09-27 at 04:24, Michael Smith wrote: > At 01:00 PM 9/27/02 +1000, you wrote: > >On Fri, 27 Sep 2002, Michael Smith wrote: > > > >> >What do I have to request to get the .xsl page of stats? Can't remember > >> >the page name so I don't know if it's working or not. > >> > >> You can use any xsl file in the web directory. Just use > >> http://server:port/your_page.xsl > > > >ummmm... Ok. And if I get a 404 error? Is this indicative of something in > >particular? > > Yes, this indicates that the file doesn't exist. It won't magically > create your_page.xsl if it doesn't exist, obviously. > > Michael > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. > <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Fri Sep 27 11:32:50 2002 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 27 Sep 2002 21:32:50 +1000 (EST) Subject: [icecast] Getting stats from icecast2 In-Reply-To: <3.0.5.32.20020927132429.410f67a0@mail.labyrinth.net.au> Message-ID: <Pine.LNX.4.44.0209272131420.482-100000@data.home> On Fri, 27 Sep 2002, Michael Smith wrote: > Yes, this indicates that the file doesn't exist. It won't magically > create your_page.xsl if it doesn't exist, obviously. ah! Thanks to everyone who gave me a clue about this. I assumed that this was another of those autogenerated things like stats.xml. guess I should look before asking. Now working fine. Geoff. <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Fri Sep 27 11:50:00 2002 From: gshang at uq.net.au (Geoff Shang) Date: Fri, 27 Sep 2002 21:50:00 +1000 (EST) Subject: [icecast] icelogin in icecast2 Message-ID: <Pine.LNX.4.44.0209272137260.482-100000@data.home> Hi: On Thu, 22 Aug 2002, Moritz Grimm wrote: > P.S.: While installing Icecast2 myself once again today, I noticed that > the current reference icecast.xml lacks the new <icelogin> directive, > which also can be either 0 or 1, and is 0 by default. If you want to use > a source client that doesn't support http basic auth yet, like Oddcast > DSP RC5, you have to add <icelogin>1</icelogin> somewhere within the > <icecast> directive. I thought that this would activate icelogin support without killing the HTTP auth. But it seems to me to be one or the other. Is this how it should be or is this a bug? When I enabled icelogin, without editing my current CVS ices at all, I got these: [2002-09-27 02:11:25] INFO connection/_handle_source_request Source logging in at mountpoint "/egoplay.ogg" [2002-09-27 02:11:25] INFO connection/_handle_source_request Source (/egoplay.ogg) attempted to login with invalid or missing password [2002-09-27 02:11:26] INFO connection/_handle_source_request Source logging in at mountpoint "/egoplay24.ogg" [2002-09-27 02:11:26] INFO connection/_handle_source_request Source (/egoplay24.ogg) attempted to login with invalid or missing password [2002-09-27 02:11:26] INFO connection/_handle_source_request Source logging in at mountpoint "/egoplay24.ogg" [2002-09-27 02:11:26] INFO connection/_handle_source_request Source (/egoplay24.ogg) attempted to login with invalid or missing password [2002-09-27 02:11:27] INFO connection/_handle_source_request Source logging in at mountpoint "/egoplay.ogg" [2002-09-27 02:11:27] INFO connection/_handle_source_request Source (/egoplay.ogg) attempted to login with invalid or missing password [2002-09-27 02:11:27] INFO connection/_handle_source_request Source logging in at mountpoint "/egoplay.ogg" [2002-09-27 02:11:27] INFO connection/_handle_source_request Source (/egoplay.ogg) attempted to login with invalid or missing password [2002-09-27 02:11:28] INFO connection/_handle_source_request Source logging in at mountpoint "/egoplay24.ogg" [2002-09-27 02:11:28] INFO connection/_handle_source_request Source (/egoplay24.ogg) attempted to login with invalid or missing password And it goes on. I was looking at making the server available to someone wishing to use MP3 streaming with the shoutcast DSP plugin. The way I understand it, they'll need the old style login. Is this correct? Geoff. <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Fri Sep 27 12:28:59 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Fri, 27 Sep 2002 22:28:59 +1000 Subject: [icecast] icelogin in icecast2 In-Reply-To: <Pine.LNX.4.44.0209272137260.482-100000@data.home> Message-ID: <3.0.5.32.20020927222859.41141100@mail.labyrinth.net.au> At 09:50 PM 9/27/02 +1000, you wrote: >Hi: > >On Thu, 22 Aug 2002, Moritz Grimm wrote: > >> P.S.: While installing Icecast2 myself once again today, I noticed that >> the current reference icecast.xml lacks the new <icelogin> directive, >> which also can be either 0 or 1, and is 0 by default. If you want to use >> a source client that doesn't support http basic auth yet, like Oddcast >> DSP RC5, you have to add <icelogin>1</icelogin> somewhere within the >> <icecast> directive. > >I thought that this would activate icelogin support without killing the >HTTP auth. But it seems to me to be one or the other. Is this how it >should be or is this a bug? > It's not a bug. icelogin will probably go away entirely at some point, it's deliberately neither documented nor supported. >When I enabled icelogin, without editing my current CVS ices at all, I got >these: > Right, ices2 requires http basic auth. I'll look at making it not loop like this. >And it goes on. > >I was looking at making the server available to someone wishing to use MP3 >streaming with the shoutcast DSP plugin. The way I understand it, they'll >need the old style login. Is this correct? > Icecast2 doesn't support shoutcast login (and more generally, it has extremely limited mp3 support). Use icecast1.x for that. Mike --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From benny.f at web.de Sat Sep 28 09:09:22 2002 From: benny.f at web.de (Benny Fuchs) Date: Sat, 28 Sep 2002 11:09:22 +0200 Subject: [icecast] Re: relay push crashes icecast In-Reply-To: <a05111710b97ef8b75ab6@[192.105.194.85]> Message-ID: <010c01c266ce$bcdef660$5800a8c0@benny> I have the same Error..... Have anyone an bugfix? ----- Original Message ----- From: "Ant Atau" <ice at xmira.com> Newsgroups: gmane.comp.audio.icecast.general Sent: Tuesday, August 13, 2002 8:00 PM Subject: relay push crashes icecast <p>> I've been trying "relay push" from one icecast server to another. > When I issue the command in the first icecast's console, it crashes > w/ a segmentation fault. Nothing ever arrives at the second machine, > so the first server crashes before anything goes out. > > version: 1.3.11 > command used: relay push 1 192.105.194.202:8000 > result: segmentation fault > no packet were sent at all to 192.105.194.202:8000 > > I searched the archives and one person was asking about this about a > year ago, but there was never any follow up... > > Anyone using push relays? > > thanks, > Ant Atau > > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From benny.f at web.de Sat Sep 28 09:38:31 2002 From: benny.f at web.de (Benny Fuchs) Date: Sat, 28 Sep 2002 11:38:31 +0200 Subject: [icecast] Re: is there a way to switch mountpoints from the command line? In-Reply-To: <C31CF9E1-9F79-11D6-BD78-000393A34BBC@mac.com> Message-ID: <an3t9j$aia$1@main.gmane.org> I have writen a php script... it checks the 1. listener and check his mountpoint. than you can switch "selectz -a 1.listenermountpoint" to any conencted source <sublime at mac.com> schrieb im Newsbeitrag news:C31CF9E1-9F79-11D6-BD78-000393A34BBC at mac.com... > is there a way to switch mountpoints from the command line? we need to > be able to do it with a script within php. > > thanks, > peter > > > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. > <p><p><p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From benny.f at web.de Sat Sep 28 09:54:25 2002 From: benny.f at web.de (Benny Fuchs) Date: Sat, 28 Sep 2002 11:54:25 +0200 Subject: [icecast] Re: Repost: Directory server. In-Reply-To: <3D825AE1.EEF21CC9@fpsn.net> Message-ID: <an3u7d$bta$1@main.gmane.org> Yes look at cvs.icecast.org than goto icedir "Colin Faber" <cfaber at fpsn.net> schrieb im Newsbeitrag news:3D825AE1.EEF21CC9 at fpsn.net... > Hi, > > Is there any documentation or possibly an open directory server > project underway? > > > -- > Colin Faber > (303) 736-5160 > fpsn.net, Inc. > > * Black holes are where God divided by zero. * > --- >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 at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. > <p><p><p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Sat Sep 28 12:34:26 2002 From: gshang at uq.net.au (Geoff Shang) Date: Sat, 28 Sep 2002 22:34:26 +1000 (EST) Subject: [icecast] Feature requests - remote dump and optional file split Message-ID: <Pine.LNX.4.44.0209282223050.481-100000@data.home> Hi: I've been hired to provide, among other things, internet coverage for a convention in 2 weeks. I have two feature requests, one highly desired and one moderately desired. My moderately desired feature has been mentioned before - server-side recording of the stream. As in the cases mentioned previously, I'd like to be able to repeat segments without having to upload them first. Since I'll be using a modem on site, I'd have to spend 3 hours of down-time uploading a dump of a 3-hour session before it could be repeated server-side. This is only moderately desired because, if push came to shove, I could repeat it from the site itself if necessary, though I'd have to keep the line up. The highly desired feature also relates to repeats. I notice that ices now allows for sending new tag information upon receipt of a signal. This is very useful as it allows you to keep the listener informed as to what they're listening to. I would like to be able to configure ices or icecast to start a new dump file when this happens. The reason for doing this is that I can then delete the ones I don't want and rerun the various sessions without rerunning the time between them. Obviously this setup won't suit everyone - someone doing a music show wouldn't want it for example, but someone in my position would find it useful. Unfortunately I don't have the programming skills to make these features a reality, but I would certainly be greatful and will use them at the convention if they appear. Geoff. <p> -- Geoff Shang <gshang at uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Sat Sep 28 13:41:57 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Sat, 28 Sep 2002 23:41:57 +1000 Subject: [icecast] Feature requests - remote dump and optional file split In-Reply-To: <Pine.LNX.4.44.0209282223050.481-100000@data.home> Message-ID: <3.0.5.32.20020928234157.4113d6c0@mail.labyrinth.net.au> At 10:34 PM 9/28/02 +1000, you wrote: >Hi: > >I've been hired to provide, among other things, internet coverage for a >convention in 2 weeks. I have two feature requests, one highly desired and >one moderately desired. > >My moderately desired feature has been mentioned before - server-side >recording of the stream. As in the cases mentioned previously, I'd like to >be able to repeat segments without having to upload them first. Since I'll >be using a modem on site, I'd have to spend 3 hours of down-time uploading >a dump of a 3-hour session before it could be repeated server-side. This >is only moderately desired because, if push came to shove, I could repeat >it from the site itself if necessary, though I'd have to keep the line up. This is straightforward, and could be added pretty quickly and easily. I don't currently have time to do so, however, so you'll either have to wait (which presumably isn't an option, since you have a 2 week deadline), develop it yourself, or find someone else who could add it. If anyone IS interested in writing this, it should only take a couple of hours, and I'm happy to help people with detailed advice, if needed. > >The highly desired feature also relates to repeats. I notice that ices now >allows for sending new tag information upon receipt of a signal. This is >very useful as it allows you to keep the listener informed as to what >they're listening to. I would like to be able to configure ices or icecast >to start a new dump file when this happens. The reason for doing this is >that I can then delete the ones I don't want and rerun the various sessions >without rerunning the time between them. Obviously this setup won't suit >everyone - someone doing a music show wouldn't want it for example, but >someone in my position would find it useful. This isn't going to be possible easily. icecast doesn't know anything about the boundaries at the appropriate level (only in the low-level ogg parsing module), and the design is such that it really doesn't make sense to lift this information up into the core. This feature would make a lot more sense in ices (where it would be simple to add - ices knows all about the boundaries, and already has stream-dumping functionality). > >Unfortunately I don't have the programming skills to make these features a >reality, but I would certainly be greatful and will use them at the >convention if they appear. Mike --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jesper.johnson at welho.com Mon Sep 30 15:03:18 2002 From: jesper.johnson at welho.com (Jesper Johnson) Date: Mon, 30 Sep 2002 18:03:18 +0300 Subject: [icecast] ices2 compile error Message-ID: <200209301803.18057.jesper.johnson@welho.com> Hi all I'm having trouble compiling ices2. --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Mon Sep 30 15:17:56 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Tue, 01 Oct 2002 01:17:56 +1000 Subject: [icecast] ices2 compile error In-Reply-To: <200209301803.18057.jesper.johnson@welho.com> Message-ID: <3.0.5.32.20021001011756.41a03480@mail.labyrinth.net.au> At 06:03 PM 9/30/02 +0300, you wrote: >Hi all > >I'm having trouble compiling ices2. We are, of course, completely unable to help you if you fail to give any details on what problems you're having. Mike --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jesper.johnson at welho.com Mon Sep 30 15:23:47 2002 From: jesper.johnson at welho.com (Jesper Johnson) Date: Mon, 30 Sep 2002 18:23:47 +0300 Subject: [icecast] ices2 compile error, ignore previous msg Message-ID: <200209301823.47018.jesper.johnson@welho.com> Oops! I accidently sent the previous message before I finished it, sorry! However, the problem remains the same. I cannot succesfully compile ices2 for some reason. I've followed some instructions I found on the web at http://www.6809.org.uk/kja3/ices2-howto.shtml. So far, what I've done is: 1) Installation of Slackware 8.1 (with libxml2 2.4.22, gcc 2.95.3) 2) Update of the oggutils package (which includes libogg & libvorbis 1.0) 3) Installed libshout-2.0 4) Got ices2 from xiph CVS (cvs -d :pserver:anoncvs at xiph.org:/usr/local/cvsroot -z3 co ices) 5) ./autogen (which runs successfully -- finds vorbis, shout, libxml...) 6) ...and the make process ends with the following errors: In file included from input.c:29: input.h:34: parse error before `shout_t' input.h:34: warning: no semicolon at end of struct or union input.h:36: parse error before `}' input.h:36: warning: data definition has no type or storage class input.c: In function `input_loop': input.c:263: `arg' undeclared (first use in this function) input.c:263: (Each undeclared identifier is reported only once input.c:263: for each function it appears in.) make[2]: *** [input.o] Error 1 make[2]: Leaving directory `/usr/local/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/ices/src' make: *** [all-recursive] Error 1 Does anyone have a clue why I'm getting these errors? Am I missing some libraries or is there something I've done the wrong way here? I'd appreciate any help -- I really look forward to experimenting with ices2/icecast2. Thanks in advance! --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From msmith at labyrinth.net.au Mon Sep 30 16:13:52 2002 From: msmith at labyrinth.net.au (Michael Smith) Date: Tue, 01 Oct 2002 02:13:52 +1000 Subject: [icecast] ices2 compile error, ignore previous msg In-Reply-To: <200209301823.47018.jesper.johnson@welho.com> Message-ID: <3.0.5.32.20021001021352.41096c20@mail.labyrinth.net.au> At 06:23 PM 9/30/02 +0300, you wrote: >Oops! > >I accidently sent the previous message before I finished it, sorry! > >However, the problem remains the same. I cannot succesfully compile ices2 for >some reason. I've followed some instructions I found on the web at >http://www.6809.org.uk/kja3/ices2-howto.shtml. > >So far, what I've done is: >1) Installation of Slackware 8.1 (with libxml2 2.4.22, gcc 2.95.3) >2) Update of the oggutils package (which includes libogg & libvorbis 1.0) >3) Installed libshout-2.0 You didn't install libshout2 correctly. Perhaps an old version of libshout is installed elsewhere on your system? Michael --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gshang at uq.net.au Mon Sep 30 16:47:06 2002 From: gshang at uq.net.au (Geoff Shang) Date: Tue, 1 Oct 2002 02:47:06 +1000 (EST) Subject: [icecast] ices2 compile error, ignore previous msg In-Reply-To: <200209301823.47018.jesper.johnson@welho.com> Message-ID: <Pine.LNX.4.44.0210010245550.481-100000@data.home> On Mon, 30 Sep 2002, Jesper Johnson wrote: > 3) Installed libshout-2.0 I don't know where you got this from, but AFAIK, libshout2 has never been released and, anyway, due to recent changes, you need libshout from CVS anyway. Geoff. <p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From jesper.johnson at welho.com Mon Sep 30 16:56:29 2002 From: jesper.johnson at welho.com (Jesper Johnson) Date: Mon, 30 Sep 2002 19:56:29 +0300 Subject: [icecast] ices2 compile error, ignore previous msg In-Reply-To: <3.0.5.32.20021001021352.41096c20@mail.labyrinth.net.au> Message-ID: <200209301956.29618.jesper.johnson@welho.com> > >So far, what I've done is: > >1) Installation of Slackware 8.1 (with libxml2 2.4.22, gcc 2.95.3) > >2) Update of the oggutils package (which includes libogg & libvorbis 1.0) > >3) Installed libshout-2.0 > > You didn't install libshout2 correctly. Perhaps an old version of libshout > is installed elsewhere on your system? Duh, I must be in dummy mode today. I used a libshout-2.0.tar.gz package that I got from god knows where instead of using the one from CVS... Ices2 compiles fine now. Needed to edit the configure script after running autogen.sh though, the dest. dir prefix needs to be /usr instead of /usr/local on Slackware. Thanks! --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From volsung at mailsnare.net Mon Sep 30 17:03:19 2002 From: volsung at mailsnare.net (Stan Seibert) Date: 30 Sep 2002 12:03:19 -0500 Subject: [icecast] ices2 compile error, ignore previous msg In-Reply-To: <200209301956.29618.jesper.johnson@welho.com> Message-ID: <1033405411.2910.74.camel@volsung> On Mon, 2002-09-30 at 11:56, Jesper Johnson wrote: > Duh, I must be in dummy mode today. I used a libshout-2.0.tar.gz package > that I got from god knows where instead of using the one from CVS... > Ices2 compiles fine now. Needed to edit the configure script after running > autogen.sh though, the dest. dir prefix needs to be /usr instead of /usr/local > on Slackware. Doesn't this work?: ./configure --prefix=/usr --- Stan Seibert <p><p>--- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From gtgbr at gmx.net Mon Sep 30 18:43:59 2002 From: gtgbr at gmx.net (Moritz Grimm) Date: Mon, 30 Sep 2002 20:43:59 +0200 Subject: [icecast] ices2 compile error, ignore previous msg In-Reply-To: <200209301823.47018.jesper.johnson@welho.com> Message-ID: <3D989B6F.61574D9@gmx.net> Jesper Johnson wrote: > 3) Installed libshout-2.0 No idea what that one is, but you'll need the libshout from cvs.xiph.org ... the error you get suggests that you use something else (or at least some other libshout is found/used by the configure script). <p>Moritz --- >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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Sun Sep 15 08:42:07 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Sun, 15 Sep 2002 10:42:07 +0200 Subject: [icecast] liveice sending horrible static noise? In-Reply-To: <00ac01c26e37$20e88080$677ba8c0@minisnm> Message-ID: <001f01c25c93$c69274b0$0200a8c0@savapc> ----- Original Message ----- From: "Scott Manley" <djsnm at djsnm.com> To: <icecast at xiph.org> Sent: Monday, October 07, 2002 21:24 Subject: Re: [icecast] liveice sending horrible static noise? <p>> Ahh yes - this is a problem where the behaviour of lame was changed since I > wrote this app - > ----- Original Message ----- > From: "jessew" <jessew at holly.colostate.edu> > To: <icecast at xiph.org> > Sent: Sunday, October 06, 2002 9:28 PM > Subject: RE: [icecast] liveice sending horrible static noise? > > > > well, I got it working with the liveice-xmms plugin... had to sift through > the > > source and remove the -x argument passed to lame... > > > > --- >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 at 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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Sun Sep 15 08:44:33 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Sun, 15 Sep 2002 10:44:33 +0200 Subject: [icecast] liveice sending horrible static noise? In-Reply-To: <001f01c25c93$c69274b0$0200a8c0@savapc> Message-ID: <003801c25c94$1d2849d0$0200a8c0@savapc> ----- Original Message ----- From: "Slava Shklyar" <sava at techphone.co.il> To: <icecast at xiph.org> Cc: <icecast at xiph.org> Sent: Sunday, September 15, 2002 10:42 Subject: Re: [icecast] liveice sending horrible static noise? <p>> > ----- Original Message ----- > From: "Scott Manley" <djsnm at djsnm.com> > To: <icecast at xiph.org> > Sent: Monday, October 07, 2002 21:24 > Subject: Re: [icecast] liveice sending horrible static noise? > > > > Ahh yes - this is a problem where the behaviour of lame was changed since > I > > wrote this app - > > ----- Original Message ----- > > From: "jessew" <jessew at holly.colostate.edu> > > To: <icecast at xiph.org> > > Sent: Sunday, October 06, 2002 9:28 PM > > Subject: RE: [icecast] liveice sending horrible static noise? > > > > > > > well, I got it working with the liveice-xmms plugin... had to sift > through > > the > > > source and remove the -x argument passed to lame... > > > > > > --- >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 at 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 at 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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:40:39 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:40:39 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <Pine.LNX.4.44.0210091911031.481-100000@data.home> Message-ID: <000701c257e4$f51095a0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Geoff Shang" <gshang at uq.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:11 Subject: Re: [icecast] Icecast2 issues continue <p>> Hi: > > Both are current CVS as of about 20 hours ago. > > Geoff. > > > -- > Geoff Shang <gshang at uq.net.au> > ICQ number 43634701 > > Make sure your E-mail can be read by everyone! > http://www.betips.net/etc/evilmail.html > > Please avoid sending me Word or PowerPoint attachments. > See http://www.fsf.org/philosophy/no-word-attachments.html > > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:40:50 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:40:50 +0200 Subject: [icecast] icecast status page -status.xsl In-Reply-To: <3.0.5.32.20021009191118.410c04b0@mail.labyrinth.net.au> Message-ID: <000d01c257e4$fb8bfa50$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:11 Subject: Re: [icecast] icecast status page -status.xsl <p>> At 11:59 PM 10/8/02 -0600, you wrote: > >So I point my browser to > > > >http://206.168.174.48:8000/status.xsl > > > >Looking at the xsl doc status.xsl I some some nice variables I can > >use. For some reason I don't seem to be able to pull out the comment > >tag from the ogg file. I used to easytag to add this so i know it > >exists. > > > >These appear to work > ><xsl:value-of select="artist" /> - > ><xsl:value-of select="title" /> > > > >These don't do shite - but my id tag has em > >Album<xsl:value-of select="album" /> > ><xsl:value-of select="track"/> > > > >comment would be > ><xsl:value-of select="comment"/> > >perhaps ?? > > > > You can't (using the XSL stuff as-is) pull out arbitrary vorbis tag > metadata. Title and artist are pulled out as special cases. > You can add others you want in your local copy in src/format_vorbis.c, > you should be able to do this pretty much by copying-and-pasting. > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:04 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:04 +0200 Subject: [icecast] Streamer / scheduler - play file at predifined time? In-Reply-To: <3.0.5.32.20021009191204.410c4100@mail.labyrinth.net.au> Message-ID: <001d01c257e5$932a85c0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:12 Subject: Re: [icecast] Streamer / scheduler - play file at predifined time? <p>> At 12:03 AM 10/9/02 -0600, you wrote: > >thanks, this works but its almost impossible to make all my programs > >to add up to an hour exactly so at some stage I would need to kill > >the a song half way through just before the news at the top of the > >hour. Any ideas on how to do this ??/ > > Send SIGHUP to ices. > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:09 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:09 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <003001c257e5$981a1a50$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:08 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:08 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <002601c257e5$95dde5f0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:12 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:12 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <004a01c257e5$9d5ab510$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:13 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:13 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <005401c257e5$9fb39930$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:14 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:14 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <006101c257e5$a24cbaa0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:15 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:15 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <006b01c257e5$a5180fa0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:16 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:16 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <006c01c257e5$a77f2490$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:18 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:18 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <006e01c257e5$acdee010$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:17 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:17 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <006d01c257e5$a9d0dcc0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:19 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:19 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <006f01c257e5$af248a50$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:20 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:20 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007001c257e5$b239b990$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:21 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:21 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007101c257e5$b4868fc0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:22 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:22 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007201c257e5$b6d847f0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:24 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:24 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007301c257e5$b9337600$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:25 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:25 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007401c257e5$bbdfd150$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:26 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:26 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007501c257e5$be7437d0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:27 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:27 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007601c257e5$c0962d70$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:28 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:28 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007701c257e5$c29b7350$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:29 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:29 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007801c257e5$c4bfd9f0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:30 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:30 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007901c257e5$c6daa3a0$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:31 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:31 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007a01c257e5$c8f59460$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:33 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:33 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <007b01c257e5$cb616440$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 09:45:11 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 11:45:11 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <3.0.5.32.20021009191443.410c8980@mail.labyrinth.net.au> Message-ID: <003d01c257e5$9a885b30$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith at labyrinth.net.au> To: <icecast at xiph.org> Sent: Wednesday, October 09, 2002 11:14 Subject: Re: [icecast] Icecast2 issues continue <p>> At 04:08 PM 10/9/02 +1000, you wrote: > >Hi: > > > >Well, up until about a week ago, we had our stream up and running on 3 > >seperate mountpoints and it was rock solid. then we started hitting > >problems with disconnects and the like. I recompiled everything this > >morning and set it running again. But one mount has died already. > > > >We have 3 streams running. the first is the ogg files as they were encoded > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz mono > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > >by using the "current song" information from the stats page, I was able to > >find the log entries around the time it died. Here's what the ices logfile > >shows: > > Assuming you're using icecast2 from cvs no more than 2 days old, this > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > into it after my exams are over. If you're NOT using very-recent-cvs > icecast2, update, a bug that could cause source disconnects was fixed > recently > > Mike > > --- >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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. From sava at techphone.co.il Mon Sep 9 10:00:49 2002 From: sava at techphone.co.il (Slava Shklyar) Date: Mon, 9 Sep 2002 12:00:49 +0200 Subject: [icecast] Icecast2 issues continue In-Reply-To: <007001c257e5$b239b990$0200a8c0@savapc> Message-ID: <00bb01c257e7$c6754030$0200a8c0@savapc> --------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Slava Shklyar" <sava at techphone.co.il> To: <icecast at xiph.org> Sent: Monday, September 09, 2002 11:45 Subject: Re: [icecast] Icecast2 issues continue <p>> > --------------------------------------- > Regards, > Slava Shklyar > ----- Original Message ----- > From: "Michael Smith" <msmith at labyrinth.net.au> > To: <icecast at xiph.org> > Sent: Wednesday, October 09, 2002 11:14 > Subject: Re: [icecast] Icecast2 issues continue > > > > At 04:08 PM 10/9/02 +1000, you wrote: > > >Hi: > > > > > >Well, up until about a week ago, we had our stream up and running on 3 > > >seperate mountpoints and it was rock solid. then we started hitting > > >problems with disconnects and the like. I recompiled everything this > > >morning and set it running again. But one mount has died already. > > > > > >We have 3 streams running. the first is the ogg files as they were > encoded > > >(egoplay.ogg). the second is a re-encode to 44.1khz stereo at quality 0 > > >(egoplay64.ogg). and the third is a downmix and resample to 22.05khz > mono > > >at quality -1 (egoplay24.ogg). It's this latter one that's died. > > > > > >by using the "current song" information from the stats page, I was able > to > > >find the log entries around the time it died. Here's what the ices > logfile > > >shows: > > > > Assuming you're using icecast2 from cvs no more than 2 days old, this > > is probably a bug in ices2. Please report it (bugs.xiph.org), I'll look > > into it after my exams are over. If you're NOT using very-recent-cvs > > icecast2, update, a bug that could cause source disconnects was fixed > > recently > > > > Mike > > > > --- >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 at 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 at 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 at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.