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
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