Tom Gray
2004-Aug-06 14:23 UTC
[icecast] php script for listener count and www admin interface password
Search for the text 'Client Authentication Scheme' in manual.html in /doc from the icecast1 source tarball. This explains how you setup users in icecast1 very well - there *are* docs out there! You need to make sure that you 3 files in your config directory: users.aut : This holds the users and passwords separated by a colon, eg: adminusr:somepass sysadmin:somepass normusr:somepass groups.aut : This defines user groups and says which users are in which groups. Eg: admin:adminuser,sysadmin mounts.aut : This defines mountpoints on your icecast server (such as /admin) that you want to control access to. It lists mountpoints followed by a colon and a comma separated list of *groups* that you want to allow access to a mountpoint. eg: /admin:admin (this allows the admin group access to the /admin mountpoint, provided they enter their password correctly of course). Tom pharkawik@hampshire.edu wrote:> that's right. i can make those fine. i have no problem connecting to the > admin interface through a shell, or using the encoder password or > anything. that's not the problem. the problem is that when i go to > > http://server.com:8000/admin?mode=sources > > in a web browser a dialog box comes up that says > > +------------------------------------------------------------------+ > | > | > | To view this page, you need to log in to area | > | "/admin" on server.com:8000. | > | > | > | Name: __________ | > | Password: __________ | > | > | > +------------------------------------------------------------------+ > > !!! where is this specified????!!!!?!??! > > -p > > To view this page, you need to log in to area "/admin" on > server.com:8000. Your password will be sent in the clear. > > > On Wednesday, March 12, 2003, at 06:07 AM, Marco Alanen wrote: > >> On Wed, 12 Mar 2003 04:48:17 -0500 >> pharkawik@hampshire.edu wrote: >> >>> i have tried every password specified in the conf file (including >>> admin_password) and every conceivable default as the username and/or >>> password for this dialog... no luck. >> >> >> Doesn't Debian use encrypted passwords in icecast? Can't remember how >> to encrypt them though :/ >> >> ---------------------------- >> Embedded RT System Developer >> >> Marco Alanen >> Svensk ByggnadsGeodesi AB >> Kvarnbergsvägen 27 >> 141 45 HUDDINGE >> SWEDEN >> >> Phone: +46 (0)8 7112090 >> Fax: +46 (0)8 7112098 >> Homepage: http://www.sbg.se >> E-mail: marco@sbg.se >> ---------------------------- >> --- >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>--- >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.
Benjamin Podszun
2004-Aug-06 14:23 UTC
[icecast] php script for listener count and www admin interface password
I guess you have edited /etc/icecast/*.aut? users.aut: username:cryptedpassword groups.aut admin:username oper:username mounts.aut /admin:admin /oper:oper hth, Ben On Wed, 2003-03-12 at 11:18, pharkawik@hampshire.edu wrote:> that's right. i can make those fine. i have no problem connecting to > the admin interface through a shell, or using the encoder password or > anything. that's not the problem. the problem is that when i go to > > http://server.com:8000/admin?mode=sources > > in a web browser a dialog box comes up that says > > +------------------------------------------------------------------+ > | > | > | To view this page, you need to log in to area | > | "/admin" on server.com:8000. | > | > | > | Name: __________ | > | Password: __________ | > | > | > +------------------------------------------------------------------+ > > !!! where is this specified????!!!!?!??! > > -p > > To view this page, you need to log in to area "/admin" on > server.com:8000. Your password will be sent in the clear. > > > On Wednesday, March 12, 2003, at 06:07 AM, Marco Alanen wrote: > > > On Wed, 12 Mar 2003 04:48:17 -0500 > > pharkawik@hampshire.edu wrote: > > > >> i have tried every password specified in the conf file (including > >> admin_password) and every conceivable default as the username and/or > >> password for this dialog... no luck. > > > > Doesn't Debian use encrypted passwords in icecast? Can't remember how > > to encrypt them though :/ > > > > ---------------------------- > > Embedded RT System Developer > > > > Marco Alanen > > Svensk ByggnadsGeodesi AB > > Kvarnbergsvägen 27 > > 141 45 HUDDINGE > > SWEDEN > > > > Phone: +46 (0)8 7112090 > > Fax: +46 (0)8 7112098 > > Homepage: http://www.sbg.se > > E-mail: marco@sbg.se > > ---------------------------- > > --- >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.-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: This is a digitally signed message part Url : http://lists.xiph.org/pipermail/icecast/attachments/20030312/fc9146ee/signature.pgp
pharkawik@hampshire.edu
2004-Aug-06 14:23 UTC
[icecast] php script for listener count and www admin interface password
that's right. i can make those fine. i have no problem connecting to the admin interface through a shell, or using the encoder password or anything. that's not the problem. the problem is that when i go to http://server.com:8000/admin?mode=sources in a web browser a dialog box comes up that says +------------------------------------------------------------------+ | | | To view this page, you need to log in to area | | "/admin" on server.com:8000. | | | | Name: __________ | | Password: __________ | | | +------------------------------------------------------------------+ !!! where is this specified????!!!!?!??! -p To view this page, you need to log in to area "/admin" on server.com:8000. Your password will be sent in the clear. <p>On Wednesday, March 12, 2003, at 06:07 AM, Marco Alanen wrote:> On Wed, 12 Mar 2003 04:48:17 -0500 > pharkawik@hampshire.edu wrote: > >> i have tried every password specified in the conf file (including >> admin_password) and every conceivable default as the username and/or >> password for this dialog... no luck. > > Doesn't Debian use encrypted passwords in icecast? Can't remember how > to encrypt them though :/ > > ---------------------------- > Embedded RT System Developer > > Marco Alanen > Svensk ByggnadsGeodesi AB > Kvarnbergsvägen 27 > 141 45 HUDDINGE > SWEDEN > > Phone: +46 (0)8 7112090 > Fax: +46 (0)8 7112098 > Homepage: http://www.sbg.se > E-mail: marco@sbg.se > ---------------------------- > --- >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.
Brandon
2004-Aug-06 14:23 UTC
[icecast] OT: whats your opinion of ODDSOCK streamTranscoder?
What is everyones opinion and expierience with using ODDSOCK streamTranscoder to downsample mp3 streams? I tried it on Windows 2000 and then compared it against shoutCAST DSP plugin. It sucked. It skipped and popped and cut off the first 1/2 second of each track and dropped. It sucked, while shoutCast DSP was flawless. What attracted to me to streamTranscoder was you don't have to run an MP3 player (ala Winamp) to downsample/transcode your streams. You can put it on a server with no sound card. are there any other transcoders out there? Many of you probably run your own radio stations so maybe someone has a little info for me. Short of writing my own is there something I can use that can transcode streams and not require the use of an mp3 player and soundcard? Maybe I was doing something wrong with streamTranscoder, but I don't think so. There aren't too many setting in there....the computer has plenty of ram, 1 gig cpu..no load...new lame dll.... <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.
Apparently Analagous Threads
- php script for listener count and www admin interface password
- php script for listener count and www admin interface password
- php script for listener count and www admin interface password
- php script for listener count and www admin interface password
- php script for listener count and www admin interface password