From: "Seoane, Dan" <[EMAIL PROTECTED]>
Subject: RE: checking the number of current streams

Here is a tidbit of code that I started with to check those things.
Put this html file in the real/RealAdministrator dir and call it from your
browser. http://your.server.name.here:12345/admin/file.html (you will need
admin priv. on the real server for this method)

------------cut here --------------
RMAOutput(RMAGetPropertyValue("Server.ClientCount") + "
" ); RMAOutput(RMAGetPropertyValue("Server.RTSPClientCount") + "
"); RMAOutput(RMAGetPropertyValue("Server.UDPTransportCount") + "
"); RMAOutput(RMAGetPropertyValue("Server.BandwidthUsage") + "
");
-----------cut here ----------------

-d
-----Original Message-----
From: RealForum [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 20, 2000 1:30 PM
Subject: checking the number of current streams


From: "hardikar, jayant" <[EMAIL PROTECTED]>
Subject: checking the number of current streams

hello. I am writing an ASP web app that will allow a user to view one = of
many video stream on demand (unicast).

For bandwidth restrictions, I would like my web application to be able = to
somehow query the real server and determine the number of streams that =
are being played currently. If the number is say 10 already - I'd like my =
app to display a friendly message to try later (and some other stuff).

Is it poossible to do this? If not, what are my alternatives?

[ RF: Most likely the MaxBandwidth or MaxClients settings on the RealServer
will address this need. ]

thanks!

Jay
Jayant Hardikar
Engineering Solutions


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