>I can have a look at implementing this when I get chance.That would be great as the devs at shoutcast have absolutely no interest or so it seems in adding this feature, which causes people to rely on 3rd party scripts to handle the authentication, which is shotty at best. <p><p>Dave St John (CEO) Mediacast1.com ----- Original Message ----- From: "Karl Heyes" <karl@xiph.org> To: <icecast-dev@xiph.org> Sent: Monday, November 03, 2003 1:28 PM Subject: Re: [icecast-dev] Icecast User Login Question <p>> On Mon, 2003-11-03 at 19:54, Dave St John wrote:> > Good question Amy, here is a snippet of the icecast2.xml file that i do > > believe is for this function > > --------------------- > > <mount> > > <mount-name>/test2</mount-name> > > > > <username>admin</username> > > <password>holycow</password> > > > > <max-listeners>1</max-listeners> > > <!-- <dump-file>/tmp/dump-example1.ogg</dump-file> --> > > <fallback-mount>/example2</fallback-mount> > > </mount> > > ------------------------ > > > > Someone please correct me if i am wrong. > > This is for the source login, not the listener. At the moment there's > no listener login authentication, it's been mentioned before but hasn't > been implemented yet. I can have a look at implementing this when I get > chance. > > > Dave St John > > (CEO) Mediacast1.com > > ----- Original Message ----- > > From: "AMY E. BEAM" <beamae@email.uc.edu> > > To: <icecast-dev@xiph.org> > > Sent: Monday, November 03, 2003 12:46 PM > > Subject: [icecast-dev] Icecast User Login Question > > > > > > > Hello, > > > > > > I have stumbled upon your email address in my search for > > > finding an answer to a problem I'm looking into for school. > > > > > > I attend the Univ. of Cincinnati and am working on my Senior > > > Design Capstone project. I am working with a local > > > independent radio station, WOXY, which is interested in > > > updating its streaming radio to Icecast. I have taken this > > > project under my wing and have tried to determine if it's > > > doable. > > > > > > My question is that WOXY would like to have a subscription > > > service to their Icecast server so that they could stream > > > more then 56Kb to their users. However I have been unable to > > > find any documentation for Icecast 2 that says they have user > > > login capability. I see that Icecast 1 does use a flat text > > > file for general user login. Do you know if Icecast 2 is > > > planning anything like this? Do you have any suggestions as > > > to where I can find out this information? > > > > > > I really appreciate your help and look forward to your answer! > > --- >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-dev-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>--- >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-dev-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.
On Mon, 2003-11-03 at 19:54, Dave St John wrote:> Good question Amy, here is a snippet of the icecast2.xml file that i do > believe is for this function > --------------------- > <mount> > <mount-name>/test2</mount-name> > > <username>admin</username> > <password>holycow</password> > > <max-listeners>1</max-listeners> > <!-- <dump-file>/tmp/dump-example1.ogg</dump-file> --> > <fallback-mount>/example2</fallback-mount> > </mount> > ------------------------ > > Someone please correct me if i am wrong.This is for the source login, not the listener. At the moment there's no listener login authentication, it's been mentioned before but hasn't been implemented yet. I can have a look at implementing this when I get chance.> Dave St John > (CEO) Mediacast1.com > ----- Original Message ----- > From: "AMY E. BEAM" <beamae@email.uc.edu> > To: <icecast-dev@xiph.org> > Sent: Monday, November 03, 2003 12:46 PM > Subject: [icecast-dev] Icecast User Login Question > > > > Hello, > > > > I have stumbled upon your email address in my search for > > finding an answer to a problem I'm looking into for school. > > > > I attend the Univ. of Cincinnati and am working on my Senior > > Design Capstone project. I am working with a local > > independent radio station, WOXY, which is interested in > > updating its streaming radio to Icecast. I have taken this > > project under my wing and have tried to determine if it's > > doable. > > > > My question is that WOXY would like to have a subscription > > service to their Icecast server so that they could stream > > more then 56Kb to their users. However I have been unable to > > find any documentation for Icecast 2 that says they have user > > login capability. I see that Icecast 1 does use a flat text > > file for general user login. Do you know if Icecast 2 is > > planning anything like this? Do you have any suggestions as > > to where I can find out this information? > > > > I really appreciate your help and look forward to your answer!--- >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-dev-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.
At 01:37 PM 11/3/2003 -0700, you wrote:> >I can have a look at implementing this when I get chance. >That would be great as the devs at shoutcast have absolutely no interest or >so it seems in adding this feature, which causes people >to rely on 3rd party scripts to handle the authentication, which is shotty >at best.actually, as it turns out, this does make alot of sense, because most authentication/subscription logic is going to be fairly complicated and needs to be customizable for each "subscription service". adding logic to icecast2 to do simple URL calls when listeners connect (the URL call validating the user and allowing/denying access) and letting the external scripts do all the necessary "subscription logic" is a nice easy way to setup a subscription service.... just my experience :) oddsock <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-dev-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.