Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ezstream to icecast - listener waits ages before hearing

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients
View previous topic :: View next topic  
Author Message
cmodyssey



Joined: 28 Mar 2008
Posts: 63

PostPosted: Fri Apr 04, 2008 7:59 pm    Post subject: ezstream to icecast - listener waits ages before hearing Reply with quote

Hi,

I have a strange problem with ezstream to stream an mp3 file to icecast.

When a listener connects to icecast, the listener does not start playing for a long time because it's loading in a huge amount of the stream data before it's happy with the amount it has buffered and then starts playing.

I have ezstream installed on the same PC as icecast. The listener is on the same LAN as icecast.

When I use simplecast instead of ezstream to stream to icecast, the test listener loads a far smaller amount of stream data and starts playing very quickly.

I have tried getting ezstream to re-encode the mp3 as well and it has not helped.

Does anybody have any ideas what the problem is and what I can do about it.

Thanks in advance.

Here is my config file for ezstream:

Code:

<ezstream>
<!--<url>#######</url>-->
    <url>#######</url>
    <sourcepassword>hackme</sourcepassword>
    <format>MP3</format>
    <filename>all.m3u</filename>
    <!-- Once done streaming playlist.m3u, exit: -->
    <stream_once>1</stream_once>
    <!--
      The following settings are used to describe your stream to the server.
      It's up to you to make sure that the bitrate/samplerate/channels
      information matches up with your input stream files. Note that
      <svrinfoquality /> only applies to Ogg Vorbis streams.
     -->
    <svrinfoname>My Stream</svrinfoname>
    <svrinfourl>http://www.oddsock.org</svrinfourl>
    <svrinfogenre>RockNRoll</svrinfogenre>
    <svrinfodescription>This is a stream description</svrinfodescription>
    <svrinfobitrate>128</svrinfobitrate>
    <svrinfochannels>2</svrinfochannels>
    <svrinfosamplerate>44100</svrinfosamplerate>
    <!--
      Prohibit the server to advertise the stream on a public YP directory:
     -->
    <svrinfopublic>0</svrinfopublic>
    <reencode>
        <!-- Enable the reencoding feature: -->
        <enable>1</enable>
        <!--
           Each <encdec /> element specifies a pair of programs to be used for
           decoding and encoding, respectively, and which file extension and
           output stream format they apply to.

           All the configuration of the output stream is usually done by using
           the appropriate command line parameters of the encoders in the
           <encode /> elements.

           New <encdec /> sections can be added for new input/output formats.

           Distorted audio, or audio playing at the wrong speed/pitch may be
           caused by conflicting sample rates in the various <decode /> and
           <encode /> sections, byte order (endianness) issues and mono input
           files. See the documentation on the various de-/encoders for
           the options that need to be used to create a consistent stream of
           raw samples.
         -->
        <encdec>
            <!--
               Support for MP3 decoding via madplay, and encoding via LAME:
             -->
            <format>MP3</format>
            <match>.mp3</match>
            <!-- Note: madplay uses host byte order for raw samples. -->
            <decode>madplay -b 16 -R 44100 -S -o raw:- "@T@"</decode>
            <encode>lame --preset cbr 128 -r -x -s 44.1 --bitwidth 16 - -</encode>
        </encdec>
    </reencode>
</ezstream>
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Apr 04, 2008 10:09 pm    Post subject: Reply with quote

That would indicate that it sees something other than mp3 initially, and the player waits to see if it eventually finds something that is mp3. maybe an incorrect intro file?

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
cmodyssey



Joined: 28 Mar 2008
Posts: 63

PostPosted: Sat Apr 05, 2008 9:29 am    Post subject: Reply with quote

Hi Karl,

Thanks for your reply.

I'm not sure what would be seen initially, I've put a censored version of my icecast config at the bottom of this posting.

I get the same problem when I point ezstream to either /live_mount or /replay_mount

I simplified my scenario to just pointing ezstream to /live_mount for now, so that I can show myself that the problem exists with a straight forward setup.

Please could you let me know what to look at next.

Thank you.


Code:
<!-- File location: /usr/local/etc/icecast.xml -->

