<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div>Hi,</div><div><br></div><div>I am extending Icecast 2.4.2 and looking to integrate a function to monitor client connections in real time.</div><div><br></div><div>Two procedures I&#8217;m looking for:</div><div><br></div><div>1) Fire event when client has been connected for period of time, say 5 minutes &#8211; My only solution for this that I have in mind, is to loop through all clients on all mount points every minute and manually check their connection time, this seems to be an overkill</div><div><br></div><div>2) Fire event when client&#8217;s connection has dropped &#8211; I.e. No longer connected (I suspect I can call this event from the client_destroy procedure from client.c</div><div><br></div><div><br></div><div>Thanks</div><div><br></div><div><br></div><div><div><!--EndFragment--></div></div></body></html>