Eric L. Brown
2004-Aug-06 14:23 UTC
[icecast] cannot get icecast and ices to talk...authenticationfailed
I just tried with no mountpoint information, and I get the same results, icecast is still not accepting 'SOURCE hackme' as the first header, it only wants the password (verified by telneting in). So, how to I recompile libshout2 into the ices2beta? It doesn't want to take the command-line param, or the in.so.conf file setting (or the LIBDIR evn variable)... Or, can someone give me a knwon working ices.conf (ices 0.2.3) and icecast.xml (ver 2) to test with? Or, is there a better streamer that uses the command line? It's tempting to go back to shoutcast, but I'm really interested in getting icecast to work based on the feedback I've read about it!! Help!? Eric <p>> On Thursday 03 April 2003 09:30 pm, Eric L. Brown wrote:>> I have a weird one... >> I installed icecast 2 and ices .23 on Mandake, and am not having any >> luck >> I compiled and installed the nightly icecast just today. > > I've just finished building Debian packages of all of the software in > question. I ran into the same problem during testing. > >> I feel kinda dumb in that I think that cannot really be this difficult, >> but I am at a stand still. Here are the config files: > > It seems to me, that sourcing with ices does not work on any mountpoint > which is defined with a <mount> in icecast.xml. Either changing the > target > mountpoint in the ices configuration, or removing the <mount> section from > the > icecast configuration fixed this for me. > > Is this a correct diagnosis? It is quite reproducable with my packages, > at > least. This would seem to be a rather significant discrepancy in the > example > configurations, or perhaps just confusion as a result of a complete lack > of > documentation. > > - Keegan > > (snipped configuration points below) > >> icecast.xml 2.x (nightly build) >> ------------------------------- >> <icecast> > *snip* >> <mount> >> <mount-name>/example1.ogg</mount-name> >> >> <username>othersource</username> >> <password>hell0</password> >> >> <max-listeners>1</max-listeners> >> <!-- <dump-file>/tmp/dump-example1.ogg</dump-file> --> >> <fallback-mount>/example2.ogg</fallback-mount> >> </mount> > *snip* >> </icecast> >> >> ices.conf 0.2.3 >> --------------- >> <?xml version="1.0"?> >> <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices"> > *snip* >> <!-- The name of the mountpoint on the icecast server --> >> <Mountpoint>/example1.ogg</Mountpoint> > *snip* >> </ices:Configuration> > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to > 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Michael Smith
2004-Aug-06 14:23 UTC
[icecast] cannot get icecast and ices to talk...authenticationfailed
On Saturday 05 April 2003 16:47, Eric L. Brown wrote:> I just tried with no mountpoint information, and I get the same results, > icecast is still not accepting 'SOURCE hackme' as the first header, it > only wants the password (verified by telneting in). >It's not _meant_ to accept that (though it might with the backwards compatibility mode turned on? I forget exactly what "features" that enables). The password-only mode should also only work in backwards-compat mode. 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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
boink
2004-Aug-06 14:23 UTC
[icecast] cannot get icecast and ices to talk...authenticationfailed
go to http://www.icecast.org/~brendan and get the latest libshout2 and the latest ices-0.2.3. using the latest icecast2-cvs helps too. you can get that off the icecast cvs. i'm using ices-0.2.3. with icecast2, it's very stable and since it takes almost no mem and no CPU, it's so easy to forget that it's there. url: http://tetter.xs4all.nl:8000/oth.mp3 boink <p>On Sat, Apr 05, 2003 at 01:47:46AM -0500, Eric L. Brown wrote:> I just tried with no mountpoint information, and I get the same results, > icecast is still not accepting 'SOURCE hackme' as the first header, it > only wants the password (verified by telneting in). > > So, how to I recompile libshout2 into the ices2beta? It doesn't want to > take the command-line param, or the in.so.conf file setting (or the LIBDIR > evn variable)... > > Or, can someone give me a knwon working ices.conf (ices 0.2.3) and > icecast.xml (ver 2) to test with? > > Or, is there a better streamer that uses the command line? It's tempting > to go back to shoutcast, but I'm really interested in getting icecast to > work based on the feedback I've read about it!! > > Help!? > Eric > > > > On Thursday 03 April 2003 09:30 pm, Eric L. Brown wrote: > >> I have a weird one... > >> I installed icecast 2 and ices .23 on Mandake, and am not having any > >> luck > >> I compiled and installed the nightly icecast just today. > > > > I've just finished building Debian packages of all of the software in > > question. I ran into the same problem during testing. > > > >> I feel kinda dumb in that I think that cannot really be this difficult, > >> but I am at a stand still. Here are the config files: > > > > It seems to me, that sourcing with ices does not work on any mountpoint > > which is defined with a <mount> in icecast.xml. Either changing the > > target > > mountpoint in the ices configuration, or removing the <mount> section from > > the > > icecast configuration fixed this for me. > > > > Is this a correct diagnosis? It is quite reproducable with my packages, > > at > > least. This would seem to be a rather significant discrepancy in the > > example > > configurations, or perhaps just confusion as a result of a complete lack > > of > > documentation. > > > > - Keegan > > > > (snipped configuration points below) > > > >> icecast.xml 2.x (nightly build) > >> ------------------------------- > >> <icecast> > > *snip* > >> <mount> > >> <mount-name>/example1.ogg</mount-name> > >> > >> <username>othersource</username> > >> <password>hell0</password> > >> > >> <max-listeners>1</max-listeners> > >> <!-- <dump-file>/tmp/dump-example1.ogg</dump-file> --> > >> <fallback-mount>/example2.ogg</fallback-mount> > >> </mount> > > *snip* > >> </icecast> > >> > >> ices.conf 0.2.3 > >> --------------- > >> <?xml version="1.0"?> > >> <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices"> > > *snip* > >> <!-- The name of the mountpoint on the icecast server --> > >> <Mountpoint>/example1.ogg</Mountpoint> > > *snip* > >> </ices:Configuration> > > > > > > --- >8 ---- > > List archives: http://www.xiph.org/archives/ > > icecast project homepage: http://www.icecast.org/ > > To unsubscribe from this list, send a message to > > 'icecast-request@xiph.org' > > containing only the word 'unsubscribe' in the body. No subject is needed. > > Unsubscribe messages sent to the list will be ignored/filtered. > > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered.-- <p>je ne cherche pas, je trouve (Picasso) <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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Eric L. Brown
2004-Aug-06 14:23 UTC
[icecast] cannot get icecast and ices totalk...authenticationfailed
I have the latest items, but cannot seem to figure out how to include libshout2 in the ices build...I put it into the requested conf file, set LIBDIR, and tried the --libdir param when compiling ices, with no luck. Thanks! Eric> > go to http://www.icecast.org/~brendan and get the latest libshout2 and > the latest ices-0.2.3. > > using the latest icecast2-cvs helps too. you can get that off the > icecast cvs. > > i'm using ices-0.2.3. with icecast2, it's very stable and since it takes > almost no mem and no CPU, it's so easy to forget that it's there. > > url: > > http://tetter.xs4all.nl:8000/oth.mp3 > > boink > > > On Sat, Apr 05, 2003 at 01:47:46AM -0500, Eric L. Brown wrote: >> I just tried with no mountpoint information, and I get the same results, >> icecast is still not accepting 'SOURCE hackme' as the first header, it >> only wants the password (verified by telneting in). >> >> So, how to I recompile libshout2 into the ices2beta? It doesn't want to >> take the command-line param, or the in.so.conf file setting (or the >> LIBDIR >> evn variable)... >> >> Or, can someone give me a knwon working ices.conf (ices 0.2.3) and >> icecast.xml (ver 2) to test with? >> >> Or, is there a better streamer that uses the command line? It's >> tempting >> to go back to shoutcast, but I'm really interested in getting icecast to >> work based on the feedback I've read about it!! >> >> Help!? >> Eric >> >> >> > On Thursday 03 April 2003 09:30 pm, Eric L. Brown wrote: >> >> I have a weird one... >> >> I installed icecast 2 and ices .23 on Mandake, and am not having any >> >> luck >> >> I compiled and installed the nightly icecast just today. >> > >> > I've just finished building Debian packages of all of the software in >> > question. I ran into the same problem during testing. >> > >> >> I feel kinda dumb in that I think that cannot really be this >> difficult, >> >> but I am at a stand still. Here are the config files: >> > >> > It seems to me, that sourcing with ices does not work on any >> mountpoint >> > which is defined with a <mount> in icecast.xml. Either changing the >> > target >> > mountpoint in the ices configuration, or removing the <mount> section >> from >> > the >> > icecast configuration fixed this for me. >> > >> > Is this a correct diagnosis? It is quite reproducable with my >> packages, >> > at >> > least. This would seem to be a rather significant discrepancy in the >> > example >> > configurations, or perhaps just confusion as a result of a complete >> lack >> > of >> > documentation. >> > >> > - Keegan >> > >> > (snipped configuration points below) >> > >> >> icecast.xml 2.x (nightly build) >> >> ------------------------------- >> >> <icecast> >> > *snip* >> >> <mount> >> >> <mount-name>/example1.ogg</mount-name> >> >> >> >> <username>othersource</username> >> >> <password>hell0</password> >> >> >> >> <max-listeners>1</max-listeners> >> >> <!-- <dump-file>/tmp/dump-example1.ogg</dump-file> --> >> >> <fallback-mount>/example2.ogg</fallback-mount> >> >> </mount> >> > *snip* >> >> </icecast> >> >> >> >> ices.conf 0.2.3 >> >> --------------- >> >> <?xml version="1.0"?> >> >> <ices:Configuration >> xmlns:ices="http://www.icecast.org/projects/ices"> >> > *snip* >> >> <!-- The name of the mountpoint on the icecast server --> >> >> <Mountpoint>/example1.ogg</Mountpoint> >> > *snip* >> >> </ices:Configuration> >> > >> > >> > --- >8 ---- >> > List archives: http://www.xiph.org/archives/ >> > icecast project homepage: http://www.icecast.org/ >> > To unsubscribe from this list, send a message to >> > 'icecast-request@xiph.org' >> > containing only the word 'unsubscribe' in the body. No subject is >> needed. >> > Unsubscribe messages sent to the list will be ignored/filtered. >> > >> >> --- >8 ---- >> List archives: http://www.xiph.org/archives/ >> icecast project homepage: http://www.icecast.org/ >> To unsubscribe from this list, send a message to >> 'icecast-request@xiph.org' >> containing only the word 'unsubscribe' in the body. No subject is >> needed. >> Unsubscribe messages sent to the list will be ignored/filtered. > > -- > > > je ne cherche pas, je trouve (Picasso) > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to > 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Maybe Matching Threads
- cannot get icecast and ices to talk...authenticationfailed
- cannot get icecast and ices to talk...authenticationfailed
- cannot get icecast and ices to talk...authentication failed
- cannot get icecast and ices totalk...authenticationfailed
- cannot get icecast and ices totalk...authenticationfailed