<icecast>

    <!-- Only define a <mount> section if you want to use advanced options,
         like alternative usernames or passwords -->
    <mount>
        <mount-name>/live_mount</mount-name>

        <password>########</password>

        <max-listeners>100</max-listeners>

        <fallback-mount>/replay_mount</fallback-mount>
        <fallback-override>1</fallback-override>

    </mount>


    <mount>
        <mount-name>/replay_mount</mount-name>

        <password>########</password>

        <max-listeners>100</max-listeners>

        <public>0</public>
        <hidden>1</hidden>
    </mount>



    <limits>
        <clients>100</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <!-- If enabled, this will provide a burst of data when a client
             first connects, thereby significantly reducing the startup
             time for listeners that do substantial buffering. However,
             it also significantly increases latency between the source
             client and listening client.  For low-latency setups, you
             might want to disable this. -->
        <burst-on-connect>1</burst-on-connect>
        <!-- same as burst-on-connect, but this allows for being more
             specific on how much to burst. Most people won't need to
             change from the default 64k. Applies to all mountpoints  -->
        <burst-size>65535</burst-size>

    </limits>

    <authentication>
        <!-- Sources log in with username 'source' -->
        <source-password>overwridden_by_mount_point</source-password>
        <!-- Relays log in username 'relay' -->
        <relay-password>########</relay-password>

        <!-- Admin logs in with the username given below -->
        <admin-user>########</admin-user>
        <admin-password>########</admin-password>
    </authentication>

    <!-- Uncomment this if you want directory listings -->
    <!--
    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
    </directory>
    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
    </directory>
     -->

    <!-- This is the hostname other people will use to connect to your server.
    It affects mainly the urls generated by Icecast for playlists and yp
    listings. -->
    <hostname>########</hostname>

    <!-- You can use these two if you only want a single listener -->
    <!--<port>8000</port> -->
    <!--<bind-address>127.0.0.1</bind-address>-->

    <!-- You may have multiple <listener> elements -->
    <listen-socket>
        <port>####</port>
        <!-- <bind-address>127.0.0.1</bind-address> -->
    </listen-socket>
    <!--
    <listen-socket>
        <port>8001</port>
    </listen-socket>
    -->

    <!--<master-server>127.0.0.1</master-server>-->
    <!--<master-server-port>8001</master-server-port>-->
    <!--<master-update-interval>120</master-update-interval>-->
    <!--<master-password>hackme</master-password>-->

    <!-- setting this makes all relays on-demand unless overridden, this is
         useful for master relays which do not have <relay> definitions here.
         The default is 0 -->
    <!--<relays-on-demand>1</relays-on-demand>-->

    <!--
    <relay>
        <server>127.0.0.1</server>
        <port>8001</port>
        <mount>/example.ogg</mount>
        <local-mount>/different.ogg</local-mount>
        <on-demand>0</on-demand>

        <relay-shoutcast-metadata>0</relay-shoutcast-metadata>
    </relay>
    -->


    <fileserve>1</fileserve>

    <!-- set the mountpoint for a shoutcast source to use, the default if not
         specified is /stream but you can change it here if an alternative is
         wanted or an extension is required
    <shoutcast-mount>/live.nsv</shoutcast-mount>
    -->

    <paths>
      <!-- basedir is only used if chroot is enabled -->
        <basedir>/usr/local/share/icecast</basedir>

        <!-- Note that if <chroot> is turned on below, these paths must both
             be relative to the new root, not the original root -->
        <logdir>/var/log/icecast</logdir>
        <webroot>/usr/local/share/icecast/web</webroot>
        <adminroot>/usr/local/share/icecast/admin</adminroot>
        <!-- <pidfile>/usr/local/share/icecast/icecast.pid</pidfile> -->

        <!-- Aliases: treat requests for 'source' path as being for 'dest' path
             May be made specific to a port or bound address using the "port"
             and "bind-address" attributes.
          -->
        <!--
        <alias source="/foo" dest="/bar"/>
          -->
        <!-- Aliases: can also be used for simple redirections as well,
             this example will redirect all requests for http://server:port/ to
             the status page
          -->
        <alias source="/" dest="/status.xsl"/>
    </paths>

    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
        <!-- <playlistlog>playlist.log</playlistlog> -->
         <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
         <logsize>10000</logsize> <!-- Max size of a logfile -->
        <!-- If logarchive is enabled (1), then when logsize is reached
             the logfile will be moved to [error|access|playlist].log.DATESTAMP,
             otherwise it will be moved to [error|access|playlist].log.old.
             Default is non-archive mode (i.e. overwrite)
        -->
        <!-- <logarchive>1</logarchive> -->
    </logging>

    <security>
        <chroot>0</chroot>
        <changeowner>
            <user>bcast</user>
            <group>bcast</group>
        </changeowner>
    </security>
</icecast>
Back to top
View user's profile Send private message
cmodyssey



Joined: 28 Mar 2008
Posts: 63

PostPosted: Sun Apr 06, 2008 4:52 pm    Post subject: Reply with quote

Hi,

Another symptom of my problem with ezstream and icecast is that the listener skips loading the large amount of data and will play straight away for a few seconds, then starts breaking up, going silent for a sec, then audible again, going through this cycle a few times until going completely quiet after 16 seconds of when the listener originally started listing.

Has anybody got any ideas on what I can do about either of these symptoms I am getting with ezstream and icecast?

Thanks in advance.
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sun Apr 06, 2008 8:12 pm    Post subject: Reply with quote

sounds like a bandwidth starvation problem.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
cmodyssey



Joined: 28 Mar 2008
Posts: 63

PostPosted: Tue Apr 08, 2008 7:17 pm    Post subject: Reply with quote

Hi Karl,

I've been doing some more testing on this and varied where I have been running ezstream.

Scenario 1) ezstream on computer 1, icecast on computer 2 and listener on computer 3

Scenario 2) ezstream and icecast on computer 2 and listener on computer 3

When I use ezstream in scenario 1) It works great, listener starts to hear audio straight away, very little buffering before the audio is heard, no breakup of audio.

When I use ezstream in scenario 2) I have problems, what's really weird is that the listener will either a) not start playing for a long time because it's loading in a huge amount of the stream data before it's happy with the amount it has buffered and then starts playing or b) start playing straight away for a few seconds, then breaks up and gives up.

