> <!-- Admin logs in with the username given below --> > <admin-user>admin</admin-user> > <admin-password>hackme</admin-password> > </authentication>Doh, I forgot to update my config file when I updated from buggy debian packages to CVS compiled source.>Nope. This is one of them vertual things. I know you can do other neat >stuff through /admin like kick clients and sources, and move people from >one mount to another, but I don't think there's any documentation for that >other than CVS commit logs as yet.How does this work... http://www.walledcity.ca:8000/admin returns: The source you requested could not be found. and admin/ returns: Unrecognised command and admin/mars.ogg returns: Unrecognised command --thanks Michael Edwards http://www.walledcity.ca <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.
On Tuesday 08 April 2003 15:17, M Edwards wrote:> > <!-- Admin logs in with the username given below --> > > <admin-user>admin</admin-user> > > <admin-password>hackme</admin-password> > > </authentication> > > Doh, I forgot to update my config file when I updated from buggy debian > packages to CVS compiled source. > > >Nope. This is one of them vertual things. I know you can do other neat > >stuff through /admin like kick clients and sources, and move people from > >one mount to another, but I don't think there's any documentation for that > >other than CVS commit logs as yet. > > How does this work... http://www.walledcity.ca:8000/admin returns: > The source you requested could not be found./admin isn't mapped to anything 'special', so it's treated as a normal request. There's no source called '/admin', so this fails.> > and admin/ returns: > Unrecognised commandAnything of the form /admin/foo is treated as a command "foo", since in this example you have nothing following the second slash, this is the command "" (empty string), which is - as it says - not a recognised command.> > and admin/mars.ogg returns: > Unrecognised command >"mars.ogg" isn't a recognised command either. What you're seeing is that the HTML frontend to the admin interface isn't in place yet. 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.
Yep, I've never been able to get this feature to work. Could we have some better explanations on how to access the /admin page? Simply stating that /admin allows you to kick clients does not explain how to access the page. An example perhaps? KJ <p>On Mon, 2003-04-07 at 23:17, M Edwards wrote:> > <!-- Admin logs in with the username given below --> > > <admin-user>admin</admin-user> > > <admin-password>hackme</admin-password> > > </authentication> > > Doh, I forgot to update my config file when I updated from buggy debian > packages to CVS compiled source. > > >Nope. This is one of them vertual things. I know you can do other neat > >stuff through /admin like kick clients and sources, and move people from > >one mount to another, but I don't think there's any documentation for that > >other than CVS commit logs as yet. > > How does this work... http://www.walledcity.ca:8000/admin returns: > The source you requested could not be found. > > and admin/ returns: > Unrecognised command > > and admin/mars.ogg returns: > Unrecognised command > > --thanks > Michael Edwards > http://www.walledcity.ca > > > --- >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.-- /-----------------------------\__/--------------------------------\ | Kerry J. Cox __ kerry.cox@ksl.com | | KSL System Administrator | | p: 801.575.7771 | | http://www.ksl.com/ |__| f: 801.575.5745 | | GPG Key: __ http://quasi.ksl.com/kerry.asc | \-----------------------------/ \--------------------------------/ <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 233 bytes Desc: This is a digitally signed message part Url : http://lists.xiph.org/pipermail/icecast/attachments/20030408/e57f4b2e/signature.pgp
> What you could do is get all the admin functions available out of the > sourcecode > and write your own little webinterface which you could put on you webserver > and then protect it with http-auth :-)This is planned for within icecast, so if anyone else _does_ implement this, please consider contributing it :-) 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.
You cannot browse through the admin functions like on some webinterface of a router or a webserver. You have to directly point to the admin functions. e.g. http://www.walledcity.ca:8000/admin/killsource?mount=/mountname would kick the source connected to the specified mountpoint from the server. What you could do is get all the admin functions available out of the sourcecode and write your own little webinterface which you could put on you webserver and then protect it with http-auth :-) M Edwards wrote:>How does this work... http://www.walledcity.ca:8000/admin returns: >The source you requested could not be found. > >and admin/ returns: >Unrecognised command > >and admin/mars.ogg returns: >Unrecognised command > >--thanks >Michael Edwards >http://www.walledcity.ca > > >--- >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><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.