| View previous topic :: View next topic |
| Author |
Message |
woogieman

Joined: 11 Apr 2009 Posts: 33 Location: Eugene, OR. USA
|
Posted: Wed Apr 29, 2009 12:34 pm Post subject: Status List help |
|
|
Can anyone tell me where to find a list and explanation of all of the XML commands used in icecast?
Plus can anyone tell me the difference between 'total_bytes_read' and 'total_bytes_sent'?
Is the sent number the number of bytes sent to listeners or the the number of bytes sent to the server from an encoder?
Help a confused old man please  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Apr 29, 2009 1:10 pm Post subject: |
|
|
The admin interface is documented. There are not that many as configurations for icecast don't change that much, but people do want to allow certain actions like moving listeners and dropping streams.
The read value is from the source, the sent is the value send to listeners.
karl. |
|
| Back to top |
|
 |
woogieman

Joined: 11 Apr 2009 Posts: 33 Location: Eugene, OR. USA
|
Posted: Thu Apr 30, 2009 12:27 pm Post subject: Status List help |
|
|
| @karlH: you are awesome to respond so fast. Can you tell me where in the source they do the parsing for the xml files. I am trying to get info for reports and appreciate any help you can give me. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Apr 30, 2009 12:57 pm Post subject: |
|
|
The xml is generated from internal stats and applied to the xsl pages is required. You may find the code for admin access in the admin.c file
karl. |
|
| Back to top |
|
 |
woogieman

Joined: 11 Apr 2009 Posts: 33 Location: Eugene, OR. USA
|
Posted: Thu Apr 30, 2009 2:42 pm Post subject: Status List help |
|
|
| Thanks I will take a look at it. I greatly appreciate it. |
|
| Back to top |
|
 |
|