From: "Hartwig Schieck" <[EMAIL PROTECTED]>
Subject: Re: Get Info on RealServer

I don't know about Windows, but perhaps something similar
will work there, too. Simply count the number of established
connects on your rtsp-port, like

`netstat -n | egrep "<local_ip_here>:554.*ESTABLISHED" | wc -l`

will do on Linux. It simply prints out the number of users watching
a stream from your server. Hope this helps a bit...

     Cheers!

-------------------------------------------------------------------------
Hartwig Schieck                          NACAMAR Data Communications GmbH

----- Original Message -----
From: RealForum <[EMAIL PROTECTED]>
Sent: Tuesday, March 07, 2000 5:29 PM
Subject: Get Info on RealServer


 > From: "Sehic, Fedja" <[EMAIL PROTECTED]>
 > Subject: Get Info on RealServer
 >
 >
 >    I would like to be able to call a simple .exe file that will return
number
 > of users currently on my server so I can use this for something else
later.
 >
 >    Did any one ever did this, is there a sample code (C, C++, VB even
Java)
 > to do this.  If not, can someone direct me in right direction.
 >
 >    Thanks ..... Fedja


*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites.  Archives of RealForum can
be found at http://realforum.real.com

If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:

    unsubscribe realforum

or from another account, besides the address you subscribed with:

    unsubscribe realforum <[EMAIL PROTECTED]>

Reply via email to