I could maybe understand if scenario 2) resulted only in symptom a) as it's almost as if there is too much bandwidth between ezstream and icecast and the listener (ezstream being on same computer as icecast computer and listener being on same LAN as the icecast computer).

Is there anything I can check anywhere on this?

Thanks.
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Apr 08, 2008 11:33 pm    Post subject: Reply with quote

if you are suggesting that the feed from ezstream may be inconsistent then use a a downloader app/utility like curl to measure the bandwidth taken, if it stays below the expected bitrate then starvation will occur, like wise if CPU usage of the machine is max'd out then that also could be affecting the ability of ezstream to send data.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
cmodyssey



Joined: 28 Mar 2008
Posts: 63

PostPosted: Sun Apr 27, 2008 11:31 am    Post subject: curl testing results Reply with quote

Hi Karl,

It took me a while to get round to do these tests, I've been working on the live icecast setup.

The buffering problem is on my test setup, as I've got the source, icecast and the listening client all in the same room.

When it comes to the live setup, then icecast is installed on a server on the internet instead.

So back to my buffering problem on test, where end-to-end it's all in the same room.

In scenario 2) where ezstream and icecast are on computer 2 and the listener is on computer 3 I've done some curl testing.

Test 1) Bandwidth between ezstream and icecast, I ran curl on computer 2 and targeted computer 2 as follows:

Code:

[bcast@localhost temp]$ curl "http://localhost:3389/pick.mp3" -o test.mp3
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  111M  100  111M    0     0  19.7M      0  0:00:05  0:00:05 --:--:-- 19.6M


Test 2) Bandwidth between icecast and the listening client, I ran curl on computer 3 and targeted computer 2 as follows:

Code:

C:\temp>curl "http://192.168.1.15:3389/pick.mp3" -o test.mp3
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  111M  100  111M    0     0  6833k      0  0:00:16  0:00:16 --:--:-- 7466k


Do these figures look like they would cause this buffering problem?

Thanks in advance.
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Apr 28, 2008 1:46 am    Post subject: Reply with quote

I can only go by the figures you are posting but I would say that the source client is not regulating the stream in realtime. 19Mbyte/s ??

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
cmodyssey



Joined: 28 Mar 2008
Posts: 63

PostPosted: Mon Apr 28, 2008 7:11 am    Post subject: regulate ezstream Reply with quote

Hi Karl,

That makes a lot of sense and it all fits.

As my source is ezstream, do you have any ideas how I can regulate it's output to be real time, instead of outputting far more audio data per second than necessary?

I already have ezstream configured to re-encode the audio.

Thanks.
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Apr 28, 2008 2:18 pm    Post subject: Reply with quote

not really, you'll have to see where the regulation of the stream takes place. It's not something I've looked at. Could be a misconfiguration preventing libshout to regulate the sender or it could some quirk of the mp3 format that isn't being detected properly. As always I'd check the logging as that should be the first place to look for errors or warnings.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
cmodyssey



Joined: 28 Mar 2008
Posts: 63

PostPosted: Mon May 05, 2008 8:58 am    Post subject: Didn't expect that in the error log Reply with quote

Hi Karl,

I have just got round to repeating my test and produced a clean error.log

This test is scenario 2) where ezstream and icecast are on computer 2 and the listener is on computer 3 and I get the buffering problem.

So far, we have been thinking that the source needs regulating but having looked at the error.log for the total_bytes_read and total_bytes_sent the rate is quite normal.

E.G. in the first minute of the stream, total_bytes_read=957600 and total_bytes_sent=999022

So 957600/60 = 15960 bytes per sec

15960*8 = 127680 bits per sec

127680/1024 = 125 kbits per sec

I've copied the whole error log below.

I'm really confused, because I expected to see the bytes read and bytes sent to be a whole lot higher, to be consistent with the curl testing I did.

Do you have any clues as to why I'm getting this buffering problem with these throughput figures?

Thanks.

Code:

