Re: [Live-devel] Monitoring and stats.

2010-10-07 Thread Ross Finlayson
How would one be be able to monitor all clients connected (count, IP, Client session), their duration and subSession name say at an interval of 10 seconds. I suggest subclassing "RTSPServer" and "RTSPClientSession". Have your "RTSPServer" subclass maintain a set of "RTSPClientSession" (subcl

[Live-devel] Monitoring and stats.

2010-10-07 Thread Zdenek Bouresh
Hello, this may be a simple question but I still need your opinions suggestions and advice. How would one be be able to monitor all clients connected (count, IP, Client session), their duration and subSession name say at an interval of 10 seconds. I have based my apps the testOnDemandServer and wa