search for: listclients

Displaying 20 results from an estimated 33 matches for "listclients".

2014 Jun 07
2
icecast 2.4 check if source exists?
...to check properly through querying a custom XSL, JSON or the admin backend. > btw: what's the prefered way to get server and/or listener info? http://icecast.org/docs/icecast-2.4.0/icecast2_stats.html > for example, within a script (php / curl), i use > http://127.0.0.1:8000/admin/listclients?mount=/mymount > for getting info on listeners If you need IPs and UA strings then that's the only option. Plain numbers you can get easier. Note: - as you noticed listclients instead of listclients.xsl gives you raw XML - you can get mount specific information using the mount specific cre...
2020 Sep 22
1
Listener stats
I think I got it. I needed to change the following: http://xxx.xxx.xxx.xxx:8000/admin/listclients.xsl?mount=/mountpoint to http://xxx.xxx.xxx.xxx:8000/admin/listclients?mount=/mountpoint and that gives me the XML. No need to change or modify anything. Now how do I get the json as I prefer json? Reaz > On Sep 22, 2020, at 1:51 PM, Reaz Baksh <reaz at dhantal.com> wrote: > >...
2005 Mar 23
1
listclients.xsl
On Wed, 23 Mar 2005 21:45:53 +0100, lluis <lluis@artefacte.org> wrote: > > hello, > > i want to access freely to the listcliens.xsl without admin passwd This is deliberately not permitted, it's not information that it would be sensible to allow without authentication. There's no way to do what you want (at least not without modifying icecast source). Mike
2005 Mar 01
1
xsl, xml, ARRGH!
Hello... Coming from an Icecast 1 background, I tend to like the admin functionality of Icecast1 over Icecast2. Fixing this is but some file editing away, I supposed. I'm trying to simplify the administration screens for myself and co-sysop. In testing, if I copy the listclients.xsl into the web directory, it works like I would like... almost. I get a listing of every stream on the server, without the client data filled in. I'm assuming this is a permissions issue? The client information isn't availible without authentication? However, with the listclients.xsl...
2020 Sep 22
2
Listener stats
...> Hello Jordan > > > > Thanks for the reply. I commented out all the fields in the status-json.xsl but it didn't give me the listener IP. The example below would show me the source IP. I can get the IP from the web interface at this location, http://xxx.xxx.xxx.xxx:8000/admin/listclients.xsl?mount=/dhantal, but that means I would have to scrape the web interface which I don't want to do. > > > > > > Reaz > > > >> On 2020-09-21 5:27 p.m., Jordan Erickson wrote: > >> Hi Reaz, > >> > >> IP Address != Location of user...
2007 Aug 01
3
xsl:value-of
The listclients page. Can it list by HOST rather then IP? -------------------------------------------- http://listserver.weatherserver.net Weather Alerts, Traffic Alerts, Toronto Fire CAD Alerts All to your email, 24/7/365 *****Visit us today***** -------------- next part -------------- An HTML attachment was sc...
2006 Jan 19
0
Incorrect number of arguments.
Hello all. I have the following code in a partial. It''s purpose is to create a dropdown box with a bunch of values in it for display purposes only. (@bugsheet is an instance variable being used by the partial) <%= select("bugclientlink", "bug_id", Bugclientlink.listclients(@bugsheet.id)) Given the fact that Bugclientlink class contains: def self.listclients( reference ) result = Bugclientlink.find_by_sql["select client_ref from bugclientlink where bug_id = ?", reference ] result.push(Bugclientlink.new(''99999'', ''...
2014 Jun 06
3
icecast 2.4 check if source exists?
hello, i've upgraded to 2.4. in order to use url-auth etc. works fine, but now i have a problem: i've to check if a source exists. i did so by fetching headers for a mountpoint, example wget -S http://server:8000/test if a mountpoint existed in icecast 2.3.2 (my previous version), it returned something like "200 OK", when a source was connected. now in 2.4. it always
2005 Mar 27
3
Digging Deep into the XML
...?che (with the special char for the y) it tends to make the xsl/xml self destruct. Is there a work around for that? 2. Is there an actual file path or URL to all of the XML files that are used? Or a list to all the XML files? Like the stats.xsl has a stats.xml. but there is no listmounts.xml or listclients.xml anywhere. One other question relating to streams. I know we can use multiple mounts, but is there a way to get more than one IceCast instance running on a separate ports, Or would I have to start a whole new instance of IceCast? Thanks for all your help ~Doc --------------...
2004 Aug 06
0
icecast2 per-mount overall listening statistics
...MS> software I know of to do that automatically for you, though - you might have MS> to write your own. As I understand, access logs do not contain any informatin about the time a listener has been connected for. But I found such an internal variable in icecast2 (it is a tip to look at admin/listclients.xsl in icecast2's web dir. But I have such a question: why if I add a file into my admin/ web dir and then try to call it from icecast2 admin web interface it replies a "404 Not found" error, and even listclients.xsl when called without a parameter like "?mount=/mymount" it...
2005 Feb 14
3
icecast stats
hello all, i'm trying to monitorize the stats of my icecast server using some php scripts ... i need to access the info of the files /admin/stats.xsl /admin/listmounts.xsl /admin/listclients.xsl from a remote machine and i don't want to send every time the admin passwd ... there is any way to make this info visible in the public /status.xsl page or in any other ??? thanks a lot. ll.
2005 Feb 15
3
icecast stats
...he icecast server directly to retrieve the information ?? On Mon, 14 Feb 2005 12:58:56 -0500, Ian A. Underwood <agentgrn@dcne.net> wrote: > lluis wrote: > > i need to access the info of the files > > > > /admin/stats.xsl > > /admin/listmounts.xsl > > /admin/listclients.xsl > > > > from a remote machine and i don't want to send every time the admin passwd ... > > > > there is any way to make this info visible in the public /status.xsl page or > > in any other ??? > > All the admin functions sit behind the admin PW, and ther...
2020 Sep 22
0
Listener stats
...manuals but nothing came up to resolve this. I did try try to remove the xsl from the site but that just gave me a 400 unknown admin request error. I also edited all the files within the web root and it did give me some more information but not what I wanted. In a link that’s the following: admin/listclients.xsl?mount=/mountpoint would I just try the following and get what I need? admin/listclients. If so that is what I tried and got the error above. Reaz > On Sep 22, 2020, at 12:54 PM, Philipp Schafft <phschafft at de.loewenfelsen.net> wrote: > > Good afternoon, > >> On T...
2004 Oct 08
1
Real UserAgent?
Hello All! Is there any chance of showing the real useagent in the "listclients.xsl" I like to keep track of what players and version is used. Winamp 2.x or 5.x only shows Winamp not "WinampMPEG/5.0" Now xmms useragents works like it should! Thanks John
2020 Sep 21
2
Listener stats
Hello Jordan Thanks for the reply.  I commented out all the fields in the status-json.xsl but it didn't give me the listener IP.  The example below would show me the source IP.  I can get the IP from the web interface at this location, http://xxx.xxx.xxx.xxx:8000/admin/listclients.xsl?mount=/dhantal, but that means I would have to scrape the web interface which I don't want to do. Reaz On 2020-09-21 5:27 p.m., Jordan Erickson wrote: > Hi Reaz, > > IP Address != Location of user in many cases. Think VPNs for instance. > > Of course if you're set on...
2019 Apr 23
1
Bad or missing password on mount modification admin request
...the listeners’ IP and agent info to display their location and duration the are connected for. It works as it should, but I do see occasional messages in the icecast error log like the one below. INFO admin/admin_handle_request Bad or missing password on mount modification admin request (command: listclients.xsl) EROR connection/_handle_connection Wrong request type from client Icecast doesn’t seem to be affected by this but I would like a second opinion or any pointers on the best action to take to rectify this issue. Any help would be appreciated. D -------------- next part -------------- An HTML...
2020 Sep 22
2
Listener stats
...ast-dev] Listener stats Hello Jordan Thanks for the reply. I commented out all the fields in the status-json.xsl but it didn't give me the listener IP. The example below would show me the source IP. I can get the IP from the web interface at this location, http://xxx.xxx.xxx.xxx:8000/admin/listclients.xsl?mount=/dhantal, but that means I would have to scrape the web interface which I don't want to do. Reaz On 2020-09-21 5:27 p.m., Jordan Erickson wrote: > Hi Reaz, > > IP Address != Location of user in many cases. Think VPNs for instance. > > Of course if you're set on g...
2004 Aug 06
2
Custom .xsl files?
On Thursday 22 July 2004 04:56, Myke Place wrote: > I'm curious if it is possible to create custom .xsl files in the /admin > directory, using the same xsl params that appear in in the web > interfaces that ship with Icecast2. Yes. Though I don't know if using an arbitrary one works from the admin directory. Certainly you can put them in icecast's webroot directory (or some
2004 Aug 06
0
weird differences between stats (xml vs. admin interface)
...o a stream on the relay it starts to rebuffer pretty often or even takes really long to rebuffer. So maybe the code generating the stats.xml file dumps all listeners of the stats on an "disconnected from source event" although they seem to stay connected. This is also what is shown by the listclients.xsl in the admin interface - many listeners have high "connected for" counts although the stats.xml had shown this mountpoint several times as unavailable. Has anyone else noticed such behaviour? Is it a bug or a feature? ;) Thomas [1] Radio Subether: http://www.subether.de [2] Chaos C...
2004 Aug 06
0
Adding metadata to listeners?
I'm hoping that it's somehow possible to provide additional metadata information to be associated with listeners as seen from /admin/listclients?mount=/whatever. Ideally, I'd love to be able to pass in key pairs in the querystring and have them appear in the resulting XML. For instance, http://icecast.domain.com:8000/stream?userID=1234 , and then have that data available in the XML as an entity, like <userID>1234</userID>...