[2008-05-05  09:27:31] INFO main/main Icecast 2.3.1 server started
[2008-05-05  09:27:31] WARN main/main YP server handling has been disabled
[2008-05-05  09:27:31] INFO stats/_stats_thread stats thread started
[2008-05-05  09:27:31] INFO fserve/fserv_thread_function file serving thread started
[2008-05-05  09:27:31] INFO auth/auth_run_thread Authentication thread started
[2008-05-05  09:27:31] DBUG source/source_fallback_file unable to open file "/usr/local/share/icecast/web/replay_mount"
[2008-05-05  09:27:31] DBUG source/source_fallback_file unable to open file "/usr/local/share/icecast/web/music_change_filler"
[2008-05-05  09:27:32] DBUG slave/_slave_thread checking master stream list
[2008-05-05  09:27:34] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:27:34] DBUG stats/modify_node_event update node connections (1)
[2008-05-05  09:27:34] DBUG connection/_handle_get_request Stats request, sending XSL transformed stats
[2008-05-05  09:27:34] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:27:34] DBUG stats/modify_node_event update node client_connections (1)
[2008-05-05  09:27:35] INFO fserve/fserve_client_create checking for file /style.css (/usr/local/share/icecast/web/style.css)
[2008-05-05  09:27:35] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:27:35] INFO fserve/fserve_client_create checking for file /icecast.png (/usr/local/share/icecast/web/icecast.png)
[2008-05-05  09:27:35] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (0)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node connections (2)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node client_connections (2)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node file_connections (1)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (0)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node connections (3)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node connections (4)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node client_connections (3)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node file_connections (2)
[2008-05-05  09:27:35] INFO fserve/fserve_client_create checking for file /corner_topleft.jpg (/usr/local/share/icecast/web/corner_topleft.jpg)
[2008-05-05  09:27:35] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:27:35] INFO fserve/fserve_client_create checking for file /corner_bottomleft.jpg (/usr/local/share/icecast/web/corner_bottomleft.jpg)
[2008-05-05  09:27:35] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node client_connections (4)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node file_connections (3)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (0)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node connections (5)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node connections (6)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node client_connections (5)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node file_connections (4)
[2008-05-05  09:27:35] INFO fserve/fserve_client_create checking for file /corner_topright.jpg (/usr/local/share/icecast/web/corner_topright.jpg)
[2008-05-05  09:27:35] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:27:35] INFO fserve/fserve_client_create checking for file /corner_bottomright.jpg (/usr/local/share/icecast/web/corner_bottomright.jpg)
[2008-05-05  09:27:35] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node connections (7)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node client_connections (6)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node file_connections (5)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node client_connections (7)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node file_connections (6)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:27:35] DBUG stats/modify_node_event update node clients (0)
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node connections (8)
[2008-05-05  09:28:36] INFO connection/_handle_source_request Source logging in at mountpoint "/live_mount"
[2008-05-05  09:28:36] DBUG connection/connection_complete_source sources count is 0
[2008-05-05  09:28:36] DBUG source/source_apply_mount Applying mount information for "/live_mount"
[2008-05-05  09:28:36] DBUG format-mp3/format_mp3_apply_settings mp3 interval -1
[2008-05-05  09:28:36] DBUG source/source_update_settings fallback /replay_mount
[2008-05-05  09:28:36] DBUG source/source_update_settings connect script "/home/bcast/ezstream/botstop"
[2008-05-05  09:28:36] DBUG source/source_update_settings disconnect script "/home/bcast/ezstream/botstart"
[2008-05-05  09:28:36] DBUG source/source_update_settings public set to 0
[2008-05-05  09:28:36] DBUG source/source_update_settings max listeners to 700
[2008-05-05  09:28:36] DBUG source/source_update_settings queue size to 524288
[2008-05-05  09:28:36] DBUG source/source_update_settings burst size to 65535
[2008-05-05  09:28:36] DBUG source/source_update_settings source timeout to 10
[2008-05-05  09:28:36] DBUG source/source_update_settings fallback_when_full to 0
[2008-05-05  09:28:36] DBUG connection/connection_complete_source source is ready to start
[2008-05-05  09:28:36] DBUG fserve/fserve_add_client_callback Adding client to file serving engine
[2008-05-05  09:28:36] DBUG source/source_fallback_file unable to open file "/usr/local/share/icecast/web/replay_mount"
[2008-05-05  09:28:36] DBUG source/source_fallback_file unable to open file "/usr/local/share/icecast/web/music_change_filler"
[2008-05-05  09:28:36] DBUG source/source_init Source creation complete
[2008-05-05  09:28:36] DBUG source/source_run_script Starting command /home/bcast/ezstream/botstop
[2008-05-05  09:28:36] DBUG admin/admin_handle_request Admin request (/admin/metadata)
[2008-05-05  09:28:36] DBUG admin/admin_handle_request Got command (metadata)
[2008-05-05  09:28:36] INFO admin/admin_handle_request Received admin command metadata on mount "/live_mount"
[2008-05-05  09:28:36] DBUG admin/command_metadata Got metadata update request
[2008-05-05  09:28:36] INFO admin/command_metadata Metadata on mountpoint /live_mount changed to "Opus III - Evolution Rush"
[2008-05-05  09:28:36] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node sources (1)
[2008-05-05  09:28:36] DBUG stats/process_source_event new source stat /live_mount
[2008-05-05  09:28:36] DBUG stats/process_source_event new node public (0)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node server_name (Test Server Name)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node server_description (Test Live Stream)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node server_url (http://www.test.url.com)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node genre (House)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node server_type (audio/mpeg)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node max_listeners (700)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node source_ip (127.0.0.1)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node user_agent (libshout/2.2.2)
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node connections (9)
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node source_client_connections (1)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node listeners (0)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node bitrate (128)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node channels (2)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node samplerate (44100)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node audio_info (bitrate=128;channels=2;samplerate=44100)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node listenurl (http://bitd_server:3389/live_mount)
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node source_total_connections (1)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node slow_listeners (0)
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node listeners (0)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node listener_peak (0)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node stream_start (Mon, 05 May 2008 09:28:36 +0100)
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node client_connections (8)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node total_bytes_read (0)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node total_bytes_sent (0)
[2008-05-05  09:28:36] DBUG stats/process_source_event new node title (Opus III - Evolution Rush)
[2008-05-05  09:28:36] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:28:40] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:40] DBUG stats/modify_node_event update node connections (10)
[2008-05-05  09:28:40] DBUG admin/admin_handle_request Admin request (/admin/stats)
[2008-05-05  09:28:40] DBUG admin/admin_handle_request Got command (stats)
[2008-05-05  09:28:40] DBUG admin/command_stats Stats request, sending xml stats
[2008-05-05  09:28:40] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:40] DBUG stats/modify_node_event update node client_connections (9)
[2008-05-05  09:28:40] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:28:40] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:40] DBUG stats/modify_node_event update node connections (11)
[2008-05-05  09:28:40] DBUG connection/_handle_get_request Stats request, sending XSL transformed stats
[2008-05-05  09:28:41] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:41] INFO fserve/fserve_client_create checking for file /style.css (/usr/local/share/icecast/web/style.css)
[2008-05-05  09:28:41] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node client_connections (10)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node connections (12)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node client_connections (11)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node file_connections (7)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node total_bytes_read (77824)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node total_bytes_sent (0)
[2008-05-05  09:28:41] INFO fserve/fserve_client_create checking for file /icecast.png (/usr/local/share/icecast/web/icecast.png)
[2008-05-05  09:28:41] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:41] INFO fserve/fserve_client_create checking for file /corner_topleft.jpg (/usr/local/share/icecast/web/corner_topleft.jpg)
[2008-05-05  09:28:41] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node connections (13)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (3)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node connections (14)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node client_connections (12)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node file_connections (8)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (3)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node connections (15)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node client_connections (13)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node file_connections (9)
[2008-05-05  09:28:41] INFO fserve/fserve_client_create checking for file /tunein.png (/usr/local/share/icecast/web/tunein.png)
[2008-05-05  09:28:41] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:41] INFO fserve/fserve_client_create checking for file /corner_bottomleft.jpg (/usr/local/share/icecast/web/corner_bottomleft.jpg)
[2008-05-05  09:28:41] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node client_connections (14)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node file_connections (10)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node connections (16)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node clients (3)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node connections (17)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node client_connections (15)
[2008-05-05  09:28:41] DBUG stats/modify_node_event update node file_connections (11)
[2008-05-05  09:28:41] INFO fserve/fserve_client_create checking for file /corner_topright.jpg (/usr/local/share/icecast/web/corner_topright.jpg)
[2008-05-05  09:28:41] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:42] INFO fserve/fserve_client_create checking for file /corner_bottomright.jpg (/usr/local/share/icecast/web/corner_bottomright.jpg)
[2008-05-05  09:28:42] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:42] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:42] DBUG stats/modify_node_event update node client_connections (16)
[2008-05-05  09:28:42] DBUG stats/modify_node_event update node file_connections (12)
[2008-05-05  09:28:42] DBUG stats/modify_node_event update node clients (3)
[2008-05-05  09:28:42] DBUG stats/modify_node_event update node connections (18)
[2008-05-05  09:28:42] DBUG stats/modify_node_event update node client_connections (17)
[2008-05-05  09:28:42] DBUG stats/modify_node_event update node file_connections (13)
[2008-05-05  09:28:42] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:42] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:28:43] INFO fserve/fserve_client_create checking for file /live_mount.m3u (/usr/local/share/icecast/web/live_mount.m3u)
[2008-05-05  09:28:43] DBUG fserve/fserve_add_client Adding client to file serving engine
[2008-05-05  09:28:43] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:43] DBUG stats/modify_node_event update node connections (19)
[2008-05-05  09:28:43] DBUG stats/modify_node_event update node client_connections (18)
[2008-05-05  09:28:43] DBUG stats/modify_node_event update node clients (1)
[2008-05-05  09:28:44] DBUG auth/add_client_to_source max on /live_mount is 700 (cur 0)
[2008-05-05  09:28:44] DBUG auth/add_client_to_source Added client to /live_mount
[2008-05-05  09:28:44] DBUG auth/add_authenticated_client client authenticated, passed to source
[2008-05-05  09:28:44] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:44] DBUG stats/modify_node_event update node connections (20)
[2008-05-05  09:28:44] DBUG stats/modify_node_event update node client_connections (19)
[2008-05-05  09:28:44] DBUG stats/modify_node_event update node listener_connections (1)
[2008-05-05  09:28:45] DBUG source/source_main Client added
[2008-05-05  09:28:45] INFO source/source_main listener count on /live_mount now 1
[2008-05-05  09:28:45] DBUG format/format_check_http_buffer processing pending client headers
[2008-05-05  09:28:45] DBUG stats/modify_node_event update node listener_peak (1)
[2008-05-05  09:28:45] DBUG stats/modify_node_event update node listeners (1)
[2008-05-05  09:28:45] DBUG client/client_send_bytes Client connection died
[2008-05-05  09:28:45] DBUG source/source_main Client removed
[2008-05-05  09:28:45] INFO source/source_main listener count on /live_mount now 0
[2008-05-05  09:28:45] DBUG auth/add_client_to_source max on /live_mount is 700 (cur 0)
[2008-05-05  09:28:45] DBUG auth/add_client_to_source Added client to /live_mount
[2008-05-05  09:28:45] DBUG auth/add_authenticated_client client authenticated, passed to source
[2008-05-05  09:28:45] DBUG stats/modify_node_event update node clients (3)
[2008-05-05  09:28:45] DBUG stats/modify_node_event update node connections (21)
[2008-05-05  09:28:45] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:45] DBUG stats/modify_node_event update node listeners (0)
[2008-05-05  09:28:45] DBUG stats/modify_node_event update node client_connections (20)
[2008-05-05  09:28:45] DBUG stats/modify_node_event update node listener_connections (2)
[2008-05-05  09:28:45] DBUG source/source_main Client added
[2008-05-05  09:28:45] INFO source/source_main listener count on /live_mount now 1
[2008-05-05  09:28:45] DBUG format/format_check_http_buffer processing pending client headers
[2008-05-05  09:28:45] DBUG stats/modify_node_event update node listeners (1)
[2008-05-05  09:28:46] DBUG auth/add_client_to_source max on /live_mount is 700 (cur 1)
[2008-05-05  09:28:46] DBUG auth/add_client_to_source Added client to /live_mount
[2008-05-05  09:28:46] DBUG auth/add_authenticated_client client authenticated, passed to source
[2008-05-05  09:28:46] DBUG source/source_main Client added
[2008-05-05  09:28:46] INFO source/source_main listener count on /live_mount now 2
[2008-05-05  09:28:46] DBUG client/client_send_bytes Client connection died
[2008-05-05  09:28:46] DBUG source/source_main Client removed
[2008-05-05  09:28:46] DBUG format/format_check_http_buffer processing pending client headers
[2008-05-05  09:28:46] INFO source/source_main listener count on /live_mount now 1
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node total_bytes_read (155648)
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node total_bytes_sent (134948)
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node clients (3)
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node connections (22)
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node client_connections (21)
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node listener_connections (3)
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node listener_peak (2)
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node listeners (2)
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node clients (2)
[2008-05-05  09:28:46] DBUG stats/modify_node_event update node listeners (1)
[2008-05-05  09:28:51] DBUG stats/modify_node_event update node total_bytes_read (237568)
[2008-05-05  09:28:51] DBUG stats/modify_node_event update node total_bytes_sent (278022)
[2008-05-05  09:28:56] DBUG stats/modify_node_event update node total_bytes_read (315392)
[2008-05-05  09:28:56] DBUG stats/modify_node_event update node total_bytes_sent (356422)
[2008-05-05  09:29:01] DBUG stats/modify_node_event update node total_bytes_read (397312)
[2008-05-05  09:29:01] DBUG stats/modify_node_event update node total_bytes_sent (437622)
[2008-05-05  09:29:06] DBUG stats/modify_node_event update node total_bytes_read (476000)
[2008-05-05  09:29:06] DBUG stats/modify_node_event update node total_bytes_sent (517422)
[2008-05-05  09:29:11] DBUG stats/modify_node_event update node total_bytes_read (557200)
[2008-05-05  09:29:11] DBUG stats/modify_node_event update node total_bytes_sent (598622)
[2008-05-05  09:29:16] DBUG stats/modify_node_event update node total_bytes_read (634880)
[2008-05-05  09:29:16] DBUG stats/modify_node_event update node total_bytes_sent (675622)
[2008-05-05  09:29:21] DBUG stats/modify_node_event update node total_bytes_read (716800)
[2008-05-05  09:29:21] DBUG stats/modify_node_event update node total_bytes_sent (758222)
[2008-05-05  09:29:26] DBUG stats/modify_node_event update node total_bytes_read (794624)
[2008-05-05  09:29:26] DBUG stats/modify_node_event update node total_bytes_sent (835222)
[2008-05-05  09:29:31] DBUG stats/modify_node_event update node total_bytes_read (876544)
[2008-05-05  09:29:31] DBUG stats/modify_node_event update node total_bytes_sent (917822)
[2008-05-05  09:29:33] DBUG slave/_slave_thread checking master stream list
[2008-05-05  09:29:36] DBUG stats/modify_node_event update node total_bytes_read (957600)
[2008-05-05  09:29:36] DBUG stats/modify_node_event update node total_bytes_sent (999022)
[2008-05-05  09:29:41] DBUG stats/modify_node_event update node total_bytes_read (1036288)
[2008-05-05  09:29:41] DBUG stats/modify_node_event update node total_bytes_sent (1077422)
[2008-05-05  09:29:46] DBUG stats/modify_node_event update node total_bytes_read (1118208)
[2008-05-05  09:29:46] DBUG stats/modify_node_event update node total_bytes_sent (1158622)
[2008-05-05  09:29:51] DBUG stats/modify_node_event update node total_bytes_read (1196032)
[2008-05-05  09:29:51] DBUG stats/modify_node_event update node total_bytes_sent (1237022)
[2008-05-05  09:29:56] DBUG stats/modify_node_event update node total_bytes_read (1277952)
[2008-05-05  09:29:56] DBUG stats/modify_node_event update node total_bytes_sent (1318222)
[2008-05-05  09:30:01] DBUG stats/modify_node_event update node total_bytes_read (1356600)
[2008-05-05  09:30:01] DBUG stats/modify_node_event update node total_bytes_sent (1398022)
[2008-05-05  09:30:06] DBUG stats/modify_node_event update node total_bytes_read (1437800)
[2008-05-05  09:30:06] DBUG stats/modify_node_event update node total_bytes_sent (1479222)
[2008-05-05  09:30:11] DBUG stats/modify_node_event update node total_bytes_read (1515520)
[2008-05-05  09:30:11] DBUG stats/modify_node_event update node total_bytes_sent (1556222)
[2008-05-05  09:30:16] DBUG stats/modify_node_event update node total_bytes_read (1597440)
[2008-05-05  09:30:16] DBUG stats/modify_node_event update node total_bytes_sent (1638822)
[2008-05-05  09:30:21] DBUG stats/modify_node_event update node total_bytes_read (1675264)
[2008-05-05  09:30:21] DBUG stats/modify_node_event update node total_bytes_sent (1715822)
[2008-05-05  09:30:26] DBUG stats/modify_node_event update node total_bytes_read (1757184)
[2008-05-05  09:30:26] DBUG stats/modify_node_event update node total_bytes_sent (1798422)
[2008-05-05  09:30:31] DBUG stats/modify_node_event update node total_bytes_read (1835008)
[2008-05-05  09:30:31] DBUG stats/modify_node_event update node total_bytes_sent (1875422)
[2008-05-05  09:30:36] DBUG stats/modify_node_event update node total_bytes_read (1916928)
[2008-05-05  09:30:36] DBUG stats/modify_node_event update node total_bytes_sent (1958022)
[2008-05-05  09:30:41] DBUG stats/modify_node_event update node total_bytes_read (1994752)
[2008-05-05  09:30:41] DBUG stats/modify_node_event update node total_bytes_sent (2035022)
[2008-05-05  09:30:46] DBUG stats/modify_node_event update node total_bytes_read (2076672)
[2008-05-05  09:30:46] DBUG stats/modify_node_event update node total_bytes_sent (2117622)
[2008-05-05  09:30:51] DBUG stats/modify_node_event update node total_bytes_read (2158592)
[2008-05-05  09:30:51] DBUG stats/modify_node_event update node total_bytes_sent (2198822)
[2008-05-05  09:30:56] DBUG stats/modify_node_event update node total_bytes_read (2237200)
[2008-05-05  09:30:56] DBUG stats/modify_node_event update node total_bytes_sent (2278622)
[2008-05-05  09:31:01] DBUG stats/modify_node_event update node total_bytes_read (2315600)
[2008-05-05  09:31:01] DBUG stats/modify_node_event update node total_bytes_sent (2357022)
[2008-05-05  09:31:06] DBUG stats/modify_node_event update node total_bytes_read (2396160)
[2008-05-05  09:31:06] DBUG stats/modify_node_event update node total_bytes_sent (2436822)
[2008-05-05  09:31:11] DBUG stats/modify_node_event update node total_bytes_read (2478080)
[2008-05-05  09:31:11] DBUG stats/modify_node_event update node total_bytes_sent (2519422)
[2008-05-05  09:31:16] DBUG stats/modify_node_event update node total_bytes_read (2555904)
[2008-05-05  09:31:16] DBUG stats/modify_node_event update node total_bytes_sent (2596422)
[2008-05-05  09:31:21] DBUG stats/modify_node_event update node total_bytes_read (2637824)
[2008-05-05  09:31:21] DBUG stats/modify_node_event update node total_bytes_sent (2679022)
[2008-05-05  09:31:26] DBUG stats/modify_node_event update node total_bytes_read (2715648)
[2008-05-05  09:31:26] DBUG stats/modify_node_event update node total_bytes_sent (2756022)
[2008-05-05  09:31:31] DBUG stats/modify_node_event update node total_bytes_read (2797568)
[2008-05-05  09:31:31] DBUG stats/modify_node_event update node total_bytes_sent (2838622)
[2008-05-05  09:31:33] DBUG slave/_slave_thread checking master stream list
[2008-05-05  09:31:36] DBUG stats/modify_node_event update node total_bytes_read (2875392)
[2008-05-05  09:31:36] DBUG stats/modify_node_event update node total_bytes_sent (2915622)
[2008-05-05  09:31:41] DBUG stats/modify_node_event update node total_bytes_read (2957312)
[2008-05-05  09:31:41] DBUG stats/modify_node_event update node total_bytes_sent (2998222)
[2008-05-05  09:31:46] DBUG stats/modify_node_event update node total_bytes_read (3035200)
[2008-05-05  09:31:46] DBUG stats/modify_node_event update node total_bytes_sent (3076622)
[2008-05-05  09:31:51] DBUG stats/modify_node_event update node total_bytes_read (3117800)
[2008-05-05  09:31:51] DBUG stats/modify_node_event update node total_bytes_sent (3159222)
[2008-05-05  09:31:56] DBUG stats/modify_node_event update node total_bytes_read (3194880)
[2008-05-05  09:31:56] DBUG stats/modify_node_event update node total_bytes_sent (3236222)
[2008-05-05  09:32:01] DBUG stats/modify_node_event update node total_bytes_read (3276800)
[2008-05-05  09:32:01] DBUG stats/modify_node_event update node total_bytes_sent (3317422)
[2008-05-05  09:32:06] DBUG stats/modify_node_event update node total_bytes_read (3354624)
[2008-05-05  09:32:06] DBUG stats/modify_node_event update node total_bytes_sent (3395822)
[2008-05-05  09:32:11] DBUG stats/modify_node_event update node total_bytes_read (3436544)
[2008-05-05  09:32:11] DBUG stats/modify_node_event update node total_bytes_sent (3477022)
[2008-05-05  09:32:16] DBUG stats/modify_node_event update node total_bytes_read (3518464)
[2008-05-05  09:32:16] DBUG stats/modify_node_event update node total_bytes_sent (3559622)
[2008-05-05  09:32:21] DBUG stats/modify_node_event update node total_bytes_read (3596288)
[2008-05-05  09:32:21] DBUG stats/modify_node_event update node total_bytes_sent (3636622)
[2008-05-05  09:32:26] DBUG stats/modify_node_event update node total_bytes_read (3678208)
[2008-05-05  09:32:26] DBUG stats/modify_node_event update node total_bytes_sent (3719222)
[2008-05-05  09:32:31] DBUG stats/modify_node_event update node total_bytes_read (3756032)
[2008-05-05  09:32:31] DBUG stats/modify_node_event update node total_bytes_sent (3796222)
[2008-05-05  09:32:36] DBUG stats/modify_node_event update node total_bytes_read (3837952)
[2008-05-05  09:32:36] DBUG stats/modify_node_event update node total_bytes_sent (3878822)
[2008-05-05  09:32:41] DBUG stats/modify_node_event update node total_bytes_read (3915800)
[2008-05-05  09:32:41] DBUG stats/modify_node_event update node total_bytes_sent (3957222)
[2008-05-05  09:32:46] DBUG stats/modify_node_event update node total_bytes_read (3998400)
[2008-05-05  09:32:46] DBUG stats/modify_node_event update node total_bytes_sent (4039822)
[2008-05-05  09:32:51] DBUG stats/modify_node_event update node total_bytes_read (4075520)
[2008-05-05  09:32:51] DBUG stats/modify_node_event update node total_bytes_sent (4116822)
[2008-05-05  09:32:56] DBUG stats/modify_node_event update node total_bytes_read (4157440)
[2008-05-05  09:32:56] DBUG stats/modify_node_event update node total_bytes_sent (4198022)
[2008-05-05  09:33:01] DBUG stats/modify_node_event update node total_bytes_read (4235264)
[2008-05-05  09:33:01] DBUG stats/modify_node_event update node total_bytes_sent (4276422)
[2008-05-05  09:33:06] DBUG stats/modify_node_event update node total_bytes_read (4317184)
[2008-05-05  09:33:06] DBUG stats/modify_node_event update node total_bytes_sent (4357622)
[2008-05-05  09:33:11] DBUG stats/modify_node_event update node total_bytes_read (4395008)
[2008-05-05  09:33:11] DBUG stats/modify_node_event update node total_bytes_sent (4436022)
[2008-05-05  09:33:16] DBUG stats/modify_node_event update node total_bytes_read (4476928)
[2008-05-05  09:33:16] DBUG stats/modify_node_event update node total_bytes_sent (4517222)
[2008-05-05  09:33:21] DBUG stats/modify_node_event update node total_bytes_read (4554752)
[2008-05-05  09:33:21] DBUG stats/modify_node_event update node total_bytes_sent (4595622)
[2008-05-05  09:33:26] DBUG stats/modify_node_event update node total_bytes_read (4636672)
[2008-05-05  09:33:26] DBUG stats/modify_node_event update node total_bytes_sent (4676822)
[2008-05-05  09:33:31] DBUG stats/modify_node_event update node total_bytes_read (4718592)
[2008-05-05  09:33:31] DBUG stats/modify_node_event update node total_bytes_sent (4759422)
[2008-05-05  09:33:33] DBUG slave/_slave_thread checking master stream list
[2008-05-05  09:33:36] DBUG stats/modify_node_event update node total_bytes_read (4797800)
[2008-05-05  09:33:36] DBUG stats/modify_node_event update node total_bytes_sent (4839222)
[2008-05-05  09:33:41] DBUG stats/modify_node_event update node total_bytes_read (4879000)
[2008-05-05  09:33:41] DBUG stats/modify_node_event update node total_bytes_sent (4920422)
[2008-05-05  09:33:46] DBUG stats/modify_node_event update node total_bytes_read (4956160)
[2008-05-05  09:33:46] DBUG stats/modify_node_event update node total_bytes_sent (4997422)
[2008-05-05  09:33:51] DBUG stats/modify_node_event update node total_bytes_read (5038080)
[2008-05-05  09:33:51] DBUG stats/modify_node_event update node total_bytes_sent (5078622)
[2008-05-05  09:33:56] DBUG stats/modify_node_event update node total_bytes_read (5115904)
[2008-05-05  09:33:56] DBUG stats/modify_node_event update node total_bytes_sent (5157022)
[2008-05-05  09:34:01] DBUG stats/modify_node_event update node total_bytes_read (5197824)
[2008-05-05  09:34:01] DBUG stats/modify_node_event update node total_bytes_sent (5238222)
[2008-05-05  09:34:06] DBUG stats/modify_node_event update node total_bytes_read (5275648)
[2008-05-05  09:34:06] DBUG stats/modify_node_event update node total_bytes_sent (5316622)
[2008-05-05  09:34:11] DBUG stats/modify_node_event update node total_bytes_read (5357568)
[2008-05-05  09:34:11] DBUG stats/modify_node_event update node total_bytes_sent (5397822)
[2008-05-05  09:34:16] DBUG stats/modify_node_event update node total_bytes_read (5435392)
[2008-05-05  09:34:16] DBUG stats/modify_node_event update node total_bytes_sent (5476222)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber