search for: listener_add

Displaying 20 results from an estimated 50 matches for "listener_add".

2006 Sep 08
4
URL authentication
I had similar problems when my auth.php was on password protected http server...but after applying the following configuration i've got it working: <mount> <mount-name>/Test</mount-name> <authentication type="url"> <option name="listener_add" value="http://user:pass@127.0.0.1/auth/action.php"/> <option name="listener_remove" value="http://user:pass@127.0.0.1/auth/action.php"/> </authentication> </mount> what web server you are using? what it's logs are saying?
2006 Sep 08
2
URL authentication
...new customer/mountpoint needs to be added. I guess if the <authentication type="url> section could be used as a top-level tag (instead of as a sub-tag of <mount>), then that could do the trick. The mount_add URL would be used to check the validity of the/any mountpoint. The listener_add authenticates the users. Would this be hard to implement? It would certainly make administration a lot easier for icecast users that keep mountpoint names, username and passwords in a database. Any help would be appreciated. Cheers, KJ
2006 Feb 01
0
url authentication problems
...Accept: */* Icy-MetaData:1 Authorization: Basic dGVzdDp0ZXN0 Connection: close HTTP/1.0 401 Authentication Required WWW-Authenticate: Basic realm="Icecast2 Server" You need to authenticate ______________________________________________ i've also tried testauth.php with action "listener_add" here's it's dump: ______________________________________________ POST /auth/action.php HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/x-icq, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, *...
2006 Feb 03
0
url authentication problems
...Accept: */* Icy-MetaData:1 Authorization: Basic dGVzdDp0ZXN0 Connection: close HTTP/1.0 401 Authentication Required WWW-Authenticate: Basic realm="Icecast2 Server" You need to authenticate ______________________________________________ i've also tried testauth.php with action "listener_add" here's it's dump: ______________________________________________ POST /auth/action.php HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/x-icq, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, *...
2013 Jul 11
2
listner reports
...is some default log for generating listener graph. thanks for thoughts. With Best -Ashwin. +91-9959166266 On Thu, Jul 11, 2013 at 3:22 PM, Yahav Shasha <yahav.shasha at gmail.com>wrote: > Better alternative to parsing the log files would be using the url auth > mechanism and "listener_add" to keep track of listeners and later making > statistics et cetera... > > > On Thu, Jul 11, 2013 at 10:26 AM, Ashwin Kumar <aswin.1231 at gmail.com>wrote: > >> is there any facility in icecast2 to log listner statistics and data >> usage to xml or json file so...
2006 Sep 02
2
URL authentication
...> > <option name="mount_add" value="http:// > wherever.tld/radio/notify.php"/> > <option name="mount_remove" value="http:// > wherever.tld/radio/notify.php"/> > <option name="listener_add" value="http:// > wherever.tld/radio/notify.php"/> > <option name="listener_remove" value="http:// > wherever.tld/radio/notify.php"/> > </authentication> > </mount> > This is what appears in the...
2015 Mar 18
1
Event Triggers on 2.5 beta1
> Icecast streams don't have a notion of "pause", what do you mean by that? > > Cheers > > Thomas I?m trying to trigger a URL event so that I can log listener statistics using an API. I?m currently using listener authentication to track listener_add and listener_remove, but using this method I seem to get a lot of spurious entries. So I wondered if events would offer a more reliable way to track when a listener is actually playing a stream? Thanks, Rob
2013 Jul 11
3
listner reports
is there any facility in icecast2 to log listner statistics and data usage to xml or json file so i can build reports on top of it? With Best -Ashwin. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20130711/c6ad7828/attachment.htm
2015 Jun 03
2
Icecast URL authentication problem
...as shown here: <authentication type="url"> <option name="mount_add" value="http://some.server.org/stream_control.php"/> <option name="mount_remove" value="http://some.server.org/stream_control.php"/> <option name="listener_add" value="http://some.server.org/stream_control.php"/> <option name="listener_remove" value="http://some.server.org/stream_control.php"/> <option name="stream_auth" value="http://some.server.org/stream_control.php"/> <option...
2015 Jun 24
2
Identify listeners on log reports
Hi Marius, thanks for your reply. URL auth via usern/pass seems what I need. I fail to understand is if and how would that reflect on logs. Care to elaborate further? Thank you ---- Mark Foster On Wed, Jun 24, 2015 at 8:28 AM, Marius Flage <marius at flage.org> wrote: > Hi Mark, > > You can maybe look at authentication: > http://icecast.org/docs/icecast-2.4.1/auth.html ?
2015 Mar 18
6
Event Triggers on 2.5 beta1
> On 17 Mar 2015, at 14:26, Thomas B. R?cker <thomas at ruecker.fi> wrote: > > Yeah, it's a funny place holder. BTW, if anyone has ideas how to name > that tag, we're open to suggestions. How about <event-definitions> or <event-bindings>? BTW, I?m still stuck trying to figure out what the available values are for the ?trigger? attribute. Ideally I?d like to
2015 Nov 29
5
Problem with fallback on 2.31 on Windows XP
...ntication type="url"> <option name="mount_add" value="http://myauthserver.net/notify_mount.php"/> <option name="mount_remove" value="http://myauthserver.net/notify_mount.php"/> <option name="listener_add" value="http://myauthserver.net/notify_listener.php"/> <option name="listener_remove" value="http://myauthserver.net/notify_listener.php"/> </authentication> </mount> --> <fileserve>1</fileserve&gt...
2005 Nov 30
0
Icecast 2.3.1 Release Announcement
...in some places, now 403 is sent back. . Auth URL now handles the authentication to scripts better. The order in which username/password are selected is 1. url is http://user:pass@host:port/.... 2. <param name="username"> and <param name="password"> 3. with listener_add/remove, listener supplied username/password is used. . A streams intro file can now be changed, using HUP, on active streams. . mount without a name crashed the server . Various documentation updates Icecast Development Team
2006 Sep 08
0
URL authentication
...<option name="mount_add" value="http:// >> wherever.tld/radio/notify.php"/> >> <option name="mount_remove" value="http:// >> wherever.tld/radio/notify.php"/> >> <option name="listener_add" value="http:// >> wherever.tld/radio/notify.php"/> >> <option name="listener_remove" value="http:// >> wherever.tld/radio/notify.php"/> >> </authentication> >> </mount> >> >...
2006 Sep 08
0
URL authentication
...rotected http server...but after applying the following >>> configuration i've got it working: >>> >>> <mount> >>> <mount-name>/Test</mount-name> >>> <authentication type="url"> >>> <option name="listener_add" value="http://user:pass@127.0.0.1/ >>> auth/ action.php"/> >>> <option name="listener_remove" value="http://user:pass@127.0.0.1/ >>> auth/action.php"/> >>> </authentication> >>> </mount> >&gt...
2007 Jan 05
1
Icecast Won't Authenticate by URL (Previous Threads Didn't Help)
...nt.php<http://baraka/%7Erevence/sauti/notify_mount.php>" /> <option name="mount_remove" value="http://baraka/~revence/sauti/notify_rm_mount.php<http://baraka/%7Erevence/sauti/notify_rm_mount.php>" /> <option name="listener_add" value="http://baraka/~revence/sauti/notify_listener.php <http://baraka/%7Erevence/sauti/notify_listener.php>" /> <option name="listener_remove" value=" http://baraka/~revence/sauti/notify_listener.php<http://baraka/%7Erevence/sauti/not...
2010 Aug 23
1
Using authentication just for metrics
Hey - I'm researching what it would take to just use authentication in Icecast (like the POSTing to a URL) for metrics, rather than actually authenticating the user. Icecast doesn't pass in the listener's IP address as part of the POST, or does it? If so, is there something I could turn off that would prevent the user from being prompted for authentication? If this won't work,
2013 Jul 11
0
listner reports
...gt; > thanks for thoughts. > > With Best > -Ashwin. > +91-9959166266 > > > On Thu, Jul 11, 2013 at 3:22 PM, Yahav Shasha <yahav.shasha at gmail.com>wrote: > >> Better alternative to parsing the log files would be using the url auth >> mechanism and "listener_add" to keep track of listeners and later making >> statistics et cetera... >> >> >> On Thu, Jul 11, 2013 at 10:26 AM, Ashwin Kumar <aswin.1231 at gmail.com>wrote: >> >>> is there any facility in icecast2 to log listner statistics and data >>>...
2015 May 27
0
URL authentication not working
...as shown here: <authentication type="url"> <option name="mount_add" value="http://some.server.org/stream_control.php"/> <option name="mount_remove" value="http://some.server.org/stream_control.php"/> <option name="listener_add" value="http://some.server.org/stream_control.php"/> <option name="listener_remove" value="http://some.server.org/stream_control.php"/> <option name="stream_auth" value="http://some.server.org/stream_control.php"/> <option...
2015 Jun 05
0
Icecast URL authentication problem
...tp://some.server.org/stream_control.php"/ <http://some.server.org/stream_control.php%22/>> > <option name="mount_remove" value="http://some.server.org/stream_control.php"/ <http://some.server.org/stream_control.php%22/>> > <option name="listener_add" value="http://some.server.org/stream_control.php"/ <http://some.server.org/stream_control.php%22/>> > <option name="listener_remove" value="http://some.server.org/stream_control.php"/ <http://some.server.org/stream_control.php%22/>> &gt...